javax.swing.undo
public interface: StateEditable [javadoc |
source]
StateEditable defines the interface for objects that can have
their state undone/redone by a StateEdit.
| Field Summary |
|---|
| public static final String | RCSID | Resource ID for this class. |
| Method from javax.swing.undo.StateEditable Detail: |
public void restoreState(Hashtable state)
Upon receiving this message the receiver should extract any relevant
state out of state. |
public void storeState(Hashtable state)
Upon receiving this message the receiver should place any relevant
state into state. |