org.openharmonise.workfloweditor.flowchart.shapes |
This contains all classes that represent shapes on a workflow diagram.
|
Java Source File Name | Type | Comment |
AbstractMoveableShape.java | Class | The base class for all shapes that can be drag moved on a workflow
diagram. |
AbstractWorkflowShape.java | Class | Base class for all shapes in a workflow diagram. |
ConnectionLine.java | Class | Shape that represents a dependency between two stages. |
ConnectionPoint.java | Class | Shape representing a point on a workflow stage shape that can
be the start or end of a connection line. |
ControlPoint.java | Class | Represents the move handler for workflow stage shapes. |
LineSelectionPoint.java | Class | Represents the delete control on a connection line. |
RoleShape.java | Class | Shape representing a role selection box. |
StageShape.java | Class | Shape representing a workflow stage instance. |