KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > undo > StateEditable

javax.swing.undo
Interface StateEditable

See Also:
Source Code, StateEdit

static final String RCSID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void restoreState(Hashtable<?,?> state)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void storeState(Hashtable<Object,Object> state)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags