|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackgroundPanel | |
com.jivesoftware.spark.component | Provides useful Swing components that can be used within Spark. |
com.jivesoftware.spark.ui | Provides support by providing all chat specific components, such as ChatRoom and ContactList. |
com.jivesoftware.spark.ui.rooms | Contains the two implementations of ChatRoom. |
Uses of BackgroundPanel in com.jivesoftware.spark.component |
Subclasses of BackgroundPanel in com.jivesoftware.spark.component | |
class |
ConfirmDialog
Implementation of a Confirm Dialog to replace the modal JOptionPane.confirm. |
Uses of BackgroundPanel in com.jivesoftware.spark.ui |
Subclasses of BackgroundPanel in com.jivesoftware.spark.ui | |
class |
ChatRoom
The base implementation of all ChatRoom conversations. |
Methods in com.jivesoftware.spark.ui that return BackgroundPanel | |
BackgroundPanel |
ChatRoom.getChatPanel()
Returns the ChatPanel that contains the ChatWindow and SendField. |
BackgroundPanel |
ChatRoom.getBottomPanel()
Returns the bottom panel used in the ChatRoom. |
Uses of BackgroundPanel in com.jivesoftware.spark.ui.rooms |
Subclasses of BackgroundPanel in com.jivesoftware.spark.ui.rooms | |
class |
ChatRoomImpl
This is the Agent to Agent 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |