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