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