public class BACITreeDataNode extends OETreeNode
| Constructor and Description |
|---|
BACITreeDataNode(int newType,
java.lang.String name,
java.lang.Object data,
OETree newParentTree,
javax.swing.Icon icon)
OETreeDataNode constructor comment.
|
areChildrenDefined, compareTo, getChildCount, getIcon, getName, getNodeType, getParentTree, isIntrospectable, isLeaf, setChildrenDefined, setParentTree, toStringadd, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, 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 BACITreeDataNode(int newType,
java.lang.String name,
java.lang.Object data,
OETree newParentTree,
javax.swing.Icon icon)
newType - intnewObjectType - java.lang.StringnewObject - java.lang.ObjectnewParentTree - si.ijs.acs.objectexplorer.OETree