See: Description
Interface | Description |
---|---|
ChatFrameToFrontListener |
Interface for all chatroom that get triggered if another chatroom or part of spark changes if the chat frame should always stay on top
(Observer Pattern)
|
ChatRoomClosingListener |
Implement this interface to listen for ChatRooms closing.
|
ChatRoomListener |
The
ChatRoomListener interface is one of the interfaces extension
writers use to add functionality to Spark. |
ChatRoomPlugin |
Provides a mechanism for users to register themselves as ChatRoomPlugin objects.
|
ContactGroupListener |
The ContactGroupListener interface is one of the interfaces extension writers use to add functionality to Spark.
|
ContactInfoHandler |
Allows a plugin to add and/or remove components to the ContactInfo UI.
|
ContactItemHandler |
The ContactItemHandler allows users to customize the actions that take place within
a
ContactItem within a users presence changes or the item is double clicked. |
ContactListListener |
The
ContactListListener interface is used to listen for model changes within the Contact List. |
ContainerComponent | |
FileDropListener |
The
FileDropListener interface is one of the interfaces extension
writers use to add functionality to Spark. |
GlobalMessageListener |
Notifies users of ANY incoming and outgoing messages.
|
LinkInterceptor |
Implementors of this interface wish to interecept link clicked events within
an active chat.
|
MessageEventListener |
Listen for the sending and receiving of messages.
|
MessageFilter |
The
MessageFilter interface is one of the interfaces extension
writers use to add functionality to Spark. |
MessageListener |
The
MessageListener interface is one of the interfaces extension
writers use to add functionality to Spark. |
PresenceListener |
The
PresenceListener is used to listen for Personal Presence changes within the system. |
Sparkler | |
TranscriptWindowInterceptor |
Allows users to intercept messages before they are inserted into the TranscriptWindow.
|
Class | Description |
---|---|
BroadcastHistoryFrame | |
ChatArea |
The ChatArea class handles proper chat text formatting such as url handling.
|
ChatContainer |
Contains all
ChatRoom objects within Spark. |
ChatFrame |
The Window used to display the ChatRoom container.
|
ChatInputEditor |
This is implementation of ChatArea that should be used as the sendField
in any chat room implementation.
|
ChatPrinter |
Used to print any item contained with a TextArea, such as a Chat.
|
ChatRoom |
The base implementation of all ChatRoom conversations.
|
ChatRoomButton |
Button to use with ChatRooms to allow for conformity in the Chat Room look and feel.
|
ChatRoomListenerAdapter |
An abstract adapter class for receiving Chat Room Events.
|
ChatRoomTransferHandler |
Handler for drag and dropping of files unto a ChatWindow.
|
ChatStatePanel | |
CommandPanel | |
ContactGroup |
Container representing a RosterGroup within the Contact List.
|
ContactGroupTransferHandler | |
ContactInfoWindow |
Represents the UI for the "ToolTip" functionallity in the ContactList.
|
ContactItem |
Represent a single contact within the
ContactList . |
ContactList | |
CustomPainter | |
DataFormUI |
Builds the UI for any DataForm (JEP-0004: Data Forms), and allow for creation
of an answer form to send back the the server.
|
GroupChatRoomTransferHandler |
Handler for drag and dropping of files unto a ChatWindow.
|
ImageSelectionPanel |
Allows for selection of panel images.
|
RawPacketSender |
Class to Send Raw packets useful when debugging
|
ReconnectPanel |
RetryPanel is the UI/Function class to handle reconnection logic.
|
ReconnectPanelIcon |
Used for silent reconnecting
Displays a little Icon at first position in commandpanel |
ReconnectPanelSmall |
Used for silent reconnecting
Displays a reconnection dialog as a ContactGroup at the Top |
RosterDialog |
The RosterDialog is used to add new users to the users XMPP Roster.
|
RosterNode | |
RosterPickList |
The
RosterPickList is used as a pick list of users within ones Roster. |
RosterTreeCellRenderer | |
ShakeWindow | |
SparklerDecorator | |
SparkTabHandler |
Allows users to control the decoration of a
SparkTab component within the ChatContainer . |
StringTransferHandler |
Used for String Drag and Drop functionality.
|
SubscriptionDialog |
SubscriptionDialog handles all subscription requests.
|
TranscriptAlert | |
TranscriptWindow |
The
TranscriptWindow class. |
VCardPanel |
UI to display VCard Information in Wizards, Dialogs, Chat Rooms and any other container.
|
VCardViewer |
UI to display VCard Information in Wizards, Dialogs, Chat Rooms and any other container.
|
WrapColumnFactory |
A ViewFactory implementation to support line wrapping.
|
WrapEditorKit |
An EditorKit implementation to support line wrapping.
|
WrapLabelView |
A LabelView implementation to support line wrapping.
|
Exception | Description |
---|---|
ChatRoomNotFoundException |
Thrown when a Chat Room was not found.
|