Modifier and Type | Class and Description |
---|---|
class |
WorkflowNode
This class holds a node in the workflow
|
class |
WorkflowRelationship
This class holds a relationship in the workflow
|
Modifier and Type | Field and Description |
---|---|
WorkflowEntity |
Workflow.selected |
Modifier and Type | Method and Description |
---|---|
WorkflowEntity |
WorkflowRelationship.copy()
Copies the workflow entity
|
WorkflowEntity |
WorkflowNode.copy()
Copies the workflow entity
|
abstract WorkflowEntity |
WorkflowEntity.copy()
Copies the workflow entity
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowRelationship.restoreFrom(WorkflowEntity entity)
Restores the workflow entity
|
void |
WorkflowNode.restoreFrom(WorkflowEntity entity)
Restores the workflow entity
|
abstract void |
WorkflowEntity.restoreFrom(WorkflowEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowApplet.sendEvent(java.lang.String event,
WorkflowEntity entity) |
void |
WorkflowApplet.sendEvent(java.lang.String event,
WorkflowEntity entity,
java.util.Hashtable values) |
Modifier and Type | Method and Description |
---|---|
void |
Diagram.selectNode(WorkflowEntity node,
boolean state,
javax.swing.JScrollPane scrollPane)
Sets the selection state of a node.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableDiagram.setSelection(WorkflowEntity selection,
javax.swing.JScrollPane scrollPane)
Sets the current selection for the diagram.
|
Modifier and Type | Method and Description |
---|---|
WorkflowEntity |
WorkflowEditEvent.getEntity()
Gets the affected entity
|
WorkflowEntity |
WorkflowEditor.getSelected()
Gets the selected entity
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowEditor.add(WorkflowEntity entity)
Adds a node or relationship
|
void |
WorkflowEditor.delete(WorkflowEntity entity)
Deletes the entity
|
void |
WorkflowEditor.move(WorkflowEntity entity,
int column,
int row)
Moves the entity
|
void |
WorkflowEditor.setSelected(WorkflowEntity selection,
boolean user)
Sets the selected entity - a node or a relationship
|
Constructor and Description |
---|
WorkflowEditEvent(java.lang.Object source,
int type,
Workflow workflow,
WorkflowEntity entity)
Constructs the WorkflowEditEvent
|