Package ca.odell.glazedlists
Interface UndoRedoSupport.Edit
-
- Enclosing class:
- UndoRedoSupport<E>
public static interface UndoRedoSupport.Edit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanRedo()Returns true if this edit may be redone.booleancanUndo()Returns true if this edit may be undone.voidredo()Re-applies the edit.voidundo()Undo the edit.
-