| |
|
| org.eclipse.ui.internal.dialogs.WorkingSetNewWizard
WorkingSetNewWizard | public class WorkingSetNewWizard extends Wizard implements IWorkingSetNewWizard(Code) | | A new working set wizard allows the user to create a
new working set using a plugin specified working set page.
since: 2.0 See Also: org.eclipse.ui.dialog.IWorkingSetPage |
WorkingSetNewWizard | public WorkingSetNewWizard(WorkingSetDescriptor[] descriptors)(Code) | | Creates a new instance of the receiver.
Parameters: descriptors - the choice of descriptors |
addPages | public void addPages()(Code) | | Overrides method in Wizard.
Adds a page listing the available kinds of working sets.
The second wizard page will depend on the selected working set
type.
See Also: org.eclipse.jface.wizard.Wizard.addPages |
canFinish | public boolean canFinish()(Code) | | Overrides method in Wizard.
See Also: org.eclipse.jface.wizard.Wizard.canFinish |
getNextPage | public IWizardPage getNextPage(IWizardPage page)(Code) | | Overrides method in Wizard.
Returns a working set page for creating the new working set.
This second page is loaded from the plugin that defined the
selected working set type.
See Also: org.eclipse.jface.wizard.Wizard.getNextPage(IWizardPage) |
getSelection | public IWorkingSet getSelection()(Code) | | Returns the new working set. Returns null if the wizard has
been cancelled.
the new working set or null if the wizard has been cancelled. |
performFinish | public boolean performFinish()(Code) | | Overrides method in Wizard.
Stores the newly created working set and the id of the page
used to create it.
See Also: org.eclipse.jface.wizard.Wizard.performFinish |
|
|
|