Example usage for Java javax.swing.undo CompoundEdit fields, constructors, methods, implement or subclass
The text is from its open source code.
CompoundEdit() Constructs a CompoundEdit . |
boolean | addEdit(UndoableEdit anEdit) If this edit is inProgress , accepts anEdit and returns true. |
void | end() Sets inProgress to false. |