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

Packages that use Tree
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 Tree in org.jivesoftware.spark.component
 

Methods in org.jivesoftware.spark.component that return Tree
 Tree RosterTree.getRosterTree()
          Returns the Tree representation of the Roster Tree.
 

Methods in org.jivesoftware.spark.component with parameters of type Tree
 javax.swing.tree.TreePath Tree.find(Tree tree, java.lang.Object[] nodes)
          Finds the correct tree path.
 javax.swing.tree.TreePath Tree.findByName(Tree tree, java.lang.String[] names)
          Finds the path in tree as specified by the array of names.
 

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

Methods in org.jivesoftware.spark.ui.conferences that return Tree
 Tree BookmarkedConferences.getTree()
          Returns the Tree used to display bookmarks.
 

Constructors in org.jivesoftware.spark.ui.conferences with parameters of type Tree
ConferenceRooms(Tree serviceTree, java.lang.String serviceName)
          Creates a new instance of ConferenceRooms.