Home
last modified time | relevance | path

Searched refs:typeLabel (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeViewWizard.java87 Label typeLabel = new Label(composite, SWT.NONE); in createControl() local
88 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
89 typeLabel.setText("New Widget Type:"); in createControl()
DChangeLayoutWizard.java85 Label typeLabel = new Label(composite, SWT.NONE); in createControl() local
86 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
87 typeLabel.setText("New Layout Type:"); in createControl()
DWrapInWizard.java87 Label typeLabel = new Label(composite, SWT.NONE); in createControl() local
88 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
89 typeLabel.setText("Type of Container:"); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileCreationPage.java447 Label typeLabel = new Label(composite, SWT.NONE); in createControl() local
448 typeLabel.setText("Resource Type:"); in createControl()