Where Am I? Class Hierarchy (JFC) All Classes (JFC)

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

Variable Index

RCSID

Method Index

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.

Variables

RCSID
 public static final String RCSID

Methods

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.


Where Am I? Class Hierarchy (JFC) All Classes (JFC)