Public Member Functions | |
OETreeNode (int newType, String newName, Object newObject, OETree newParentTree) | |
OETreeNode (int newType, String newName, Object newObject, OETree newParentTree, Icon icon) | |
OETreeNode (short nodeType, String name, Object data, OETree parentTree, ArrayList children, Icon icon) | |
boolean | areChildrenDefined () |
int | compareTo (java.lang.Object o) |
int | getChildCount () |
Icon | getIcon () |
String | getName () |
int | getNodeType () |
OETree | getParentTree () |
boolean | isIntrospectable () |
boolean | isLeaf () |
synchronized void | setChildrenDefined (boolean c) |
void | setParentTree (OETree newParentTree) |
String | toString () |
Public Attributes | |
ArrayList | childrenHolder = null |
Private Attributes | |
boolean | areChildrenDefined = true |
int | nodeType = 0 |
OETree | parentTree = null |
String | name = null |
Icon | icon = null |
boolean | introspectable = false |
|
Insert the method's description here. Creation date: (9/26/98 9:17:18 PM)
|
|
Insert the method's description here. Creation date: (9/26/98 9:17:18 PM)
|
|
Insert the method's description here. Creation date: (11/7/00 5:58:20 PM) |
|
Insert the method's description here. Creation date: (9.5.2001 17:19:10) |
|
compareTo method comment. |
|
Insert the method's description here. Creation date: (9/28/98 12:44:36 PM) |
|
Insert the method's description here. Creation date: (3/27/2001 7:20:16 PM)
|
|
|
Insert the method's description here. Creation date: (9/28/98 5:53:54 PM)
|
|
Insert the method's description here. Creation date: (11/10/00 3:58:25 PM)
|
|
Insert the method's description here. Creation date: (2.2.2002 17:12:58) |
|
Insert the method's description here. Creation date: (9/26/98 1:45:06 PM) |
|
Insert the method's description here. Creation date: (9.5.2001 17:19:10) |
|
Insert the method's description here. Creation date: (11/10/00 3:58:25 PM)
|
|
Insert the method's description here. Creation date: (11/8/00 3:00:49 PM) |
|
|
|
Reimplemented in si::ijs::acs::objectexplorer::engine::ANKA::BACITreeDataNode, and si::ijs::acs::objectexplorer::engine::BACI::BACITreeDataNode.
|
|
|
|
|
|
|
|
|
|