Interface ILocalWorkingSetManager

All Superinterfaces:
IWorkingSetManager
All Known Implementing Classes:
LocalWorkingSetManager

public interface ILocalWorkingSetManager extends IWorkingSetManager
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 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.

Since:
3.1
See Also:
Restriction:
This interface is not intended to be implemented by clients.
  • Method Details

    • saveState

      void saveState(IMemento memento)
      Saves the state of the working set manager to the given memento.
      Parameters:
      memento - the memento to save the state to
    • restoreState

      void restoreState(IMemento memento)
      Restores the state of the working set manager from the given memento. The method can only be called as long as the working set manager is still empty.
      Parameters:
      memento - the memento to restore the state from