Example usage for Java javax.swing.undo AbstractUndoableEdit fields, constructors, methods, implement or subclass
The text is from its open source code.
AbstractUndoableEdit() Creates an AbstractUndoableEdit which defaults hasBeenDone and alive to true . |
boolean | addEdit(UndoableEdit anEdit) This default implementation returns false. |
String | getPresentationName() This default implementation returns "". |