| 程序包 | 说明 |
|---|---|
| com.ds.bpm.bpd | |
| com.ds.bpm.bpd.graph |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PackageGraph
PackageEditor implementation of JGraph.
|
class |
ProcessGraph
BPD implementation of JGraph.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected AbstractGraph |
AbstractEditor.graph |
protected AbstractGraph |
ProcessEditor.graph |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract AbstractGraph |
AbstractEditor.createGraph()
Create an editor to represent the given document.
|
protected AbstractGraph |
PackageEditor.createGraph()
Creates the graph for the model and all of it's processes.
|
protected AbstractGraph |
ProcessEditor.createGraph()
创建工作流图形界面 Create an graph to represent the given document.
|
AbstractGraph |
AbstractEditor.getGraph() |
AbstractGraph |
BPDGraphUI.getGraph()
Returns graph.
|
AbstractGraph |
ProcessEditor.getGraph()
获得工作流图形对象
|
AbstractGraph |
WorkflowManager.getGraph()
Returns the graph which is managed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractGraph.showPropertyDialog(Window parentWindow,
AbstractGraph graph)
To satisfy interface
|
void |
WorkflowElement.showPropertyDialog(Window parentWindow,
AbstractGraph graph)
Shows a dialog for editing workflow element properties.
|
void |
ProcessGraph.showWebEditor(Window parentWindow,
AbstractGraph graph) |
| 构造器和说明 |
|---|
BPDMarqueeHandler(AbstractGraph graph)
Creates custom marquee handler.
|
WorkflowManager(AbstractGraph g)
Creates new workflow manager for given graph.
|
WorkflowManager(AbstractGraph g,
PackageEditor pkgEditor) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BlockActivityGraph
Implementation of block activity graph.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected AbstractGraph |
BlockActivityEditor.createGraph()
Create an editor to represent the given document.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Activity.showPropertyDialog(Window parentWindow,
AbstractGraph graph)
Shows a dialog for editing activity properties.
|
void |
End.showPropertyDialog(Window parentWindow,
AbstractGraph graph) |
void |
Participant.showPropertyDialog(Window parentWindow,
AbstractGraph graph)
Shows a dialog for editing participant properties.
|
void |
Process.showPropertyDialog(Window parentWindow,
AbstractGraph graph)
Shows a dialog for editing activity properties.
|
void |
Start.showPropertyDialog(Window parentWindow,
AbstractGraph graph)
Not implemented.
|
void |
Transition.showPropertyDialog(Window parentWindow,
AbstractGraph graph)
Shows a dialog for editing transition properties.
|
void |
Activity.showWebEditor(Window parentWindow,
AbstractGraph graph)
Shows a dialog for editing activity properties.
|
Copyright © 2023 onecode. All rights reserved.