FileDocCategorySizeDatePackage
StateEditable.javaAPI DocJava SE 5 API957Fri Aug 26 14:58:22 BST 2005javax.swing.undo

StateEditable

public interface StateEditable
StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.
see
StateEdit

Fields Summary
public static final String
RCSID
Resource ID for this class.
Constructors Summary
Methods Summary
public voidrestoreState(java.util.Hashtable state)
Upon receiving this message the receiver should extract any relevant state out of state.

public voidstoreState(java.util.Hashtable state)
Upon receiving this message the receiver should place any relevant state into state.