A working set new wizard allows creating new working sets using
a plug-in specific working set page.
Use org.eclipse.ui.IWorkingSetManager#createWorkingSetNewWizard(String[] workingSetIds)
to create an instance of this wizard.
This interface is not intended to be implemented by clients.
See Also: org.eclipse.ui.IWorkingSetManager See Also: org.eclipse.ui.dialogs.IWorkingSetPage since: 3.1 |