A working set edit wizard allows editing a working set using
the IWorkingSetPage associated with the working set.
See the org.eclipse.ui.workingSets extension point for details.
Use org.eclipse.ui.IWorkingSetManager#createWorkingSetEditWizard(IWorkingSet)
to create an instance of this wizard.
This interface is not intended to be implemented by clients.
See Also: org.eclipse.ui.IWorkingSetManager since: 2.1 |