Eclipse Platform
Release 3.1

org.eclipse.ui
Interface IPersistable

All Known Subinterfaces:
IConsoleView, IDebugView, IPersistableElement, IResourceNavigator, ISearchResultView, ISearchResultViewPart, ISynchronizeView, IViewPart, IWorkingSet
All Known Implementing Classes:
AbstractDebugView, FileEditorInput, ResourceNavigator, ViewPart

public interface IPersistable

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

Since:
3.1

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

Method Detail

saveState

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

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

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.