Package | Description |
---|---|
org.jivesoftware.spark.component |
Provides useful Swing components that can be used within Spark.
|
org.jivesoftware.spark.phone | |
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
org.jivesoftware.spark.ui.conferences |
Contains Conference Room specific components, such as room browsers and helpful conference utilities.
|
org.jivesoftware.spark.ui.rooms |
Contains the two implementations of ChatRoom.
|
Modifier and Type | Method and Description |
---|---|
ContextMenuListener |
TreeFolder.getListener() |
Modifier and Type | Method and Description |
---|---|
void |
TreeFolder.setListener(ContextMenuListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
PhoneManager
Handles general phone behavior in Spark.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatRoom
The base implementation of all ChatRoom conversations.
|
class |
TranscriptWindow
The
TranscriptWindow class. |
Modifier and Type | Method and Description |
---|---|
void |
ChatArea.addContextMenuListener(ContextMenuListener listener)
Adds a
ContextMenuListener to ChatArea. |
void |
ContactList.addContextMenuListener(ContextMenuListener listener) |
void |
ChatArea.removeContextMenuListener(ContextMenuListener listener)
Remove a
ContextMenuListener to ChatArea. |
void |
ContactList.removeContextMenuListener(ContextMenuListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
BookmarksUI.addContextMenuListener(ContextMenuListener listener)
Adds a new ContextMenuListener.
|
void |
BookmarksUI.removeContextMenuListener(ContextMenuListener listener)
Removes a ContextMenuListener.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatRoomImpl
This is the Person to Person implementation of
ChatRoom
This room only allows for 1 to 1 conversations. |
class |
GroupChatRoom
GroupChatRoom is the conference chat room UI used to have Multi-User Chats.
|