All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.java.swing.undo.StateEditable
- public interface StateEditable
StateEditable defines the interface for objects that can have
their state undone/redone by a StateEdit.
- See Also:
- StateEdit
-
RCSID
-
-
restoreState(Hashtable)
- Upon receiving this message the receiver should extract any relevant
state out of state.
-
storeState(Hashtable)
- Upon receiving this message the receiver should place any relevant
state into state.
RCSID
public static final String RCSID
storeState
public abstract void storeState(Hashtable state)
- Upon receiving this message the receiver should place any relevant
state into state.
restoreState
public abstract void restoreState(Hashtable state)
- Upon receiving this message the receiver should extract any relevant
state out of state.
All Packages Class Hierarchy This Package Previous Next Index