public class TreeHandlerBean extends java.lang.Object implements NodeRequestListener
| Modifier and Type | Class and Description |
|---|---|
class |
TreeHandlerBean.SubNodesSearching
Thread used to aquire subnodes of a first time expanded OETreeNode
Creation date: (9/26/98 10:40:53 AM)
|
| Constructor and Description |
|---|
TreeHandlerBean(java.util.Hashtable devices,
OETree treeByType,
OETree treeByName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNode(javax.swing.tree.TreeNode node,
javax.swing.tree.TreeNode parentNode) |
void |
addNodes(javax.swing.tree.TreeNode[] nodes,
javax.swing.tree.TreeNode parentNode)
addNodes method comment.
|
void |
connect() |
void |
destroy()
Insert the method's description here.
|
void |
disconnect() |
Introspectable |
getClicked()
Insert the method's description here.
|
void |
getDevices(FirstTimeExpandedEvent event) |
java.util.Hashtable |
getInvList()
returns the invList
|
InvocationCouple |
getInvocationCouple(Invocation invoc) |
RemoteAccess |
getRemoteAccess()
Returns the remoteAccess.
|
OETree |
getTree()
Insert the method's description here.
|
OETree |
getTreeByName()
Returns the treeByName.
|
void |
purgeChildren(OETreeNode node)
Recursively remove all the children of this node from devices Hashtable and from
this node itself.
|
void |
removeNode(javax.swing.tree.TreeNode node)
removeNode method comment.
|
void |
removeNodes(javax.swing.tree.TreeNode[] nodes)
removeNodes method comment.
|
void |
selectionChanged(OETree sourceTree)
Insert the method's description here.
|
void |
setAccess(java.lang.String accessType)
Insert the method's description here.
|
void |
setClicked(Introspectable node)
Insert the method's description here.
|
void |
setNotifier(NotificationBean newNotifier)
Insert the method's description here.
|
void |
setParent(ObjectExplorer newParent)
Insert the method's description here.
|
void |
setTree(OETree newTree)
Insert the method's description here.
|
public java.util.Hashtable getInvList()
public RemoteAccess getRemoteAccess()
public void addNode(javax.swing.tree.TreeNode node,
javax.swing.tree.TreeNode parentNode)
addNode in interface NodeRequestListenerpublic InvocationCouple getInvocationCouple(Invocation invoc)
public void addNodes(javax.swing.tree.TreeNode[] nodes,
javax.swing.tree.TreeNode parentNode)
addNodes in interface NodeRequestListenerpublic void connect()
public void destroy()
public void disconnect()
public void purgeChildren(OETreeNode node)
public void getDevices(FirstTimeExpandedEvent event)
public OETree getTree()
public void removeNode(javax.swing.tree.TreeNode node)
removeNode in interface NodeRequestListenerpublic void removeNodes(javax.swing.tree.TreeNode[] nodes)
removeNodes in interface NodeRequestListenerpublic void selectionChanged(OETree sourceTree)
public void setAccess(java.lang.String accessType)
public OETree getTreeByName()
public void setClicked(Introspectable node)
public Introspectable getClicked()
public void setNotifier(NotificationBean newNotifier)
newNotifier - si.ijs.acs.objectexplorer.NotificationBeanpublic void setParent(ObjectExplorer newParent)
newParent - si.ijs.acs.objectexplorer.ObjectExplorerpublic void setTree(OETree newTree)
newTree - si.ijs.acs.objectexplorer.OETree