Uses of Interface
org.openbp.jaspira.undo.Undoable

Packages that use Undoable
org.openbp.cockpit.itemeditor   
org.openbp.cockpit.modeler   
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.undo   
org.openbp.jaspira.undo   
 

Uses of Undoable in org.openbp.cockpit.itemeditor
 

Methods in org.openbp.cockpit.itemeditor that return Undoable
 Undoable NodeItemEditorPlugin.startUndo(java.lang.String displayName)
          The node item editor doesn't support undo, so this method does nothing.
 

Uses of Undoable in org.openbp.cockpit.modeler
 

Methods in org.openbp.cockpit.modeler that return Undoable
 Undoable Modeler.getCurrentUndoable()
          Gets the current undoable.
 Undoable Modeler.startUndo(java.lang.String displayName)
          Creates an undoable object given the display name of the operation that can be undone with this undoable.
 Undoable Modeler.startUndoForAction(JaspiraActionEvent jae)
          Creates an undoable object given the name of the action that initiated the operation that can be undone with this undoable.
 Undoable Modeler.startUndoForAction(java.lang.String eventName)
          Creates an undoable object given the name of the action that initiated the operation that can be undone with this undoable.
 

Uses of Undoable in org.openbp.cockpit.modeler.drawing
 

Methods in org.openbp.cockpit.modeler.drawing that return Undoable
 Undoable DrawingEditorPlugin.startUndo(java.lang.String displayName)
          Creates an undoable object given the display name of the operation that can be undone with this undoable.
 

Uses of Undoable in org.openbp.cockpit.modeler.undo
 

Classes in org.openbp.cockpit.modeler.undo that implement Undoable
 class ModelerUndoable
          'Brute force' implemenation of an undoable object for the process modeler.
 

Uses of Undoable in org.openbp.jaspira.undo
 

Methods in org.openbp.jaspira.undo with parameters of type Undoable
 void UndoMgr.Transaction.addUndoable(Undoable undo)
          Adds an undoable object to the transition.
 void UndoMgr.registerUndoable(Undoable undo)
          Registers an undoable action.
 



Copyright © 2011. All Rights Reserved.