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/ |
D | ChangeViewWizard.java | 87 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()
|
D | ChangeLayoutWizard.java | 85 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()
|
D | WrapInWizard.java | 87 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/ |
D | NewXmlFileCreationPage.java | 447 Label typeLabel = new Label(composite, SWT.NONE); in createControl() local 448 typeLabel.setText("Resource Type:"); in createControl()
|