Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.filetransfer |
Provides support for intercepting file transfers within Spark.
|
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
Modifier and Type | Method and Description |
---|---|
ChatRoomButton |
ButtonFactory.createChatTranscriptButton() |
ChatRoomButton |
ButtonFactory.createInviteConferenceButton() |
ChatRoomButton |
ButtonFactory.createOtrButton() |
ChatRoomButton |
ButtonFactory.createScreenshotButton() |
ChatRoomButton |
ButtonFactory.createSendFileButton() |
Modifier and Type | Method and Description |
---|---|
void |
SparkTransferManager.sendScreenshot(ChatRoomButton button,
ChatRoom room) |
Modifier and Type | Method and Description |
---|---|
void |
ChatRoom.addChatRoomButton(ChatRoomButton button) |
void |
ChatRoom.ChatToolBar.addChatRoomButton(ChatRoomButton button)
Adds a new ChatRoomButton the CommandBar.
|
void |
ChatRoom.addChatRoomButton(ChatRoomButton button,
boolean forceRepaint) |
void |
ChatRoom.ChatToolBar.removeChatRoomButton(ChatRoomButton button)
Removes the ChatRoomButton from the CommandBar.
|