Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Tree |
RosterTree.getRosterTree()
Returns the Tree representation of the Roster Tree.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Tree |
BookmarksUI.getTree()
Returns the Tree used to display bookmarks.
|