|
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.menu.ReloadUndoMenuManager
An Undo Manager for handling the Undo/Redo Menu items.
Field Summary |
Fields inherited from interface uk.ac.reload.dweezil.DweezilConstants |
CR, DEBUG |
Constructor Summary | |
ReloadUndoMenuManager(MenuAction actionUndo,
MenuAction actionRedo)
Constructor |
Method Summary | |
void |
destroy()
Clean up |
UndoHandler |
getUndoHandler()
Get the Undo Handler |
void |
menuActionPerformed(ReloadMenuEvent event)
The Undo or Redo Menu Item was performed |
void |
setFocusGained()
The Focus has been gained |
void |
setFocusLost()
The Focus has been lost |
void |
undoableActionHappened(UndoableAction action)
An Undoable Action occurred |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReloadUndoMenuManager(MenuAction actionUndo, MenuAction actionRedo)
actionUndo
- the Undo Menu ActionactionRedo
- the Redo Menu ActionMethod Detail |
public void menuActionPerformed(ReloadMenuEvent event)
menuActionPerformed
in interface MenuActionListener
event
- the ReloadMenuEventpublic void undoableActionHappened(UndoableAction action)
undoableActionHappened
in interface UndoListener
action
- the UndoableAction that occuredpublic void setFocusGained()
public void setFocusLost()
public void destroy()
public UndoHandler getUndoHandler()
|
VdexReload 1.1.3 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |