| java.lang.Object org.eclipse.ui.examples.components.views.comparisons.PersistenceViewNew
PersistenceViewNew | public class PersistenceViewNew implements IPersistable(Code) | | View containing a text box. If the text box contains any text, it will be saved
and restored between sessions. Uses the new view API.
since: 3.1 |
Constructor Summary | |
public | PersistenceViewNew(Composite parent, ISavedState savedState) Component constructor. |
Method Summary | |
public void | saveState(IMemento memento) |
PersistenceViewNew | public PersistenceViewNew(Composite parent, ISavedState savedState)(Code) | | Component constructor. Do not invoke directly.
|
saveState | public void saveState(IMemento memento)(Code) | | |
|
|