Public Member Functions | Public Attributes

si.ijs.acs.objectexplorer.OETreeNode Class Reference

Inheritance diagram for si.ijs.acs.objectexplorer.OETreeNode:
si.ijs.acs.objectexplorer.engine.BACI.BACITreeDataNode si.ijs.acs.objectexplorer.engine.Invocation si.ijs.acs.objectexplorer.engine.BACI.BACIRemoteNode si.ijs.acs.objectexplorer.engine.BACI.BACIInvocation si.ijs.acs.objectexplorer.engine.BACI.DelegateRemoteNode si.ijs.acs.objectexplorer.engine.BACI.DelegateInvocation

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

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 
)

Insert the method's description here. Creation date: (9/26/98 9:17:18 PM)

Parameters:
newLevel int
newObject java.lang.Object

References si.ijs.acs.objectexplorer.OETreeNode.areChildrenDefined().

si.ijs.acs.objectexplorer.OETreeNode.OETreeNode ( int  newType,
String  newName,
Object  newObject,
OETree  newParentTree,
Icon  icon 
)

Insert the method's description here. Creation date: (9/26/98 9:17:18 PM)

Parameters:
newLevel int
newObject java.lang.Object

References si.ijs.acs.objectexplorer.OETreeNode.areChildrenDefined().

si.ijs.acs.objectexplorer.OETreeNode.OETreeNode ( short  nodeType,
String  name,
Object  data,
OETree  parentTree,
ArrayList  children,
Icon  icon 
)

Insert the method's description here. Creation date: (11/7/00 5:58:20 PM)

References si.ijs.acs.objectexplorer.OETreeNode.childrenHolder.


Member Function Documentation

boolean si.ijs.acs.objectexplorer.OETreeNode.areChildrenDefined (  ) 
int si.ijs.acs.objectexplorer.OETreeNode.compareTo ( java.lang.Object  o  ) 

compareTo method comment.

References si.ijs.acs.objectexplorer.OETreeNode.toString().

int si.ijs.acs.objectexplorer.OETreeNode.getChildCount (  ) 
Icon si.ijs.acs.objectexplorer.OETreeNode.getIcon (  ) 

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

Returns:
javax.swing.Icon
OETree si.ijs.acs.objectexplorer.OETreeNode.getParentTree (  ) 

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

Returns:
si.ijs.acs.objectexplorer.OETree

Referenced by si.ijs.acs.objectexplorer.TreeHandlerBean.getDevices().

boolean si.ijs.acs.objectexplorer.OETreeNode.isIntrospectable (  ) 

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

boolean si.ijs.acs.objectexplorer.OETreeNode.isLeaf (  ) 

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  ) 

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

References si.ijs.acs.objectexplorer.OETreeNode.areChildrenDefined().

Referenced by si.ijs.acs.objectexplorer.TreeHandlerBean.disconnect().

void si.ijs.acs.objectexplorer.OETreeNode.setParentTree ( OETree  newParentTree  ) 

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

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

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties