| |
|
| org.eclipse.ui.internal.dialogs.WorkingSetEditWizard
WorkingSetEditWizard | public class WorkingSetEditWizard extends Wizard implements IWorkingSetEditWizard(Code) | | A working set edit wizard allows the user to edit a
working set using a plugin specified working set page.
since: 2.0 See Also: org.eclipse.ui.dialog.IWorkingSetPage |
WorkingSetEditWizard | public WorkingSetEditWizard(IWorkingSetPage editPage)(Code) | | Creates a new instance of the receiver.
Parameters: editPage - the working set page that is going to be used for editing a working set. |
addPages | public void addPages()(Code) | | Overrides Wizard.
See Also: org.eclipse.jface.wizard.Wizard.addPages |
canFinish | public boolean canFinish()(Code) | | Overrides Wizard.
See Also: org.eclipse.jface.wizard.Wizard.canFinish |
getSelection | public IWorkingSet getSelection()(Code) | | Returns the working set that is being edited.
the working set that is being edited. |
performFinish | public boolean performFinish()(Code) | | Overrides Wizard.
Notifies the IWorkingSetPage that the wizard is being closed.
See Also: org.eclipse.jface.wizard.Wizard.performFinish |
setSelection | public void setSelection(IWorkingSet workingSet)(Code) | | Sets the working set that should be edited.
Parameters: workingSet - the working set that should be edited. |
|
|
|