Class 
Use 
SUMMARY: NESTED | FIELD | METHOD      DETAIL: FIELD | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

java.desktop / javax.swing.undo
Interface StateEditable

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

Field Summary
static final String
Resource ID for this class.
Method Summary
void
Upon receiving this message the receiver should extract any relevant state out of state.
void
Upon receiving this message the receiver should place any relevant state into state.
Field Detail
RCSID
public static final String RCSID
Resource ID for this class.
See Also:
Constant Field Values
Method Detail
storeState
void storeState
(Hashtable<Object> state)
Upon receiving this message the receiver should place any relevant state into state.
Parameters:
state - Hashtable object to store the state

restoreState
void restoreState
(Hashtable<?,?> state)
Upon receiving this message the receiver should extract any relevant state out of state.
Parameters:
state - Hashtable object to restore the state from it

 Class 
Use 
SUMMARY: NESTED | FIELD | METHOD      DETAIL: FIELD | METHOD
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz