Example usage for Java javax.swing.undo UndoableEditSupport fields, constructors, methods, implement or subclass
The text is from its open source code.
UndoableEditSupport() Constructs an UndoableEditSupport object. |
void | postEdit(UndoableEdit e) DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners. |