Public Member Functions | |
Hashtable | getInvList () |
RemoteAccess | getRemoteAccess () |
TreeHandlerBean (Hashtable devices, OETree treeByType, OETree treeByName) | |
void | addNode (javax.swing.tree.TreeNode node, javax.swing.tree.TreeNode parentNode) |
InvocationCouple | getInvocationCouple (String curl) |
InvocationCouple | getInvocationCouple (Invocation invoc) |
void | addNodes (javax.swing.tree.TreeNode[] nodes, javax.swing.tree.TreeNode parentNode) |
void | connect () |
void | destroy () |
void | disconnect () |
void | purgeChildren (OETreeNode node) |
synchronized void | getDevices (FirstTimeExpandedEvent event) |
OETree | getTree () |
void | removeNode (javax.swing.tree.TreeNode node) |
void | removeNodes (javax.swing.tree.TreeNode[] nodes) |
void | selectionChanged (OETree sourceTree) |
void | setAccess (String accessType) |
OETree | getTreeByName () |
void | setClicked (Introspectable node) |
Introspectable | getClicked () |
void | setNotifier (NotificationBean newNotifier) |
void | setParent (ObjectExplorer newParent) |
void | setTree (OETree newTree) |
Private Member Functions | |
void | destroyRA () |
void | purgeAll (OETreeNode node) |
NotificationBean | getNotifier () |
ObjectExplorer | getParent () |
void | initializeDetailsHandler () |
void | setAccess (OETreeNode node) |
void | setNodes (TreeNode[] in_nodes, TreeNode node) |
void | setNodesTreeByName (Vector newNodes, TreeNode parentNode) |
void | setNodesTreeByName (TreeNode[] newNodes, TreeNode parentNode) |
Private Attributes | |
String | accessType = null |
transient Introspectable | clicked = null |
transient OETree | tree = null |
transient RemoteAccess | remoteAccess = null |
transient NotificationBean | notifier = null |
transient ObjectExplorer | parent = null |
transient TreeNode | selectedNode = null |
ObjectDetailsHandler | handler = null |
Hashtable | devices = null |
Hashtable | invList = new Hashtable() |
OETree | treeByName = null |
|
|
|
|
|
addNodes method comment. |
|
|
|
Insert the method's description here. Creation date: (30.11.2000 21:48:15) |
|
Insert the method's description here. Creation date: (30.11.2000 21:48:15) |
|
|
|
Insert the method's description here. Creation date: (3/26/2001 10:46:41 PM) |
|
|
|
returns the invList
|
|
|
|
|
|
Insert the method's description here. Creation date: (11/7/00 5:00:26 PM)
|
|
Insert the method's description here. Creation date: (3/27/2001 5:24:55 PM)
|
|
Returns the remoteAccess. Used in DelegateRemoteNode's constructor.
|
|
Insert the method's description here. Creation date: (9/28/98 5:30:11 PM)
|
|
Returns the treeByName. Used in DelegateRemoteNode() and by BACIRemoteAccess.
|
|
Insert the method's description here. Creation date: (3/27/2001 5:24:55 PM)
|
|
|
|
Recursively remove all the children of this node from devices Hashtable and from this node itself. This method should always be used when working with BACIRemoteNode nodes before nodes own removeAllChildren() method, otherwise the children will be left in Hashtable devices and that will produce unpredictable behaviour of objexp.
|
|
removeNode method comment. |
|
removeNodes method comment. |
|
Insert the method's description here. Creation date: (30.11.2000 21:48:15) |
|
Insert the method's description here. Creation date: (11/7/00 5:24:26 PM) |
|
Insert the method's description here. Creation date: (11/7/00 5:24:26 PM) |
|
Insert the method's description here. Creation date: (3/26/2001 10:46:41 PM) |
|
Insert the method's description here. Creation date: (10/2/98 6:09:47 PM) |
|
Add nodes to the treeByName.
|
|
Add nodes to the treeByName.
|
|
Insert the method's description here. Creation date: (11/7/00 5:00:26 PM)
|
|
Insert the method's description here. Creation date: (3/27/2001 5:24:55 PM)
|
|
Insert the method's description here. Creation date: (9/28/98 5:30:11 PM)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|