

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 type's description here. Creation date: (9/26/98 1:32:06 PM)
09.05.2001 added setChildrenDefined(boolean areChildrenDefined)
| si::ijs::acs::objectexplorer::OETreeNode::OETreeNode | ( | int | newType, | |
| String | newName, | |||
| Object | newObject, | |||
| OETree | newParentTree | |||
| ) | [inline] |
Insert the method's description here. Creation date: (9/26/98 9:17:18 PM)
| newLevel | int | |
| newObject | java.lang.Object |
References areChildrenDefined(), introspectable, name, nodeType, and parentTree.
| si::ijs::acs::objectexplorer::OETreeNode::OETreeNode | ( | int | newType, | |
| String | newName, | |||
| Object | newObject, | |||
| OETree | newParentTree, | |||
| Icon | icon | |||
| ) | [inline] |
Insert the method's description here. Creation date: (9/26/98 9:17:18 PM)
| newLevel | int | |
| newObject | java.lang.Object |
References areChildrenDefined(), introspectable, name, nodeType, and parentTree.
| si::ijs::acs::objectexplorer::OETreeNode::OETreeNode | ( | short | nodeType, | |
| String | name, | |||
| Object | data, | |||
| OETree | parentTree, | |||
| ArrayList | children, | |||
| Icon | icon | |||
| ) | [inline] |
Insert the method's description here. Creation date: (11/7/00 5:58:20 PM)
References childrenHolder.
| boolean si::ijs::acs::objectexplorer::OETreeNode::areChildrenDefined | ( | ) | [inline] |
Insert the method's description here. Creation date: (9.5.2001 17:19:10)
Referenced by getChildCount(), OETreeNode(), and setChildrenDefined().
| int si::ijs::acs::objectexplorer::OETreeNode::compareTo | ( | java.lang.Object | o | ) | [inline] |
compareTo method comment.
References toString().
| int si::ijs::acs::objectexplorer::OETreeNode::getChildCount | ( | ) | [inline] |
Insert the method's description here. Creation date: (9/28/98 12:44:36 PM)
References areChildrenDefined(), si::ijs::acs::objectexplorer::OETree::fireFirstTimeExpanded(), and parentTree.
Referenced by si::ijs::acs::objectexplorer::TreeHandlerBean::getDevices().
| Icon si::ijs::acs::objectexplorer::OETreeNode::getIcon | ( | ) | [inline] |
Insert the method's description here. Creation date: (3/27/2001 7:20:16 PM)
References icon.
| String si::ijs::acs::objectexplorer::OETreeNode::getName | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/7/00 5:57:34 PM)
Reimplemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIInvocation, si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteNode, si::ijs::acs::objectexplorer::engine::BACI::BACIInvocation, si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteNode, si::ijs::acs::objectexplorer::engine::BACI::BACIInvocation, si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteNode, si::ijs::acs::objectexplorer::engine::BACI::DelegateInvocation, and si::ijs::acs::objectexplorer::engine::BACI::DelegateRemoteNode.
References name.
Referenced by si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::explodeTreeNode(), si::ijs::acs::objectexplorer::engine::ANKA::ANKARemoteAccess::explodeTreeNode(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::getTreeForName(), si::ijs::acs::objectexplorer::RemoteResponseWindow::RemoteResponseWindow(), si::ijs::acs::objectexplorer::TreeHandlerBean::SubNodesSearching::run(), and si::ijs::acs::objectexplorer::ReporterBean::toString().
| int si::ijs::acs::objectexplorer::OETreeNode::getNodeType | ( | ) | [inline] |
Insert the method's description here. Creation date: (9/28/98 5:53:54 PM)
References nodeType.
Referenced by si::ijs::acs::objectexplorer::engine::BACI::DelegateInvocation::DelegateInvocation(), si::ijs::acs::objectexplorer::engine::BACI::DelegateRemoteNode::DelegateRemoteNode(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::explodeTreeNode(), si::ijs::acs::objectexplorer::engine::ANKA::ANKARemoteAccess::explodeTreeNode(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteNode::getName(), si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteNode::getName(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::internalParentConnect(), si::ijs::acs::objectexplorer::engine::ANKA::ANKARemoteAccess::internalParentConnect(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteNode::isDevice(), and si::ijs::acs::objectexplorer::TreeHandlerBean::SubNodesSearching::run().
| OETree si::ijs::acs::objectexplorer::OETreeNode::getParentTree | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/10/00 3:58:25 PM)
References parentTree.
Referenced by si::ijs::acs::objectexplorer::TreeHandlerBean::getDevices().
| boolean si::ijs::acs::objectexplorer::OETreeNode::isIntrospectable | ( | ) | [inline] |
Insert the method's description here. Creation date: (2.2.2002 17:12:58)
References introspectable.
| boolean si::ijs::acs::objectexplorer::OETreeNode::isLeaf | ( | ) | [inline] |
Insert the method's description here. Creation date: (9/26/98 1:45:06 PM)
| synchronized void si::ijs::acs::objectexplorer::OETreeNode::setChildrenDefined | ( | boolean | c | ) | [inline] |
Insert the method's description here. Creation date: (9.5.2001 17:19:10)
References areChildrenDefined().
Referenced by si::ijs::acs::objectexplorer::TreeHandlerBean::disconnect().
| void si::ijs::acs::objectexplorer::OETreeNode::setParentTree | ( | OETree | newParentTree | ) | [inline] |
Insert the method's description here. Creation date: (11/10/00 3:58:25 PM)
| newParentTree | si.ijs.acs.objectexplorer.OETree |
References parentTree.
| String si::ijs::acs::objectexplorer::OETreeNode::toString | ( | ) | [inline] |
Insert the method's description here. Creation date: (11/8/00 3:00:49 PM)
References name.
Referenced by compareTo(), si::ijs::acs::objectexplorer::TreeHandlerBean::connect(), si::ijs::acs::objectexplorer::TreeHandlerBean::disconnect(), si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteAccess::explodeRootNodeByType(), si::ijs::acs::objectexplorer::TreeHandlerBean::getDevices(), si::ijs::acs::objectexplorer::TreeHandlerBean::purgeAll(), and si::ijs::acs::objectexplorer::TreeHandlerBean::SubNodesSearching::run().
boolean si::ijs::acs::objectexplorer::OETreeNode::areChildrenDefined = true [private] |
| ArrayList si::ijs::acs::objectexplorer::OETreeNode::childrenHolder = null |
Icon si::ijs::acs::objectexplorer::OETreeNode::icon = null [private] |
boolean si::ijs::acs::objectexplorer::OETreeNode::introspectable = false [private] |
Referenced by isIntrospectable(), and OETreeNode().
String si::ijs::acs::objectexplorer::OETreeNode::name = null [private] |
Reimplemented in si::ijs::acs::objectexplorer::engine::ANKA::BACIInvocation, si::ijs::acs::objectexplorer::engine::ANKA::BACIRemoteNode, si::ijs::acs::objectexplorer::engine::BACI::BACIInvocation, si::ijs::acs::objectexplorer::engine::BACI::BACIRemoteNode, and si::ijs::acs::objectexplorer::engine::BACI::DelegateRemoteNode.
Referenced by getName(), OETreeNode(), and toString().
int si::ijs::acs::objectexplorer::OETreeNode::nodeType = 0 [private] |
Referenced by getNodeType(), and OETreeNode().
OETree si::ijs::acs::objectexplorer::OETreeNode::parentTree = null [private] |
Referenced by getChildCount(), getParentTree(), OETreeNode(), and setParentTree().
1.6.2