HomeSort by relevance Sort by last modified time
    Searched defs:WorkingSetGroup (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetGroup.java 28 * org.eclipse.jdt.ui.wizards.NewJavaProjectWizardPageOne$WorkingSetGroup
34 public class WorkingSetGroup {
39 public WorkingSetGroup() {
48 Group workingSetGroup = new Group(composite, SWT.NONE);
49 workingSetGroup.setFont(composite.getFont());
50 workingSetGroup.setText(NewWizardMessages.NewJavaProjectWizardPageOne_WorkingSets_group);
51 workingSetGroup.setLayout(new GridLayout(1, false));
53 fWorkingSetBlock.createContent(workingSetGroup);
55 // WorkingSetGroup is implemented in such a way that the checkbox it contains
62 mEnableButton = findCheckbox(workingSetGroup);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 107 milliseconds