|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.reload.dweezil.undo.UndoHandler
An Undo Handler
Constructor Summary | |
UndoHandler()
Default constructor |
|
UndoHandler(UndoListener undoListener)
Constructor |
Method Summary | |
void |
addUndoableAction(UndoableAction action)
An Undoable Action occurred so add it to the Stack |
void |
clearAll()
Clear Stacks and menus |
UndoableAction |
nextRedoAction()
Get the Next Redoable Undo Action |
UndoableAction |
nextUndoAction()
Get the the Next Undoable Undo Action |
UndoableAction |
redoLastAction()
Redo the last Action in the Stack |
UndoableAction |
undoLastAction()
Undo the last Action in the Stack |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UndoHandler()
public UndoHandler(UndoListener undoListener)
undoListener
- the listener parentMethod Detail |
public void addUndoableAction(UndoableAction action)
action
- the undoable action that occurredpublic UndoableAction undoLastAction()
public UndoableAction redoLastAction()
public void clearAll()
public UndoableAction nextUndoAction()
public UndoableAction nextRedoAction()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |