Package | Description |
---|---|
org.jivesoftware.spark.component |
Provides useful Swing components that can be used within Spark.
|
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
org.jivesoftware.spark.ui.rooms |
Contains the two implementations of ChatRoom.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfirmDialog
Implementation of a Confirm Dialog to replace the modal JOptionPane.confirm.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatRoom
The base implementation of all ChatRoom conversations.
|
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.
|