Example usage for Java javax.swing.event UndoableEditEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
UndoableEditEvent(Object source, UndoableEdit edit) Constructs an UndoableEditEvent object. |
UndoableEdit | getEdit() Returns the edit value. |
Object | getSource() The object on which the Event initially occurred. |