Liking cljdoc? Tell your friends :D

javax.swing.undo.StateEditable

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

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

restore-stateclj

(restore-state this state)

Upon receiving this message the receiver should extract any relevant state out of state.

state - java.util.Hashtable

Upon receiving this message the receiver should extract any relevant
 state out of state.

state - `java.util.Hashtable`
raw docstring

store-stateclj

(store-state this state)

Upon receiving this message the receiver should place any relevant state into state.

state - java.util.Hashtable

Upon receiving this message the receiver should place any relevant
 state into state.

state - `java.util.Hashtable`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close