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 boolean
canRedo()
Returns true if this edit may be redone.boolean
canUndo()
Returns true if this edit may be undone.void
redo()
Re-applies the edit.void
undo()
Undo the edit.
-