| A local working set manager can be used to manage a set of
working sets independently from the working sets managed by
the global working set manager. A local working set manager
can be saved and restored using the methods saveState
and restoreState . A new local working set manager can be created
using
org.eclipse.ui.IWorkbench.createLocalWorkingSetManager .
Clients of local working set managers are responsible for calling
IWorkingSetManager.dispose when the working sets it manages
are no longer needed.
This interface is not intended to be implemented or extended by clients.
See Also: org.eclipse.ui.IWorkbench.createLocalWorkingSetManager since: 3.1 |