java.lang.Object
com.marginallyclever.ro3.UndoSystem
UndoSystem is a singleton to manage the undo/redo history and associated AbstractActions.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddEvent(AbstractUndoableEdit edit) static RedoActionstatic UndoActionstatic voidreset()static voidstart()Start the undo system.
-
Constructor Details
-
UndoSystem
public UndoSystem()
-
-
Method Details
-
start
public static void start()Start the undo system. This is called by the main frame after the menu bar is created. -
getCommandUndo
-
getCommandRedo
-
addEvent
-
reset
public static void reset()
-