HomeSort by relevance Sort by last modified time
    Searched defs:typeLabel (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 84 Label typeLabel = new Label(composite, SWT.NONE);
85 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
86 typeLabel.setText("New Layout Type:");
ChangeViewWizard.java 86 Label typeLabel = new Label(composite, SWT.NONE);
87 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
88 typeLabel.setText("New Widget Type:");
WrapInWizard.java 86 Label typeLabel = new Label(composite, SWT.NONE);
87 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
88 typeLabel.setText("Type of Container:");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 449 Label typeLabel = new Label(composite, SWT.NONE);
450 typeLabel.setText("Resource Type:");
    [all...]

Completed in 726 milliseconds