VdexReload 1.1.3 API

Uses of Interface
uk.ac.reload.dweezil.undo.UndoableAction

Packages that use UndoableAction
uk.ac.reload.dweezil.menu   
uk.ac.reload.dweezil.undo   
uk.ac.reload.moonunit.dom   
 

Uses of UndoableAction in uk.ac.reload.dweezil.menu
 

Methods in uk.ac.reload.dweezil.menu with parameters of type UndoableAction
 void ReloadUndoMenuManager.undoableActionHappened(UndoableAction action)
          An Undoable Action occurred
 

Uses of UndoableAction in uk.ac.reload.dweezil.undo
 

Methods in uk.ac.reload.dweezil.undo that return UndoableAction
 UndoableAction UndoHandler.undoLastAction()
          Undo the last Action in the Stack
 UndoableAction UndoHandler.redoLastAction()
          Redo the last Action in the Stack
 UndoableAction UndoHandler.nextUndoAction()
          Get the the Next Undoable Undo Action
 UndoableAction UndoHandler.nextRedoAction()
          Get the Next Redoable Undo Action
 

Methods in uk.ac.reload.dweezil.undo with parameters of type UndoableAction
 void UndoHandler.addUndoableAction(UndoableAction action)
          An Undoable Action occurred so add it to the Stack
 void UndoListener.undoableActionHappened(UndoableAction a)
          An Undoable Action occurred
 

Uses of UndoableAction in uk.ac.reload.moonunit.dom
 

Classes in uk.ac.reload.moonunit.dom that implement UndoableAction
protected  class ReloadSchemaDocument.UndoableAddAction
          Handles Undo/Redo for Adding Elements
protected  class ReloadSchemaDocument.UndoableCopyAction
          Handles Undo/Redo for Copying Elements
protected  class ReloadSchemaDocument.UndoableCutAction
          Handles Undo/Redo for Cutting Elements
protected  class ReloadSchemaDocument.UndoableDeleteAction
          Handles Undo/Redo for Deleting Elements
protected  class ReloadSchemaDocument.UndoableMoveAction
          Handles Undo/Redo for Moving Elements
protected  class ReloadSchemaDocument.UndoablePasteAction
          Handles Undo/Redo for Pasting Elements
 


VdexReload 1.1.3 API