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 | Class and Description |
---|---|
class |
CheckNode
Creates one tree node with a check box.
|
Modifier and Type | Method and Description |
---|---|
JiveTreeNode |
Tree.getTreeNode()
Returns the last selected node in the tree.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RosterTree.getJID(JiveTreeNode node)
Returns the selected agent node userobject.
|
Modifier and Type | Method and Description |
---|---|
JiveTreeNode |
BookmarksUI.addBookmark(JiveTreeNode serviceNode,
java.lang.String roomName,
java.lang.String roomJID)
Adds a new bookmark to a particular service node.
|
JiveTreeNode |
BookmarksUI.addServiceToList(java.lang.String service)
Adds a new service (ex.
|
Modifier and Type | Method and Description |
---|---|
JiveTreeNode |
BookmarksUI.addBookmark(JiveTreeNode serviceNode,
java.lang.String roomName,
java.lang.String roomJID)
Adds a new bookmark to a particular service node.
|