public interface ILocalWorkingSetManager extends IWorkingSetManager
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.
IWorkbench.createLocalWorkingSetManager()
CHANGE_WORKING_SET_ADD, CHANGE_WORKING_SET_CONTENT_CHANGE, CHANGE_WORKING_SET_LABEL_CHANGE, CHANGE_WORKING_SET_NAME_CHANGE, CHANGE_WORKING_SET_REMOVE, CHANGE_WORKING_SET_UPDATER_INSTALLED, CHANGE_WORKING_SET_UPDATER_UNINSTALLED
Modifier and Type | Method and Description |
---|---|
void |
restoreState(IMemento memento)
Restores the state of the working set manager from the given
memento.
|
void |
saveState(IMemento memento)
Saves the state of the working set manager to the given
memento.
|
addPropertyChangeListener, addRecentWorkingSet, addToWorkingSets, addWorkingSet, createAggregateWorkingSet, createWorkingSet, createWorkingSet, createWorkingSetEditWizard, createWorkingSetNewWizard, createWorkingSetSelectionDialog, createWorkingSetSelectionDialog, createWorkingSetSelectionDialog, dispose, getAllWorkingSets, getRecentWorkingSets, getRecentWorkingSetsLength, getWorkingSet, getWorkingSets, removePropertyChangeListener, removeWorkingSet, setRecentWorkingSetsLength
void saveState(IMemento memento)
memento
- the memento to save the state tovoid restoreState(IMemento memento)
memento
- the memento to restore the state from
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.