Package | Description |
---|---|
psdi.webclient.applet.wfcanvas.applet | |
psdi.webclient.applet.wfcanvas.diagram | |
psdi.webclient.applet.wfcanvas.diagram.editable |
Modifier and Type | Method and Description |
---|---|
java.awt.datatransfer.Transferable |
WorkflowApplet.getProxy(DiagramWorkflowNode node)
Constructs the correct proxy for dragging
|
Modifier and Type | Field and Description |
---|---|
protected DiagramWorkflowNode |
DiagramWorkflowNodeIcon.node |
Modifier and Type | Method and Description |
---|---|
protected DiagramWorkflowNode |
Diagram.createDiagramNode(psdi.webclient.applet.wfcanvas.WorkflowNode node,
DiagramConfiguration configuration)
Creates a workflow node
|
Modifier and Type | Method and Description |
---|---|
boolean |
DiagramWorkflowNode.connectedTo(DiagramWorkflowNode dnode,
boolean isNegative)
Returns true if this node is connected to the passed node
by the same line type
|
boolean |
DiagramWorkflowNode.isSuccessorOf(DiagramWorkflowNode dnode)
Returns true if this node is a successor of the passed node
|
protected void |
Diagram.setLinePositions(DiagramWorkflowNode node,
int type)
Set the line positons for the exit/enter lines
|
Constructor and Description |
---|
DiagramWorkflowNodeIcon(DiagramWorkflowNode node)
Constructs a DiagramWorkflowNodeIcon
|
Modifier and Type | Class and Description |
---|---|
class |
EditableDiagramWorkflowNode
This class holds a single node in the editable diagram.
|
Modifier and Type | Method and Description |
---|---|
protected DiagramWorkflowNode |
EditableDiagram.createDiagramNode(psdi.webclient.applet.wfcanvas.WorkflowNode node,
DiagramConfiguration configuration)
Creates a workflow node
|
Modifier and Type | Method and Description |
---|---|
java.awt.datatransfer.Transferable |
EditableDiagram.getProxy(DiagramWorkflowNode node)
Constructs the correct proxy for dragging
|
java.awt.datatransfer.Transferable |
DnDContainer.getProxy(DiagramWorkflowNode node)
Constructs the correct proxy for dragging
|