Class UndoManager.UndoStack
java.lang.Object
com.inductiveautomation.ignition.designer.UndoManager.UndoStack
- Enclosing class:
- UndoManager
-
Method Summary
Modifier and TypeMethodDescriptionintintvoidpush(UndoManager.UndoAction action) voidredo()voidundo()
-
Method Details
-
getUndoDescription
-
getRedoDescription
-
getEventsToUndo
public int getEventsToUndo() -
getEventsToRedo
public int getEventsToRedo() -
undo
public void undo() -
redo
public void redo() -
push
-