HomeSort by relevance Sort by last modified time
    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$
743 mTipLabel.setText(tip);
749 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 1113 milliseconds