public interface IWorkingSetPage extends IWizardPage
Clients should implement this interface and include the
name of their class in an extension contributed to the
workbench's working set extension point
(named "org.eclipse.ui.workingSets"
) if they
want to provide a special wizard page for a particular
working set element type.
Clients implementing this interface may subclass from org.eclipse.jface.wizard.WizardPage.
Modifier and Type | Method and Description |
---|---|
void |
finish()
Called when the working set wizard is closed by selecting
the finish button.
|
IWorkingSet |
getSelection()
Returns the working set edited or created on the page
after the wizard has closed.
|
void |
setSelection(IWorkingSet workingSet)
Sets the working set edited on the page.
|
canFlipToNextPage, getName, getNextPage, getPreviousPage, getWizard, isPageComplete, setPreviousPage, setWizard
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
void finish()
IWorkingSet getSelection()
setSelection
if the wizard has not been
closed yet.
Implementors should return the object set in setSelection
instead of making a copy and returning the changed copy.void setSelection(IWorkingSet workingSet)
workingSet
- the working set edited on the page.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.