Package org.eclipse.ui.dialogs

Examples of org.eclipse.ui.dialogs.WorkingSetConfigurationBlock


    private WorkingSetConfigurationBlock fWorkingSetBlock;

    public WorkingSetGroup() {
      String[] workingSetIds = new String[] { IWorkingSetIDs_JAVA, IWorkingSetIDs_RESOURCE };
      fWorkingSetBlock = new WorkingSetConfigurationBlock(workingSetIds, JavaPlugin.getDefault()
          .getDialogSettings());
      // fWorkingSetBlock.setDialogMessage(NewWizardMessages.NewJavaProjectWizardPageOne_WorkingSetSelection_message);
    }
View Full Code Here

TOP

Related Classes of org.eclipse.ui.dialogs.WorkingSetConfigurationBlock

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.