OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lblNewLabel
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkDebuggerTab.java
87
Label
lblNewLabel
= new Label(grpGdb, SWT.NONE);
88
lblNewLabel
.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
89
lblNewLabel
.setText("GDB Command File:");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
InstallDependencyPage.java
123
Label
lblNewLabel
= new Label(container, SWT.NONE);
124
lblNewLabel
.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, false, false, 2, 1));
Completed in 55 milliseconds