Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
org.jivesoftware.spark.util |
Provides helpful utilities used for Spark.
|
org.jivesoftware.sparkimpl.plugin.chat |
Modifier and Type | Method and Description |
---|---|
static void |
SparkManager.printChatTranscript(TranscriptWindow transcriptWindow)
Displays a print dialog to print the transcript found in a
TranscriptWindow |
Modifier and Type | Method and Description |
---|---|
TranscriptWindow |
ChatRoom.getTranscriptWindow()
Returns the chatWindow components.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TranscriptWindowInterceptor.isMessageIntercepted(TranscriptWindow window,
java.lang.String userid,
org.jivesoftware.smack.packet.Message message)
Is called before a message by this user is inserted into the TranscriptWindow.
|
Constructor and Description |
---|
TranscriptWindowTransferable(TranscriptWindow item) |
Modifier and Type | Method and Description |
---|---|
static TranscriptWindow |
UIComponentRegistry.createTranscriptWindow()
Creates a new transcript window object.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerTranscriptWindow(java.lang.Class<? extends TranscriptWindow> clazz)
Registers a new class implementing transcript window.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ShortcutPlugin.isMessageIntercepted(TranscriptWindow window,
java.lang.String userid,
org.jivesoftware.smack.packet.Message message) |