OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTipLabel
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java
93
private Label
mTipLabel
;
328
mTipLabel
= new Label(container, SWT.WRAP);
329
mTipLabel
.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 3, 1));
332
mTipLabel
.setText("\n\n\n\n"); //$NON-NLS-1$
741
mTipLabel
.setText(tip);
747
mTipLabel
.setText("");
[
all
...]
NewTemplatePage.java
113
private Label
mTipLabel
;
403
mTipLabel
= new Label(parent, SWT.WRAP);
404
mTipLabel
.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1));
[
all
...]
Completed in 56 milliseconds