Uses of Class
org.jivesoftware.spark.component.JiveTreeNode

Packages that use JiveTreeNode
org.jivesoftware.spark.component Provides useful Swing components that can be used within Spark. 
org.jivesoftware.spark.ui.conferences Contains Conference Room specific components, such as room browsers and helpful conference utilities. 
 

Uses of JiveTreeNode in org.jivesoftware.spark.component
 

Subclasses of JiveTreeNode in org.jivesoftware.spark.component
 class CheckNode
          Creates one tree node with a check box.
 

Methods in org.jivesoftware.spark.component that return JiveTreeNode
 JiveTreeNode Tree.getTreeNode()
          Returns the last selected node in the tree.
 

Methods in org.jivesoftware.spark.component with parameters of type JiveTreeNode
 java.lang.String RosterTree.getJID(JiveTreeNode node)
          Returns the selected agent node userobject.
 

Uses of JiveTreeNode in org.jivesoftware.spark.ui.conferences
 

Methods in org.jivesoftware.spark.ui.conferences that return JiveTreeNode
 JiveTreeNode BookmarkedConferences.addBookmark(JiveTreeNode serviceNode, java.lang.String roomName, java.lang.String roomJID)
          Adds a new bookmark to a particular service node.
 JiveTreeNode BookmarkedConferences.addServiceToList(java.lang.String service)
          Adds a new service (ex.
 

Methods in org.jivesoftware.spark.ui.conferences with parameters of type JiveTreeNode
 JiveTreeNode BookmarkedConferences.addBookmark(JiveTreeNode serviceNode, java.lang.String roomName, java.lang.String roomJID)
          Adds a new bookmark to a particular service node.