public class RemoteProcessDefNode extends DefaultMutableTreeNode
内部类
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| 构造器和说明 |
|---|
RemoteProcessDefNode(com.ds.bpm.client.ProcessDef processDef,
PackageTreePanel treePanel)
构造方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
explore()
展开流程节点
|
boolean |
getAllowsChildren()
是否准许有子节点
|
com.ds.bpm.client.ProcessDef |
getProcessDef()
获得远端流程对象
|
boolean |
isExplore()
是否已经展开
|
boolean |
isLeaf()
是否是叶节点
|
String |
toString()
获得显示字符串
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, 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, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObjectpublic RemoteProcessDefNode(com.ds.bpm.client.ProcessDef processDef,
PackageTreePanel treePanel)
processDef - 远端流程对象public com.ds.bpm.client.ProcessDef getProcessDef()
public boolean getAllowsChildren()
getAllowsChildren 在接口中 TreeNodegetAllowsChildren 在类中 DefaultMutableTreeNodepublic boolean isLeaf()
isLeaf 在接口中 TreeNodeisLeaf 在类中 DefaultMutableTreeNodepublic boolean isExplore()
public String toString()
toString 在类中 DefaultMutableTreeNodepublic void explore()
Copyright © 2023 onecode. All rights reserved.