public class OETreeNode
extends javax.swing.tree.DefaultMutableTreeNode
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
java.util.ArrayList |
childrenHolder |
| Constructor and Description |
|---|
OETreeNode(int newType,
java.lang.String newName,
java.lang.Object newObject,
OETree newParentTree)
Insert the method's description here.
|
OETreeNode(int newType,
java.lang.String newName,
java.lang.Object newObject,
OETree newParentTree,
javax.swing.Icon icon)
Insert the method's description here.
|
OETreeNode(short nodeType,
java.lang.String name,
java.lang.Object data,
OETree parentTree,
java.util.ArrayList children,
javax.swing.Icon icon)
Insert the method's description here.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
areChildrenDefined()
Insert the method's description here.
|
int |
compareTo(java.lang.Object o)
compareTo method comment.
|
int |
getChildCount()
Insert the method's description here.
|
javax.swing.Icon |
getIcon()
Insert the method's description here.
|
java.lang.String |
getName()
Insert the method's description here.
|
int |
getNodeType()
Insert the method's description here.
|
OETree |
getParentTree()
Insert the method's description here.
|
boolean |
isIntrospectable()
Insert the method's description here.
|
boolean |
isLeaf()
Insert the method's description here.
|
void |
setChildrenDefined(boolean c)
Insert the method's description here.
|
void |
setParentTree(OETree newParentTree)
Insert the method's description here.
|
java.lang.String |
toString()
Insert the method's description here.
|
add, 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 OETreeNode(int newType,
java.lang.String newName,
java.lang.Object newObject,
OETree newParentTree)
newLevel - intnewObject - java.lang.Objectpublic OETreeNode(int newType,
java.lang.String newName,
java.lang.Object newObject,
OETree newParentTree,
javax.swing.Icon icon)
newLevel - intnewObject - java.lang.Objectpublic OETreeNode(short nodeType,
java.lang.String name,
java.lang.Object data,
OETree parentTree,
java.util.ArrayList children,
javax.swing.Icon icon)
public boolean areChildrenDefined()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparablepublic int getChildCount()
getChildCount in interface javax.swing.tree.TreeNodegetChildCount in class javax.swing.tree.DefaultMutableTreeNodepublic javax.swing.Icon getIcon()
public java.lang.String getName()
public int getNodeType()
public OETree getParentTree()
public boolean isIntrospectable()
public boolean isLeaf()
isLeaf in interface javax.swing.tree.TreeNodeisLeaf in class javax.swing.tree.DefaultMutableTreeNodepublic void setChildrenDefined(boolean c)
public void setParentTree(OETree newParentTree)
newParentTree - si.ijs.acs.objectexplorer.OETreepublic java.lang.String toString()
toString in class javax.swing.tree.DefaultMutableTreeNode