All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface java.awt.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

Variable Index

 o RCSID

Method Index

 o restoreState(Hashtable)
Upon receiving this message the receiver should extract any relevant state out of state.
 o storeState(Hashtable)
Upon receiving this message the receiver should place any relevant state into state.

Variables

 o RCSID
public static final String RCSID

Methods

 o storeState
public abstract void storeState(Hashtable state)
Upon receiving this message the receiver should place any relevant state into state.

 o 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  

Submit a bug or feature