public class Process extends Activity
| 限定符和类型 | 字段和说明 |
|---|---|
protected PackageEditor |
packageEditor |
protected ProcessEditor |
pEditor
Reference to the process editor that will be created the first time the
showProcess method is called.
|
activityVisualType, connectionErrorMsgallowsChildren, children, EMPTY_ENUMERATION, parent, userObject| 构造器和说明 |
|---|
Process(Object userObject,
PackageEditor pkgEd)
Creates Process with given userObject.
|
Process(PackageEditor pkgEd)
Creates process.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createWorkflowGraph(Window parentW) |
ProcessEditor |
getImplementationEditor() |
PackageEditor |
getPackageEditor() |
ProcessEditor |
getProcessEditor()
Gets a tooltip text for activity.
|
XMLElement |
getProcessProperties() |
String |
getTooltip()
Gets a tooltip text for activity.
|
void |
showProcess()
Shows a process editor with it's toolbar.
|
void |
showPropertyDialog(Window parentWindow,
AbstractGraph graph)
Shows a dialog for editing activity properties.
|
acceptsSource, acceptsTarget, clone, cloneUserObject, get, getConnectionErrorMessage, getIncomingTransitions, getNonExceptionalOutgoingTransitions, getOutgoingTransitions, getParentEditor, getPort, getPropertyObject, getXOff, getYOff, hasAnyPostcondition, hasAnyPrecondition, recreatePropertyObjectTransitions, set, setXOff, setYOff, showWebEditor, toStringchangeAttributes, getAttributes, getChildren, setAttributes, setUserObjectadd, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParentprotected transient PackageEditor packageEditor
protected transient ProcessEditor pEditor
public Process(PackageEditor pkgEd)
public Process(Object userObject, PackageEditor pkgEd)
public ProcessEditor getImplementationEditor()
getImplementationEditor 在类中 Activitypublic PackageEditor getPackageEditor()
public XMLElement getProcessProperties()
public void showProcess()
public void createWorkflowGraph(Window parentW)
public void showPropertyDialog(Window parentWindow, AbstractGraph graph)
showPropertyDialog 在接口中 WorkflowElementshowPropertyDialog 在类中 Activitypublic String getTooltip()
getTooltip 在接口中 WorkflowElementgetTooltip 在类中 Activitypublic ProcessEditor getProcessEditor()
Copyright © 2023 onecode. All rights reserved.