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 | 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
|
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 |
---|---|
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
|