Searched refs:mTipLabel (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | NewProjectPage.java | 93 private Label mTipLabel; field in NewProjectPage 328 mTipLabel = new Label(container, SWT.WRAP); in createControl() 329 mTipLabel.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 3, 1)); in createControl() 332 mTipLabel.setText("\n\n\n\n"); //$NON-NLS-1$ in createControl() 743 mTipLabel.setText(tip); in focusGained() 749 mTipLabel.setText(""); in focusLost()
|
D | NewTemplatePage.java | 113 private Label mTipLabel; field in NewTemplatePage 403 mTipLabel = new Label(parent, SWT.WRAP); in onEnter() 404 mTipLabel.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1)); in onEnter() 937 mTipLabel.setText(tip); in focusGained() 943 mTipLabel.setText(""); in focusLost()
|