Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

si::ijs::acs::objectexplorer::OETreeNode Class Reference

Inheritance diagram for si::ijs::acs::objectexplorer::OETreeNode:

Inheritance graph
[legend]
Collaboration diagram for si::ijs::acs::objectexplorer::OETreeNode:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

Insert the type's description here. Creation date: (9/26/98 1:32:06 PM)
Author:
: Miha Kadunc
09.05.2001 added setChildrenDefined(boolean areChildrenDefined)


Constructor & Destructor Documentation

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)

Parameters:
newLevel int
newObject java.lang.Object

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)

Parameters:
newLevel int
newObject java.lang.Object

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)


Member Function Documentation

boolean si::ijs::acs::objectexplorer::OETreeNode::areChildrenDefined  )  [inline]
 

Insert the method's description here. Creation date: (9.5.2001 17:19:10)

int si::ijs::acs::objectexplorer::OETreeNode::compareTo java.lang.Object  o  )  [inline]
 

compareTo method comment.

int si::ijs::acs::objectexplorer::OETreeNode::getChildCount  )  [inline]
 

Insert the method's description here. Creation date: (9/28/98 12:44:36 PM)

Icon si::ijs::acs::objectexplorer::OETreeNode::getIcon  )  [inline]
 

Insert the method's description here. Creation date: (3/27/2001 7:20:16 PM)

Returns:
javax.swing.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.

int si::ijs::acs::objectexplorer::OETreeNode::getNodeType  )  [inline]
 

Insert the method's description here. Creation date: (9/28/98 5:53:54 PM)

Returns:
int

OETree si::ijs::acs::objectexplorer::OETreeNode::getParentTree  )  [inline]
 

Insert the method's description here. Creation date: (11/10/00 3:58:25 PM)

Returns:
si.ijs.acs.objectexplorer.OETree

boolean si::ijs::acs::objectexplorer::OETreeNode::isIntrospectable  )  [inline]
 

Insert the method's description here. Creation date: (2.2.2002 17:12:58)

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)

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)

Parameters:
newParentTree si.ijs.acs.objectexplorer.OETree

String si::ijs::acs::objectexplorer::OETreeNode::toString  )  [inline]
 

Insert the method's description here. Creation date: (11/8/00 3:00:49 PM)


Member Data Documentation

boolean si::ijs::acs::objectexplorer::OETreeNode::areChildrenDefined = true [private]
 

ArrayList si::ijs::acs::objectexplorer::OETreeNode::childrenHolder = null
 

Reimplemented in si::ijs::acs::objectexplorer::engine::ANKA::BACITreeDataNode, and si::ijs::acs::objectexplorer::engine::BACI::BACITreeDataNode.

Icon si::ijs::acs::objectexplorer::OETreeNode::icon = null [private]
 

boolean si::ijs::acs::objectexplorer::OETreeNode::introspectable = false [private]
 

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.

int si::ijs::acs::objectexplorer::OETreeNode::nodeType = 0 [private]
 

OETree si::ijs::acs::objectexplorer::OETreeNode::parentTree = null [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:14:12 2009 for ACS Java API by doxygen 1.3.8