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