Liking cljdoc? Tell your friends :D

javax.swing.event.UndoableEditEvent

An event indicating that an operation which can be undone has occurred.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

An event indicating that an operation which can be undone has occurred.

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

->undoable-edit-eventclj

(->undoable-edit-event source edit)

Constructor.

Constructs an UndoableEditEvent object.

source - the Object that originated the event (typically this) - java.lang.Object edit - an UndoableEdit object - javax.swing.undo.UndoableEdit

Constructor.

Constructs an UndoableEditEvent object.

source - the Object that originated the event (typically this) - `java.lang.Object`
edit - an UndoableEdit object - `javax.swing.undo.UndoableEdit`
raw docstring

get-editclj

(get-edit this)

Returns the edit value.

returns: the UndoableEdit object encapsulating the edit - javax.swing.undo.UndoableEdit

Returns the edit value.

returns: the UndoableEdit object encapsulating the edit - `javax.swing.undo.UndoableEdit`
raw docstring

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

× close