Uses of Interface
org.openbp.cockpit.modeler.figures.process.ProcessElementContainer

Packages that use ProcessElementContainer
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.figures.process   
org.openbp.cockpit.modeler.tools   
 

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

Classes in org.openbp.cockpit.modeler.drawing that implement ProcessElementContainer
 class ProcessDrawing
          A ProcessDrawing is the graphical representation of a OpenBP process.
 

Methods in org.openbp.cockpit.modeler.drawing that return ProcessElementContainer
 ProcessElementContainer ProcessDrawing.getFigureByQualifier(ModelQualifier qualifier)
          Gets a process element container by the model qualifier of the corrresponding process element.
 

Uses of ProcessElementContainer in org.openbp.cockpit.modeler.figures.process
 

Classes in org.openbp.cockpit.modeler.figures.process that implement ProcessElementContainer
 class DecisionNodeFigure
          Decision node figure.
 class FinalNodeFigure
          Graphical representation of a initial node.
 class FlowConnection
          Spline figure representing a control link.
 class ForkNodeFigure
          Fork node figure.
 class InitialNodeFigure
          Graphical representation of a initial node.
 class JoinNodeFigure
          Join node figure.
 class MergeNodeFigure
          Merge node figure.
 class MultiSocketNodeFigure
          A Node Figure is the graphical representation of a multi socket node.
 class NodeFigure
          A Node Figure is the graphical representation of a process node.
 class ParamConnection
          Spline figure representing a data link.
 class ParamFigure
          Figure that is used to represent node params of a socket.
 class PlaceholderNodeFigure
          Placeholder figure.
 class PrimitiveNodeFigure
          Primtive node figure.
 class ProcessVariableConnection
          Graphical represention of a datalink between a node parameter and a process variable.
 class ProcessVariableFigure
          This is the figurative representation of a process variable.
 class SocketFigure
          Socket figure.
 class TextElementFigure
          The text element figure represents a simple text rectangle.
 class WaitStateNodeFigure
          Wait state node figure.
 class WorkflowEndNodeFigure
          Workflow node figure.
 class WorkflowNodeFigure
          Workflow node figure.
 

Methods in org.openbp.cockpit.modeler.figures.process that return ProcessElementContainer
 ProcessElementContainer ProcessElementFigureRegistry.createProcessElementContainer(ProcessObject po)
          Creates a new process element container figure for the given process element.
 

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

Methods in org.openbp.cockpit.modeler.tools with parameters of type ProcessElementContainer
 void ModelerToolSupport.displayInPlaceEditor(ProcessElementContainer figure)
          Shows the in place editor for the given figure.
 void ModelerToolSupport.toggleInPlaceEditor(ProcessElementContainer figure, boolean delay)
          Shows or hides the in place editor for the given figure.
 



Copyright © 2011. All Rights Reserved.