public class End extends Activity
activityVisualType, connectionErrorMsgallowsChildren, children, EMPTY_ENUMERATION, parent| 构造器和说明 |
|---|
End()
Creates end.
|
End(EndActivity userObject)
Creates End with given userObject.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
acceptsTarget()
Returns
true if End is a valid target for transition. |
XMLElement |
get(String what)
Gets an userObject property which name is given in parameter what.
|
void |
set(String what,
Object value)
Sets value of an activity property which name is given in parameter what to a value given in a parameter value.
|
void |
showPropertyDialog(Window parentWindow,
AbstractGraph graph)
Shows a dialog for editing activity properties.
|
String |
toString()
Gets an activity "display name" property.
|
acceptsSource, clone, cloneUserObject, getConnectionErrorMessage, getImplementationEditor, getIncomingTransitions, getNonExceptionalOutgoingTransitions, getOutgoingTransitions, getParentEditor, getPort, getPropertyObject, getTooltip, getXOff, getYOff, hasAnyPostcondition, hasAnyPrecondition, recreatePropertyObjectTransitions, setXOff, setYOff, showWebEditorchangeAttributes, 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, setParentpublic End()
public End(EndActivity userObject)
public void showPropertyDialog(Window parentWindow, AbstractGraph graph)
ActivityshowPropertyDialog 在接口中 WorkflowElementshowPropertyDialog 在类中 Activitypublic boolean acceptsTarget()
true if End is a valid target for transition. This
depends if there is any transition already connected to it.acceptsTarget 在接口中 LinkableacceptsTarget 在类中 Activitypublic XMLElement get(String what)
get 在接口中 WorkflowElementget 在类中 Activitypublic void set(String what, Object value)
Activityset 在接口中 WorkflowElementset 在类中 ActivityCopyright © 2023 onecode. All rights reserved.