org.springframework.richclient.settings.support
Class TreeMemento
java.lang.Object
org.springframework.richclient.settings.support.TreeMemento
- All Implemented Interfaces:
- Memento
public class TreeMemento
- extends Object
- implements Memento
- Author:
- Peter De Bruycker
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeMemento
public TreeMemento(JTree tree)
TreeMemento
public TreeMemento(JTree tree,
String key)
getTree
public JTree getTree()
getKey
public String getKey()
restoreState
public void restoreState(Settings settings)
- Specified by:
restoreState
in interface Memento
saveState
public void saveState(Settings settings)
- Specified by:
saveState
in interface Memento
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.