Uses of Interface
org.openbp.cockpit.modeler.drawing.DrawingEditorPlugin

Packages that use DrawingEditorPlugin
org.openbp.cockpit.itemeditor   
org.openbp.cockpit.modeler   
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.figures   
org.openbp.cockpit.modeler.tools   
 

Uses of DrawingEditorPlugin in org.openbp.cockpit.itemeditor
 

Classes in org.openbp.cockpit.itemeditor that implement DrawingEditorPlugin
 class NodeItemEditorPlugin
          This plugin represents an editor for a single node
 

Uses of DrawingEditorPlugin in org.openbp.cockpit.modeler
 

Classes in org.openbp.cockpit.modeler that implement DrawingEditorPlugin
 class Modeler
          The Modeler class is one of the core components of the OpenBP modeler.
 

Methods in org.openbp.cockpit.modeler with parameters of type DrawingEditorPlugin
 int ViewModeMgr.getTagState(DrawingEditorPlugin editor)
          Gets the tag state, considering the modeler type.
 

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

Methods in org.openbp.cockpit.modeler.drawing that return DrawingEditorPlugin
 DrawingEditorPlugin ProcessDrawing.getEditor()
          Gets the editor that edits this drawing.
 

Methods in org.openbp.cockpit.modeler.drawing with parameters of type DrawingEditorPlugin
 void ProcessDrawing.setEditor(DrawingEditorPlugin editor)
          Sets the editor of this drawing.
 

Constructors in org.openbp.cockpit.modeler.drawing with parameters of type DrawingEditorPlugin
ProcessDrawing(ProcessItem process, DrawingEditorPlugin editor)
          Constructor.
WorkspaceDrawingView(DrawingEditorPlugin editor)
          Constructor.
 

Uses of DrawingEditorPlugin in org.openbp.cockpit.modeler.figures
 

Fields in org.openbp.cockpit.modeler.figures declared as DrawingEditorPlugin
 DrawingEditorPlugin VisualElementEvent.editor
          Current editor
 

Constructors in org.openbp.cockpit.modeler.figures with parameters of type DrawingEditorPlugin
VisualElementEvent(java.lang.String type, DrawingEditorPlugin editor)
          Constructor.
VisualElementEvent(java.lang.String type, DrawingEditorPlugin editor, java.awt.event.MouseEvent mouseEvent, int x, int y)
          Constructor for mouse-related events.
 

Uses of DrawingEditorPlugin in org.openbp.cockpit.modeler.tools
 

Methods in org.openbp.cockpit.modeler.tools that return DrawingEditorPlugin
 DrawingEditorPlugin ModelerToolSupport.getEditor()
          Gets the editor that owns the tool.
 DrawingEditorPlugin ModelerTool.getEditor()
          Gets the editor that owns this tool.
 

Constructors in org.openbp.cockpit.modeler.tools with parameters of type DrawingEditorPlugin
ModelerToolSupport(DrawingEditorPlugin editor)
          Constructs the tool for the given editor.
 



Copyright © 2011. All Rights Reserved.