Uses of Interface
org.openbp.cockpit.modeler.figures.generic.UpdatableFigure

Packages that use UpdatableFigure
org.openbp.cockpit.modeler.drawing   
org.openbp.cockpit.modeler.figures.generic   
org.openbp.cockpit.modeler.figures.process   
org.openbp.cockpit.modeler.figures.spline   
org.openbp.cockpit.modeler.figures.tag   
 

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

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

Uses of UpdatableFigure in org.openbp.cockpit.modeler.figures.generic
 

Subinterfaces of UpdatableFigure in org.openbp.cockpit.modeler.figures.generic
 interface TitleFigure
          A title figure displays the textual title of another figure.
 

Classes in org.openbp.cockpit.modeler.figures.generic that implement UpdatableFigure
 class FixedTitleFigure
          Fixed width/height text figure that is connected to a given display object (the client) and displays either the name or the display text of the object.
 class MoveableTitleFigure
          Moveable text figure that is connected to a given display object (the client) and displays either the name or the display text of the object.
 

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

Subinterfaces of UpdatableFigure in org.openbp.cockpit.modeler.figures.process
 interface ProcessElementContainer
          This interface is implemented by all figures which represent an OpenBP process element (nodes, sockets etc\.).
 

Classes in org.openbp.cockpit.modeler.figures.process that implement UpdatableFigure
 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.
 

Uses of UpdatableFigure in org.openbp.cockpit.modeler.figures.spline
 

Classes in org.openbp.cockpit.modeler.figures.spline that implement UpdatableFigure
 class PolySplineConnection
          A spline connection is a standard implementation of the connection figure interface.
 

Uses of UpdatableFigure in org.openbp.cockpit.modeler.figures.tag
 

Classes in org.openbp.cockpit.modeler.figures.tag that implement UpdatableFigure
 class AbstractTagFigure
          An AbstractTagFigure represents a single tag.
 class HorizontalRotatingTagFigure
          Horizontally oriented tag figure that may rotate around its parent.
 class SimpleTextTagFigure
          Simple tag figure that displays a line of text.
 class StraightTagFigure
          Non-rotating tag figure that contains simple content that does not change its order when the tag is moved.
 



Copyright © 2011. All Rights Reserved.