Uses of Class
org.aesh.readline.undo.UndoAction
Packages that use UndoAction
-
Uses of UndoAction in org.aesh.readline.undo
Methods in org.aesh.readline.undo that return UndoActionModifier and TypeMethodDescriptionUndoManager.getNext()Retrieves and removes the next undo action from the stack.Methods in org.aesh.readline.undo with parameters of type UndoActionModifier and TypeMethodDescriptionvoidUndoManager.addUndo(UndoAction u) Adds an undo action to the stack.