public class RemoteClassificationDefNode extends DefaultMutableTreeNode
内部类
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| 构造器和说明 |
|---|
RemoteClassificationDefNode(com.ds.config.BPDProjectConfig classificationName,
PackageTreePanel treePanel)
构造方法
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
explore()
展开分类节点
|
boolean |
getAllowsChildren()
是否准许有子节点
|
com.ds.config.BPDProjectConfig |
getClassification()
获得远端流程分类对象
|
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 RemoteClassificationDefNode(com.ds.config.BPDProjectConfig classificationName,
PackageTreePanel treePanel)
public com.ds.config.BPDProjectConfig getClassification()
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.