org.eclipse.ui
Interface IPersistable

All Known Subinterfaces:
IPersistableElement, IViewPart
All Known Implementing Classes:
DefaultView, NormalView, ViewPart

public interface IPersistable

Objects implementing this interface are capable of saving their state in an IMemento.

Note that parts that implement this interface will typically take an ISavedState in their constructor which supplies their initial state.

Since:
3.1

Method Summary
 void saveState(IMemento memento)
          Saves the state of the object in the given memento.
 

Method Detail

saveState

void saveState(IMemento memento)
Saves the state of the object in the given memento.

Parameters:
memento - the storage area for object's state