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

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

Uses of Tree in com.jivesoftware.spark.component
 

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

Methods in com.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 com.jivesoftware.spark.ui.conferences
 

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

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