HomeSort by relevance Sort by last modified time
    Searched refs:mErrorLabel (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 270 private StyledText mErrorLabel;
435 mErrorLabel = new StyledText(mSashError, SWT.READ_ONLY | SWT.WRAP | SWT.V_SCROLL);
436 mErrorLabel.setEditable(false);
437 mErrorLabel.setBackground(d.getSystemColor(SWT.COLOR_INFO_BACKGROUND));
438 mErrorLabel.setForeground(d.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
439 mErrorLabel.addMouseListener(new ErrorLabelListener());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 52 private Label mErrorLabel;
167 mErrorLabel = new Label(container, SWT.WRAP);
168 mErrorLabel.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false, 2, 1));
169 mErrorLabel.setForeground(parent.getDisplay().getSystemColor(SWT.COLOR_RED));
209 mErrorLabel.setText(message);
211 mErrorLabel.setText("");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 104 private Label mErrorLabel;
161 mErrorLabel = new Label(parent, SWT.NONE);
162 mErrorLabel.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 1, 1));
408 mErrorLabel.setText(String.format("%1$d errors, %2$d warnings", errors, warnings));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 117 private Label mErrorLabel;
459 if (mErrorLabel == null) {
468 mErrorLabel = new Label(mErrorPanel, SWT.NONE);
469 mErrorLabel.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false,
472 mErrorLabel.setText(error);
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 

Completed in 627 milliseconds