|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
ContactGroupListener
.
ContactItem
to the ContactGroup.
ContextMenuListener
to ChatArea.
FileDropListener
to allow for Drag and Drop notifications
of objects onto the ChatWindow.
HistoryMessage
to users chat transcript.
MainWindow
.
MessageFilter
.
MessageListener
to the current ChatRoom.
PresenceListener
to Spark.
Searchable
service.The UI will take
immediate effect to indicate that this search service is now available as
an option.
ChatResponse to the current discussion chat area.
addTranscriptWindowInterceptor(TranscriptWindowInterceptor) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
addTransferListener(FileTransferListener) -
Method in class org.jivesoftware.spark.filetransfer.SparkTransferManager
Adds a new TransferListener to the SparkManager.
addTransport(String, Transport) -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.TransportUtils
addURL(BookmarkedURL) -
Method in class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkItem
addURL(BookmarkedURL) -
Method in class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkUI
addVCard(String, VCard) -
Method in class org.jivesoftware.sparkimpl.profile.VCardManager
AIM_TRANSPORT_ACTIVE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
AIM_TRANSPORT_INACTIVE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
AIMTransport - Class in org.jivesoftware.sparkimpl.plugin.gateways.transports
AIMTransport(String) -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.transports.AIMTransport
Alerter - Interface in org.jivesoftware.spark
Implementations of this interface define alert mechanisms based on the Operating System
Spark is running on.
AlertManager - Class in org.jivesoftware.spark
The AlertManager handles the delegation of Alerting based.
AlertManager() -
Constructor for class org.jivesoftware.spark.AlertManager
AlertUI - Class in org.jivesoftware.spark.component
Simple notification UI within Spark.
AlertUI(String, String) -
Constructor for class org.jivesoftware.spark.component.AlertUI
Buidls an AlertUI
ALL_CHATS -
Static variable in class org.jivesoftware.resource.SparkRes
allowEditing(boolean) -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel
allowEditing(boolean) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
allowEditing(boolean) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
allowEditing(boolean) -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
allTabsClosed() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
allTabsRemoved() -
Method in interface org.jivesoftware.spark.component.tabbedPane.SparkTabbedPaneListener
APP_NAME -
Static variable in class org.jivesoftware.resource.SparkRes
APPLICATION_NAME -
Static variable in class org.jivesoftware.resource.Default
areBooleansDifferent(Boolean, Boolean) -
Static method in class org.jivesoftware.spark.util.ModelUtil
This is a utility method that compares two Booleans when one or
both of the objects might be null
The result of
this method is determined as follows:
If b1
and b2
are both TRUE or
neither b1
nor b2
is TRUE,
return false
.
areBooleansEqual(Boolean, Boolean) -
Static method in class org.jivesoftware.spark.util.ModelUtil
This is a utility method that compares two Booleans when one or
both of the objects might be null
The result of
this method is determined as follows:
If b1
and b2
are both TRUE or
neither b1
nor b2
is TRUE,
return true
.
areDifferent(Object, Object) -
Static method in class org.jivesoftware.spark.util.ModelUtil
This is a utility method that compares two objects when one or
both of the objects might be null
.
areEqual(Object, Object) -
Static method in class org.jivesoftware.spark.util.ModelUtil
This is a utility method that compares two objects when one or
both of the objects might be null
The result of
this method is determined as follows:
If o1
and o2
are the same object
according to the ==
operator, return
true
.
autoComplete(String) -
Method in class org.jivesoftware.spark.component.AutoCompleteDocument
AutoCompleteDocument - Class in org.jivesoftware.spark.component
AutoCompleteDocument(JTextComponent, String[]) -
Constructor for class org.jivesoftware.spark.component.AutoCompleteDocument
autoJoinConferenceRoom(String, String, String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
autoJoinService(String) -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.TransportUtils
autoLogin(String) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData
AVAILABLE_USER -
Static variable in class org.jivesoftware.resource.SparkRes
AvatarPanel - Class in org.jivesoftware.sparkimpl.profile
AvatarPanel() -
Constructor for class org.jivesoftware.sparkimpl.profile.AvatarPanel
AvatarPanel.ImageFilter - Class in org.jivesoftware.sparkimpl.profile
AvatarPanel.ImageFilter() -
Constructor for class org.jivesoftware.sparkimpl.profile.AvatarPanel.ImageFilter
AWAY_USER -
Static variable in class org.jivesoftware.resource.SparkRes
B
- BACKGROUND_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- BackgroundPanel - Class in org.jivesoftware.spark.component
- An implementation of a colored background panel.
- BackgroundPanel() -
Constructor for class org.jivesoftware.spark.component.BackgroundPanel
- Creates a background panel using the default Spark background image.
- BannedUsers - Class in org.jivesoftware.spark.ui.conferences
- Handles unbanning banned users in Chat Rooms.
- BannedUsers() -
Constructor for class org.jivesoftware.spark.ui.conferences.BannedUsers
- Construct UI
- BareAddressFilter - Class in org.jivesoftware.spark.ui
- Filters for packets where the "from" field contains a specified value.
- BareAddressFilter(String) -
Constructor for class org.jivesoftware.spark.ui.BareAddressFilter
- Creates a "from" contains filter using the "from" field part.
- Base64 - Class in org.jivesoftware.spark.util
- Used to encrypt and decrypt bytes -- string using Base64 encoding and decoding.
- Base64.InputStream - Class in org.jivesoftware.spark.util
- A InputStream will read data from another
InputStream
, given in the constructor,
and encode/decode to/from Base64 notation on the fly. - Base64.InputStream(InputStream) -
Constructor for class org.jivesoftware.spark.util.Base64.InputStream
- Constructs a InputStream in DECODE mode.
- Base64.InputStream(InputStream, int) -
Constructor for class org.jivesoftware.spark.util.Base64.InputStream
- Constructs a InputStream in
either ENCODE or DECODE mode.
- Base64.OutputStream - Class in org.jivesoftware.spark.util
- A outputStream will write data to another
OutputStream
, given in the constructor,
and encode/decode to/from Base64 notation on the fly. - Base64.OutputStream(OutputStream) -
Constructor for class org.jivesoftware.spark.util.Base64.OutputStream
- Constructs a OutputStream in ENCODE mode.
- Base64.OutputStream(OutputStream, int) -
Constructor for class org.jivesoftware.spark.util.Base64.OutputStream
- Constructs a OutputStream in
either ENCODE or DECODE mode.
- BLANK_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- BLANK_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- blend(Color, Color, double) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Blend two colors.
- blend(Color, Color) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Make an even blend between two colors.
- blinkFrameIfNecessary(JFrame) -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- BLUE_BALL -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Bookmark - Class in org.jivesoftware.spark.ui.conferences
-
- Bookmark() -
Constructor for class org.jivesoftware.spark.ui.conferences.Bookmark
-
- BOOKMARK_ICON -
Static variable in class org.jivesoftware.resource.SparkRes
-
- BookmarkedConferences - Class in org.jivesoftware.spark.ui.conferences
- BookmarkedConferences is used to display the UI for all bookmarked conference rooms.
- BookmarkedConferences() -
Constructor for class org.jivesoftware.spark.ui.conferences.BookmarkedConferences
- Initialize Conference UI.
- BookmarkItem - Class in org.jivesoftware.sparkimpl.plugin.bookmarks
-
- BookmarkItem() -
Constructor for class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkItem
-
- BookmarkPlugin - Class in org.jivesoftware.sparkimpl.plugin.bookmarks
- Allows for adding and removal of Bookmarks within Spark.
- BookmarkPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkPlugin
-
- BookmarkUI - Class in org.jivesoftware.sparkimpl.plugin.bookmarks
-
- BookmarkUI() -
Constructor for class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkUI
-
- BOTTOM -
Static variable in class org.jivesoftware.spark.component.VerticalFlowLayout
- Specify the alignment to be bottom.
- BRANDED_IMAGE -
Static variable in class org.jivesoftware.resource.Default
-
- BRICKWALL_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- BROADCAST_FEATURE -
Static variable in class org.jivesoftware.sparkimpl.plugin.manager.Enterprise
-
- BroadcastPlugin - Class in org.jivesoftware.sparkimpl.plugin.alerts
- Handles broadcasts from server and allows for roster wide broadcasts.
- BroadcastPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.alerts.BroadcastPlugin
-
- BrowserFactory - Class in org.jivesoftware.spark.component.browser
- Responsible for determining what type of Browser to return.
- BrowserLauncher - Class in org.jivesoftware.spark.util
- BrowserLauncher is a class that provides one static method, openURL, which opens the default
web browser for the current user of the system to the given URL.
- BrowserListener - Interface in org.jivesoftware.spark.component.browser
- Implementation of
BrowserListener
allows for handling when documents
have been downloaded via a BrowserViewer
implementation. - browseRooms(String) -
Method in class org.jivesoftware.spark.ui.conferences.BookmarkedConferences
-
- BrowserViewer - Class in org.jivesoftware.spark.component.browser
- Abstract class describing a particular type of component capable of rendering html.
- BrowserViewer() -
Constructor for class org.jivesoftware.spark.component.browser.BrowserViewer
-
- buildLayout() -
Method in class org.jivesoftware.spark.Workspace
- Builds the Workspace layout.
- BusinessPanel - Class in org.jivesoftware.sparkimpl.profile
-
- BusinessPanel() -
Constructor for class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- BUSY_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ByteFormat - Class in org.jivesoftware.spark.util
- A formatter for formatting byte sizes.
- ByteFormat() -
Constructor for class org.jivesoftware.spark.util.ByteFormat
-
C
- CALL_ICON -
Static variable in class org.jivesoftware.resource.SparkRes
-
- callExtension(String) -
Method in class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
-
- callJID(String) -
Method in class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
-
- cancelledNotification(String, String) -
Method in class org.jivesoftware.spark.ChatManager
-
- cancelTransfer() -
Method in class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui.ReceiveMessage
-
- cancelTransfer() -
Method in class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui.SendMessage
-
- canCreate(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
- Tests whether the application can create the resource at the specified
URL
.
- canImport(JComponent, DataFlavor[]) -
Method in class org.jivesoftware.spark.ui.ChatRoomTransferHandler
-
- canImport(JComponent, DataFlavor[]) -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler
-
- canImport(JComponent, DataFlavor[]) -
Method in class org.jivesoftware.spark.ui.StringTransferHandler
-
- canonicalize(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
- Returns a canonical form of the
URL
, if one is available.
- canRead(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
- Tests whether the application can read the resource at the
specified
URL
.
- canShutDown() -
Method in interface org.jivesoftware.spark.plugin.Plugin
- This method is invoked by the
PluginManager
before Spark
terminates.
- canShutDown() -
Method in class org.jivesoftware.spark.ui.conferences.Conferences
-
- canShutDown() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.BroadcastPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.chat.ChatArgumentsPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.chat.PresenceChangePlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberBrowser
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberVersion
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.ScratchPadPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.sparklers.SparklersPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.PluginViewer
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- canShutDown() -
Method in class org.jivesoftware.sparkimpl.profile.VCardManager
-
- canWrite(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
- Tests whether the application can modify the resource at the
specified
URL
.
- centerWindowOnComponent(Window, Component) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Centers the window over a component (usually another window).
- centerWindowOnScreen(Window) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Sets the location of the specified window so that it is centered on screen.
- changeAvailability(Presence) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
-
- changeCardLayout(String) -
Method in class org.jivesoftware.spark.Workspace
-
- changedUpdate(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.ChatInputEditor
-
- changedUpdate(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Checks to see if the Send button should be enabled.
- CHANGELOG_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- changePresence(Presence) -
Method in class org.jivesoftware.spark.component.Notifications
- Change the presence of the tray.
- changePresence(Presence) -
Method in class org.jivesoftware.spark.SessionManager
- Update the current availability of the user
- changeText(String) -
Method in class org.jivesoftware.sparkimpl.plugin.phone.OnPhone
-
- changeToRinging() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.DialPanel
-
- CHAT_QUEUE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CHAT_WORKSPACE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ChatArea - Class in org.jivesoftware.spark.ui
- The ChatArea class handles proper chat text formatting such as url handling.
- ChatArea() -
Constructor for class org.jivesoftware.spark.ui.ChatArea
- ChatArea Constructor.
- ChatAreaSendField - Class in org.jivesoftware.spark
- Creates a Firefox Search type box that allows for icons inside of a textfield.
- ChatAreaSendField(String) -
Constructor for class org.jivesoftware.spark.ChatAreaSendField
- Creates a new IconTextField with Icon.
- ChatArgumentsPlugin - Class in org.jivesoftware.sparkimpl.plugin.chat
-
- ChatArgumentsPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.chat.ChatArgumentsPlugin
-
- ChatContainer - Class in org.jivesoftware.spark.ui
- Contains all
ChatRoom
objects within Spark. - ChatContainer() -
Constructor for class org.jivesoftware.spark.ui.ChatContainer
- Creates the ChatRooms to hold all ChatRooms.
- ChatFrame - Class in org.jivesoftware.spark.ui
- The Window used to display the ChatRoom container.
- ChatFrame() -
Constructor for class org.jivesoftware.spark.ui.ChatFrame
- Creates default ChatFrame.
- ChatInputEditor - Class in org.jivesoftware.spark.ui
- This is implementation of ChatArea that should be used as the sendField
in any chat room implementation.
- ChatInputEditor() -
Constructor for class org.jivesoftware.spark.ui.ChatInputEditor
- Creates a new Default ChatSendField.
- ChatManager - Class in org.jivesoftware.spark
- Handles the Chat Management of each individual
Workspace
. - ChatNotFoundException - Exception in org.jivesoftware.spark
- Thrown when a Chat was not found.
- ChatNotFoundException() -
Constructor for exception org.jivesoftware.spark.ChatNotFoundException
-
- ChatNotFoundException(String) -
Constructor for exception org.jivesoftware.spark.ChatNotFoundException
-
- ChatPreference - Class in org.jivesoftware.sparkimpl.preference.chat
- Handles the preferences for Chatting.
- ChatPreference() -
Constructor for class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
-
- ChatPreferencePanel - Class in org.jivesoftware.sparkimpl.preference.chat
- The Preference UI used to handle changing of Chat Preferences.
- ChatPreferencePanel() -
Constructor for class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
- Constructor invokes UI setup.
- ChatPrinter - Class in org.jivesoftware.spark.ui
- Used to print any item contained with a TextArea, such as a Chat.
- ChatPrinter() -
Constructor for class org.jivesoftware.spark.ui.ChatPrinter
- The constructor initializes the pFormat and PJob variables.
- ChatRoom - Class in org.jivesoftware.spark.ui
- The base implementation of all ChatRoom conversations.
- ChatRoom() -
Constructor for class org.jivesoftware.spark.ui.ChatRoom
- Initializes the base layout and base background color.
- ChatRoom.ChatToolBar - Class in org.jivesoftware.spark.ui
- Used for the top toolbar.
- ChatRoom.ChatToolBar() -
Constructor for class org.jivesoftware.spark.ui.ChatRoom.ChatToolBar
- Default Constructor.
- chatRoomActivated(ChatRoom) -
Method in interface org.jivesoftware.spark.ui.ChatRoomListener
- Invoked by
ChatRooms
when a ChatRoom has been activated.
- chatRoomActivated(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatRoomListenerAdapter
-
- chatRoomActivated(ChatRoom) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- chatRoomActivated(ChatRoom) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- chatRoomActivated(ChatRoom) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- ChatRoomButton - Class in org.jivesoftware.spark.ui
- Button to use with ChatRooms to allow for conformity in the Chat Room look and feel.
- ChatRoomButton() -
Constructor for class org.jivesoftware.spark.ui.ChatRoomButton
- Create a new ChatRoomButton.
- ChatRoomButton(Icon) -
Constructor for class org.jivesoftware.spark.ui.ChatRoomButton
- Create a new ChatRoomButton
- ChatRoomButton(String, Icon) -
Constructor for class org.jivesoftware.spark.ui.ChatRoomButton
- Create a new ChatRoomButton.
- ChatRoomButton(String) -
Constructor for class org.jivesoftware.spark.ui.ChatRoomButton
- Creates a new ChatRoomButton.
- chatRoomClosed(ChatRoom) -
Method in interface org.jivesoftware.spark.ui.ChatRoomListener
- Invoke by
ChatRooms
when a ChatRoom has been closed.
- chatRoomClosed(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatRoomListenerAdapter
-
- chatRoomClosed(ChatRoom) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- chatRoomClosed(ChatRoom) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- chatRoomClosed(ChatRoom) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- ChatRoomClosingListener - Interface in org.jivesoftware.spark.ui
- Implement this interface to listen for ChatRooms closing.
- ChatRoomImpl - Class in org.jivesoftware.spark.ui.rooms
- This is the Person to Person implementation of
ChatRoom
This room only allows for 1 to 1 conversations. - ChatRoomImpl(String, String, String) -
Constructor for class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
- Constructs a 1-to-1 ChatRoom.
- chatRoomLeft(ChatRoom) -
Method in interface org.jivesoftware.spark.ui.ChatRoomListener
- Invoked by
ChatRooms
when a ChatRoom has been left, but not
closed.
- chatRoomLeft(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatRoomListenerAdapter
-
- chatRoomLeft(ChatRoom) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- chatRoomLeft(ChatRoom) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- chatRoomLeft(ChatRoom) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- ChatRoomListener - Interface in org.jivesoftware.spark.ui
- The
ChatRoomListener
interface is one of the interfaces extension
writers use to add functionality to Spark. - ChatRoomListenerAdapter - Class in org.jivesoftware.spark.ui
- An abstract adapter class for receiving Chat Room Events.
- ChatRoomListenerAdapter() -
Constructor for class org.jivesoftware.spark.ui.ChatRoomListenerAdapter
-
- ChatRoomNotFoundException - Exception in org.jivesoftware.spark.ui
- Thrown when a Chat Room was not found.
- ChatRoomNotFoundException() -
Constructor for exception org.jivesoftware.spark.ui.ChatRoomNotFoundException
-
- ChatRoomNotFoundException(String) -
Constructor for exception org.jivesoftware.spark.ui.ChatRoomNotFoundException
-
- chatRoomOpened(ChatRoom) -
Method in interface org.jivesoftware.spark.ui.ChatRoomListener
- Invoked by
ChatRooms
when a new ChatRoom has been opened.
- chatRoomOpened(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatRoomListenerAdapter
-
- chatRoomOpened(ChatRoom) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- chatRoomOpened(ChatRoom) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- chatRoomOpened(ChatRoom) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- ChatRoomPlugin - Interface in org.jivesoftware.spark.ui
- Provides a mechanism for users to register themselves as ChatRoomPlugin objects.
- ChatRoomTransferHandler - Class in org.jivesoftware.spark.ui
- Handler for drag and dropping of files unto a ChatWindow.
- ChatRoomTransferHandler(ChatRoom) -
Constructor for class org.jivesoftware.spark.ui.ChatRoomTransferHandler
-
- ChatRoomTransferHandler.TranscriptWindowTransferable - Class in org.jivesoftware.spark.ui
-
- ChatRoomTransferHandler.TranscriptWindowTransferable(TranscriptWindow) -
Constructor for class org.jivesoftware.spark.ui.ChatRoomTransferHandler.TranscriptWindowTransferable
-
- CHATTING_AGENT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CHATTING_CUSTOMER_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ChatTranscript - Class in org.jivesoftware.sparkimpl.plugin.transcripts
- A single chat transcript mapped to one JID.
- ChatTranscript() -
Constructor for class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscript
-
- ChatTranscriptPlugin - Class in org.jivesoftware.sparkimpl.plugin.transcripts
- The
ChatTranscriptPlugin
is responsible for transcript handling within Spark. - ChatTranscriptPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- ChatTranscripts - Class in org.jivesoftware.sparkimpl.plugin.transcripts
-
- CHECK_IMAGE -
Static variable in class org.jivesoftware.resource.ConfigurationRes
-
- CheckBoxList - Class in org.jivesoftware.spark.component
- Constructs a selection list with Checkboxes.
- CheckBoxList() -
Constructor for class org.jivesoftware.spark.component.CheckBoxList
- Create the CheckBoxList UI.
- checkForText(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Checks to see if the Send button should be enabled.
- checkForUpdate(boolean) -
Method in class org.jivesoftware.sparkimpl.updater.CheckUpdates
- Checks Spark Manager and/or Jive Software for the latest version of Spark.
- CheckNode - Class in org.jivesoftware.spark.component
- Creates one tree node with a check box.
- CheckNode() -
Constructor for class org.jivesoftware.spark.component.CheckNode
- Construct an empty node.
- CheckNode(Object) -
Constructor for class org.jivesoftware.spark.component.CheckNode
- Creates a new CheckNode with the specified name.
- CheckNode(Object, boolean, boolean) -
Constructor for class org.jivesoftware.spark.component.CheckNode
- Constructs a new CheckNode.
- CheckNode(Object, boolean, boolean, String) -
Constructor for class org.jivesoftware.spark.component.CheckNode
- Constructs a new CheckNode.
- CheckRenderer - Class in org.jivesoftware.spark.component
- Swing Renderer for
CheckNode
. - CheckRenderer() -
Constructor for class org.jivesoftware.spark.component.CheckRenderer
- Create new CheckRenderer.
- CheckRenderer.TreeLabel - Class in org.jivesoftware.spark.component
- Represents one UI node for the checkbox node.
- CheckRenderer.TreeLabel() -
Constructor for class org.jivesoftware.spark.component.CheckRenderer.TreeLabel
- Empty Constructor.
- CheckTree - Class in org.jivesoftware.spark.component
- UI to show CheckBox trees.
- CheckTree(CheckNode) -
Constructor for class org.jivesoftware.spark.component.CheckTree
- Constructs a new CheckBox tree.
- CheckUpdates - Class in org.jivesoftware.sparkimpl.updater
-
- CheckUpdates() -
Constructor for class org.jivesoftware.sparkimpl.updater.CheckUpdates
-
- chopAtWord(String, int, int) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Intelligently chops a String at a word boundary (whitespace) that occurs
at the specified index in the argument or before.
- chopAtWord(String, int) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Intelligently chops a String at a word boundary (whitespace) that occurs
at the specified index in the argument or before.
- chopAtWordsAround(String, String[], int) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Returns a substring of the given string which represents the words around the given word.
- CIRCLE_CHECK_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- cleanup(JComponent, boolean) -
Method in class org.jivesoftware.spark.ui.StringTransferHandler
-
- clear() -
Method in class org.jivesoftware.spark.ui.ChatArea
- Clear the current document.
- CLEAR_BALL_ICON -
Static variable in class org.jivesoftware.resource.SparkRes
-
- clearCustomValues() -
Static method in class org.jivesoftware.resource.Default
-
- clearObjectMap() -
Method in class org.jivesoftware.spark.component.JiveSortableTable
- Clears all objects from map.
- clearObjectMap() -
Method in class org.jivesoftware.spark.component.Table
- Clears all objects from map.
- clearSelection() -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Clears all selections within this group.
- clearTable() -
Method in class org.jivesoftware.spark.component.JiveSortableTable
- Removes all columns and rows from table.
- clearTable() -
Method in class org.jivesoftware.spark.component.Table
- Removes all columns and rows from table.
- clearTable() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchResults
- Clears the Search Results Table.
- clearUnreadMessageCount() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Resets the number of unread messages.
- clientReconnected() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- close() -
Method in class org.jivesoftware.spark.component.CheckTree
- Closes the CheckTree.
- close(SparkTab, Component) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- close() -
Method in class org.jivesoftware.spark.util.Base64.OutputStream
- Flushes and closes (I think, in the superclass) the stream.
- close() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- CLOSE_DARK_X_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CLOSE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CLOSE_WHITE_X_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- closeActiveRoom() -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- closeAllChatRooms() -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Close all chat rooms.
- closeChatRoom() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Close the ChatRoom.
- closeChatRoom() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- closeChatRoom() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Have the user leave this chat room and then close it.
- closeTab(Component) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Closes a tab of a room.
- CLOSING -
Static variable in class org.jivesoftware.resource.SoundsRes
-
- closing() -
Method in interface org.jivesoftware.spark.ui.ChatRoomClosingListener
- Notifies users that the room is closing.
- closing() -
Method in class org.jivesoftware.sparkimpl.preference.PreferencesPanel
-
- CO_BROWSER_TAB_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CollapsiblePane - Class in org.jivesoftware.spark.component.panes
- CollapsiblePane provides a component which can collapse or expand its content area
with animation and fade in/fade out effects.
- CollapsiblePane() -
Constructor for class org.jivesoftware.spark.component.panes.CollapsiblePane
-
- CollapsiblePane(String) -
Constructor for class org.jivesoftware.spark.component.panes.CollapsiblePane
- Creates a CollapsiblePane.
- CollapsiblePaneListener - Interface in org.jivesoftware.spark.component.panes
- Implementation of this interface is used for detecting when the
CollapsiblePane
expands and collapses. - CollapsibleTitlePane - Class in org.jivesoftware.spark.component.panes
- Internal implementation of the Title pane in the northern region of a CollapsiblePane.
- CollapsibleTitlePane() -
Constructor for class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- colorDistance(double, double, double, double, double, double) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Return the "distance" between two colors.
- colorDistance(double[], double[]) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Return the "distance" between two colors.
- colorDistance(Color, Color) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Return the "distance" between two colors.
- ColorUtil - Class in org.jivesoftware.spark.util
- Common color utilities.
- ColorUtil() -
Constructor for class org.jivesoftware.spark.util.ColorUtil
-
- commit() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
-
- commit() -
Method in interface org.jivesoftware.spark.preference.Preference
- Called whenever the preference should be saved.
- commit() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
-
- commit() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
-
- commit() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
-
- commit() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
-
- component -
Static variable in class org.jivesoftware.spark.util.GraphicUtils
-
- ComponentTitledBorder - Class in org.jivesoftware.spark.component.borders
-
- ComponentTitledBorder(Component, JComponent, Border) -
Constructor for class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- composingNotification(String, String) -
Method in class org.jivesoftware.spark.ChatManager
-
- con -
Static variable in class org.jivesoftware.spark.ui.NewRoster
-
- concat(String[]) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Returns a single string that is the concatenation of all the
strings in the specified string array.
- concat(String[], String) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Returns a single string that is the concatenation of all the
strings in the specified string array.
- CONFERENCE_IMAGE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CONFERENCE_IMAGE_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ConferenceCreator - Class in org.jivesoftware.spark.ui.conferences
-
- ConferenceCreator() -
Constructor for class org.jivesoftware.spark.ui.conferences.ConferenceCreator
-
- ConferenceData - Class in org.jivesoftware.spark.ui.conferences
-
- ConferenceData() -
Constructor for class org.jivesoftware.spark.ui.conferences.ConferenceData
-
- ConferenceData.ConferencePrivateDataProvider - Class in org.jivesoftware.spark.ui.conferences
-
- ConferenceData.ConferencePrivateDataProvider() -
Constructor for class org.jivesoftware.spark.ui.conferences.ConferenceData.ConferencePrivateDataProvider
-
- ConferenceRoomInfo - Class in org.jivesoftware.spark.ui.conferences
- The
RoomInfo
class is used to display all room information, such as agents and room information. - ConferenceRoomInfo() -
Constructor for class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
- Creates a new RoomInfo instance using the specified ChatRoom.
- ConferenceRooms - Class in org.jivesoftware.spark.ui.conferences
- A UI that handles all Group Rooms contained in an XMPP Messenger server.
- ConferenceRooms(Tree, String) -
Constructor for class org.jivesoftware.spark.ui.conferences.ConferenceRooms
- Creates a new instance of ConferenceRooms.
- Conferences - Class in org.jivesoftware.spark.ui.conferences
- Conference plugin is reponsible for the initial loading of MultiUser Chat support.
- Conferences() -
Constructor for class org.jivesoftware.spark.ui.conferences.Conferences
-
- ConferenceServiceBrowser - Class in org.jivesoftware.spark.ui.conferences
-
- ConferenceServiceBrowser() -
Constructor for class org.jivesoftware.spark.ui.conferences.ConferenceServiceBrowser
-
- ConferenceUtils - Class in org.jivesoftware.spark.ui.conferences
-
- ConfigurationRes - Class in org.jivesoftware.resource
-
- ConfigurationRes() -
Constructor for class org.jivesoftware.resource.ConfigurationRes
-
- ConfirmDialog - Class in org.jivesoftware.spark.component
- Implementation of a Confirm Dialog to replace the modal JOptionPane.confirm.
- ConfirmDialog() -
Constructor for class org.jivesoftware.spark.component.ConfirmDialog
- Creates the base confirm Dialog.
- ConfirmDialog.ConfirmListener - Interface in org.jivesoftware.spark.component
- Used to handle yes/no selection in dialog.
- connectionClosed() -
Method in class org.jivesoftware.spark.SessionManager
- Notify agent that the connection has been closed.
- connectionClosed() -
Method in class org.jivesoftware.spark.ui.ChatRoom
-
- connectionClosed() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- connectionClosed() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- connectionClosed() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
-
- connectionClosedOnError(Exception) -
Method in class org.jivesoftware.spark.SessionManager
- Notify agent the connection was closed due to an exception.
- connectionClosedOnError(Exception) -
Method in class org.jivesoftware.spark.ui.ChatRoom
-
- connectionClosedOnError(Exception) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- connectionClosedOnError(Exception) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- connectionClosedOnError(Exception) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
-
- construct() -
Method in class org.jivesoftware.spark.util.SwingWorker
- Compute the value to be returned by the
get
method.
- CONTACT_GROUP_END_COLOR -
Static variable in class org.jivesoftware.resource.Default
-
- CONTACT_GROUP_START_COLOR -
Static variable in class org.jivesoftware.resource.Default
-
- ContactGroup - Class in org.jivesoftware.spark.ui
- Container representing a RosterGroup within the Contact List.
- ContactGroup(String) -
Constructor for class org.jivesoftware.spark.ui.ContactGroup
- Create a new ContactGroup.
- contactGroupAdded(ContactGroup) -
Method in interface org.jivesoftware.spark.ui.ContactListListener
- Called when a
ContactGroup
has been added to the ContactList.
- ContactGroupListener - Interface in org.jivesoftware.spark.ui
- The ContactGroupListener interface is one of the interfaces extension writers use to add functionality to Spark.
- contactGroupPopup(MouseEvent, ContactGroup) -
Method in interface org.jivesoftware.spark.ui.ContactGroupListener
- Notifies the user that a Popup event has occured on the ContactGroup title
bar.
- contactGroupPopup(MouseEvent, ContactGroup) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- contactGroupRemoved(ContactGroup) -
Method in interface org.jivesoftware.spark.ui.ContactListListener
- Called when a
ContactGroup
has been removed from the ContactList.
- ContactGroupTransferHandler - Class in org.jivesoftware.spark.ui
-
- ContactGroupTransferHandler() -
Constructor for class org.jivesoftware.spark.ui.ContactGroupTransferHandler
-
- ContactGroupTransferHandler.ContactItemTransferable - Class in org.jivesoftware.spark.ui
-
- ContactGroupTransferHandler.ContactItemTransferable(ContactItem) -
Constructor for class org.jivesoftware.spark.ui.ContactGroupTransferHandler.ContactItemTransferable
-
- ContactInfo - Class in org.jivesoftware.spark.ui
- Represents the UI for the "ToolTip" functionallity in the ContactList.
- ContactInfo() -
Constructor for class org.jivesoftware.spark.ui.ContactInfo
-
- ContactItem - Class in org.jivesoftware.spark.ui
-
- ContactItem(String, String) -
Constructor for class org.jivesoftware.spark.ui.ContactItem
-
- contactItemAdded(ContactItem) -
Method in interface org.jivesoftware.spark.ui.ContactGroupListener
- Notifies a user that a new
ContactItem
has been added to the ContactGroup.
- contactItemAdded(ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- contactItemAdded(ContactItem) -
Method in interface org.jivesoftware.spark.ui.ContactListListener
- Notified when a
ContactItem
has been added to the ContactList.
- contactItemClicked(ContactItem) -
Method in interface org.jivesoftware.spark.ui.ContactGroupListener
- Notifies the user that a ContactItem within the ContactGroup has been clicked.
- contactItemClicked(ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- contactItemDoubleClicked(ContactItem) -
Method in interface org.jivesoftware.spark.ui.ContactGroupListener
- Notifies the user that a ContactItem within the ContactGroup has been double-clicked.
- contactItemDoubleClicked(ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- ContactItemHandler - Interface in org.jivesoftware.spark.ui
- 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. - contactItemRemoved(ContactItem) -
Method in interface org.jivesoftware.spark.ui.ContactGroupListener
- Notifies the user that a
ContactItem
has been removed from a ContactGroup.
- contactItemRemoved(ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- contactItemRemoved(ContactItem) -
Method in interface org.jivesoftware.spark.ui.ContactListListener
- Notified when a
ContactItem
has been removed from the ContactList.
- ContactItemRenderer - Class in org.jivesoftware.spark.component.renderer
- The
ContactItemRenderer
is the an implementation of ListCellRenderer
to add an entire panel ui to lists. - ContactItemRenderer() -
Constructor for class org.jivesoftware.spark.component.renderer.ContactItemRenderer
- Construct Default JPanelRenderer.
- ContactList - Class in org.jivesoftware.spark.ui
-
- ContactList() -
Constructor for class org.jivesoftware.spark.ui.ContactList
-
- ContactListListener - Interface in org.jivesoftware.spark.ui
- The
ContactListListener
interface is used to listen for model changes within the Contact List. - containsFeature(String) -
Static method in class org.jivesoftware.sparkimpl.plugin.manager.Enterprise
- Returns true if the feature is available.
- ContextMenuListener - Interface in org.jivesoftware.spark.plugin
- The ContextMenuListener allows implementors to add their own menu
items to the context menu associated with this listener.
- convert(Image) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- copy(URL, File) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
- Copies the contents at
src
to dst
.
- copy(InputStream, OutputStream) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
- Common code for copy routines.
- COPY_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- copyPresence(Presence) -
Static method in class org.jivesoftware.spark.ui.status.StatusBar
-
- CREATE_FAQ_ENTRY -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CREATE_FAQ_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- createAccount() -
Method in class org.jivesoftware.AccountCreationWizard
-
- createAutoCompleteTextField(String[]) -
Static method in class org.jivesoftware.spark.component.AutoCompleteDocument
- Creates a auto completing JTextField.
- createChatRoom(String, String, String) -
Method in class org.jivesoftware.spark.ChatManager
- Creates and/or opens a chat room with the specified user.
- createConferenceRoom(String, String) -
Method in class org.jivesoftware.spark.ChatManager
- Creates a new public Conference Room.
- createGroupChat(Component, String) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceCreator
-
- createImageIcon(Image) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- createNewFolder(File) -
Method in class org.jivesoftware.spark.util.WindowsFileSystemView
- createNewFolder
- createPrivateConference(String, String, String, Collection) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
- Creates a private conference.
- createShadowPicture(Image) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- createSocket(String, int, InetAddress, int) -
Method in class org.jivesoftware.sparkimpl.updater.EasySSLProtocolSocketFactory
-
- createSocket(String, int, InetAddress, int, HttpConnectionParams) -
Method in class org.jivesoftware.sparkimpl.updater.EasySSLProtocolSocketFactory
- Attempts to get a new socket connection to the given host within the given time limit.
- createSocket(String, int) -
Method in class org.jivesoftware.sparkimpl.updater.EasySSLProtocolSocketFactory
-
- createSocket(Socket, String, int, boolean) -
Method in class org.jivesoftware.sparkimpl.updater.EasySSLProtocolSocketFactory
-
- createToolTip(String, int) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- createToolTip(String) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- createTransferable(JComponent) -
Method in class org.jivesoftware.spark.ui.ChatRoomTransferHandler
-
- createTransferable(JComponent) -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler
-
- createTransferable(JComponent) -
Method in class org.jivesoftware.spark.ui.StringTransferHandler
-
- CURRENT_AGENTS -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CURRENT_CHATS -
Static variable in class org.jivesoftware.resource.SparkRes
-
- CUSTOM -
Static variable in class org.jivesoftware.resource.Default
-
- CustomMessages - Class in org.jivesoftware.spark.ui.status
-
- CustomPainter - Class in org.jivesoftware.spark.ui
-
- CustomPainter() -
Constructor for class org.jivesoftware.spark.ui.CustomPainter
-
- CustomStatusItem - Class in org.jivesoftware.spark.ui.status
-
- CustomStatusItem() -
Constructor for class org.jivesoftware.spark.ui.status.CustomStatusItem
-
D
- darker(Color, double) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Make a color darker.
- DATA_DELETE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DATA_FLAVORS -
Static variable in class org.jivesoftware.spark.component.JiveTreeNode
- Default Drag and Drop to use for Node detection.
- DATA_REFRESH_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DataFormDialog - Class in org.jivesoftware.spark.ui.conferences
-
- DataFormDialog(JFrame, MultiUserChat, Form) -
Constructor for class org.jivesoftware.spark.ui.conferences.DataFormDialog
-
- DataFormUI - Class in org.jivesoftware.spark.ui
- Builds the UI for any DataForm (JEP-0004: Data Forms), and allow for creation
of an answer form to send back the the server.
- DataFormUI(Form) -
Constructor for class org.jivesoftware.spark.ui.DataFormUI
- Creates a new DataFormUI
- DataManager - Class in org.jivesoftware.spark
- Allows a mechanism to associated data with chat rooms.
- DATE_SECOND_FORMATTER -
Static variable in class org.jivesoftware.spark.SparkManager
- The Date Formatter to use in Spark.
- dateToMillis(Date) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Formats a Date as a String.
- debug(String) -
Static method in class org.jivesoftware.spark.util.log.Log
- Logs all messages to standard errout for debugging purposes.
- DECODE -
Static variable in class org.jivesoftware.spark.util.Base64
- Specify decoding.
- decode(byte[], int, int) -
Static method in class org.jivesoftware.spark.util.Base64
- Very low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) -
Static method in class org.jivesoftware.spark.util.Base64
- Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decodeBase64(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Decodes a base64 String.
- decodeBase64(byte[]) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Decodes a base64 aray of bytes.
- decodeHex(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Turns a hex encoded string into a byte array.
- decodeToObject(String) -
Static method in class org.jivesoftware.spark.util.Base64
- Attempts to decode Base64 data and deserialize a Java
Object within.
- decorate() -
Method in class org.jivesoftware.sparkimpl.preference.PreferenceUI
-
- decorateMessage(String, SparklerDecorator) -
Method in interface org.jivesoftware.spark.ui.Sparkler
-
- decrypt(String) -
Static method in class org.jivesoftware.spark.util.Encryptor
-
- Default - Class in org.jivesoftware.resource
-
- Default() -
Constructor for class org.jivesoftware.resource.Default
-
- DEFAULT_CURSOR -
Static variable in class org.jivesoftware.spark.ui.ChatArea
- The default Text Cursor.
- DEFAULT_CURSOR -
Static variable in class org.jivesoftware.spark.util.GraphicUtils
- The default Text Cursor.
- DEFAULT_CURSOR -
Static variable in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
- The default Text Cursor.
- DELETE_BOOKMARK_ICON -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DELETE_IMAGE -
Static variable in class org.jivesoftware.resource.ConfigurationRes
-
- deliveredNotification(String, String) -
Method in class org.jivesoftware.spark.ChatManager
-
- DESKTOP_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DialPanel - Class in org.jivesoftware.sparkimpl.plugin.phone
-
- DialPanel() -
Constructor for class org.jivesoftware.sparkimpl.plugin.phone.DialPanel
-
- DIG_IN_SELECTION -
Static variable in class org.jivesoftware.spark.component.CheckNode
- Mode to use if the node should be expaned if selected and if possible.
- directoryDropped(File) -
Method in class org.jivesoftware.spark.component.DroppableFrame
- Notified when a directory has been dropped onto the frame.
- disableToolbar() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Disables the ChatRoom toolbar.
- display() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberBrowser
-
- displayedNotification(String, String) -
Method in class org.jivesoftware.spark.ChatManager
-
- displayRoomInformation(String) -
Method in class org.jivesoftware.spark.ui.conferences.RoomBrowser
-
- dispose() -
Method in class org.jivesoftware.spark.component.JContactItemField
-
- DOCUMENT_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DOCUMENT_EXCHANGE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DOCUMENT_FIND_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DOCUMENT_INFO_32x32 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- documentLoaded(String) -
Method in interface org.jivesoftware.spark.component.browser.BrowserListener
- Called when a document/page has been fully loaded.
- documentLoaded(String) -
Method in class org.jivesoftware.spark.component.browser.BrowserViewer
-
- doLayout() -
Method in class org.jivesoftware.spark.component.CheckRenderer
-
- DONT_BREAK_LINES -
Static variable in class org.jivesoftware.spark.util.Base64
- Don't break lines when encoding (violates strict Base64 specification)
- DOOR_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DOWN_ARROW_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DOWN_OPTION_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- DOWNLOAD_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Downloads - Class in org.jivesoftware.sparkimpl.plugin.filetransfer.transfer
-
- downloadUpdate(File, SparkVersion) -
Method in class org.jivesoftware.sparkimpl.updater.CheckUpdates
-
- dragDropEnd(DragSourceDropEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dragEnter(DragSourceDragEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dragEnter(DropTargetDragEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dragExit(DragSourceEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dragExit(DropTargetEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dragGestureRecognized(DragGestureEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dragOver(DragSourceDragEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dragOver(DropTargetDragEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- drawHighlightBorder(Graphics, int, int, int, int, boolean, Color, Color) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Draws a single-line highlight border rectangle.
- drop(DropTargetDropEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dropActionChanged(DragSourceDragEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- dropActionChanged(DropTargetDragEvent) -
Method in class org.jivesoftware.spark.component.DroppableFrame
-
- DroppableFrame - Class in org.jivesoftware.spark.component
- Creates a DroppableFrame.
- DroppableFrame() -
Constructor for class org.jivesoftware.spark.component.DroppableFrame
- Creates an Instance of the Droppable Frame.
E
- EARTH_LOCK_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- EARTH_VIEW_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- EasySSLProtocolSocketFactory - Class in org.jivesoftware.sparkimpl.updater
EasySSLProtocolSocketFactory can be used to creats SSL Socket
s
that accept self-signed certificates.
- EasySSLProtocolSocketFactory() -
Constructor for class org.jivesoftware.sparkimpl.updater.EasySSLProtocolSocketFactory
- Constructor for EasySSLProtocolSocketFactory.
- EasyX509TrustManager - Class in org.jivesoftware.sparkimpl.updater
EasyX509TrustManager unlike default X509TrustManager
accepts
self-signed certificates.
- EasyX509TrustManager(KeyStore) -
Constructor for class org.jivesoftware.sparkimpl.updater.EasyX509TrustManager
- Constructor for EasyX509TrustManager.
- editCustomMessages() -
Static method in class org.jivesoftware.spark.ui.status.CustomMessages
-
- ELEMENT -
Static variable in class org.jivesoftware.spark.ui.conferences.ConferenceData
-
- ELEMENT -
Static variable in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData
-
- ELEMENT_NAME -
Static variable in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
- Element name of the packet extension.
- ELEMENT_NAME -
Static variable in class org.jivesoftware.sparkimpl.plugin.manager.Features
- Element name of the packet extension.
- ELEMENT_NAME -
Static variable in class org.jivesoftware.sparkimpl.settings.UserSettings
-
- ELEMENT_NAME -
Static variable in class org.jivesoftware.sparkimpl.updater.SparkVersion
- Element name of the packet extension.
- emoticonPicked(String) -
Method in interface org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonUI.EmoticonPickListener
-
- EmoticonPlugin - Class in org.jivesoftware.sparkimpl.plugin.emoticons
- Adds an EmoticonPickList to each ChatRoom.
- EmoticonPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonPlugin
-
- EmoticonUI - Class in org.jivesoftware.sparkimpl.plugin.emoticons
-
- EmoticonUI() -
Constructor for class org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonUI
-
- EmoticonUI.EmoticonPickListener - Interface in org.jivesoftware.sparkimpl.plugin.emoticons
-
- EmotionRes - Class in org.jivesoftware.resource
-
- EmotionRes() -
Constructor for class org.jivesoftware.resource.EmotionRes
-
- enableDropdown(boolean) -
Method in class org.jivesoftware.spark.component.IconTextField
-
- enableSendButton(boolean) -
Method in class org.jivesoftware.spark.ChatAreaSendField
-
- enableToolbar() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Enable the ChatRoom toolbar.
- ENCODE -
Static variable in class org.jivesoftware.spark.util.Base64
- Specify encoding.
- encodeBase64(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Encodes a String as a base64 String.
- encodeBase64(byte[]) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Encodes a byte array into a base64 String.
- encodeBytes(byte[]) -
Static method in class org.jivesoftware.spark.util.Base64
- Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) -
Static method in class org.jivesoftware.spark.util.Base64
- Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) -
Static method in class org.jivesoftware.spark.util.Base64
- Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) -
Static method in class org.jivesoftware.spark.util.Base64
- Encodes a byte array into Base64 notation.
- encodeHex(byte[]) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Turns an array of bytes into a String representing each byte as an
unsigned hex number.
- encodeObject(Serializable) -
Static method in class org.jivesoftware.spark.util.Base64
- Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) -
Static method in class org.jivesoftware.spark.util.Base64
- Serializes an object and returns the Base64-encoded
version of that serialized object.
- encrypt(String) -
Static method in class org.jivesoftware.spark.util.Encryptor
-
- Encryptor - Class in org.jivesoftware.spark.util
- Encrypts and Decrypts text based on DESede keys.
- Encryptor() -
Constructor for class org.jivesoftware.spark.util.Encryptor
-
- END_BUTTON_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- enterPressed() -
Method in class org.jivesoftware.spark.component.JiveSortableTable
- Override to handle when enter is pressed.
- enterPressed() -
Method in class org.jivesoftware.spark.component.Table
- Override to handle when enter is pressed.
- Enterprise - Class in org.jivesoftware.sparkimpl.plugin.manager
- EnterpriseSparkManager is responsible for the detecting of features on the server.
- Enterprise() -
Constructor for class org.jivesoftware.sparkimpl.plugin.manager.Enterprise
-
- enterRoom(MultiUserChat, String, String, String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
-
- enterRoomOnSameThread(String, String, String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
-
- entriesAdded(Collection) -
Method in class org.jivesoftware.spark.ui.ContactList
- Called when NEW entries are added.
- entriesAdded(Collection) -
Method in class org.jivesoftware.spark.ui.NewRoster
-
- entriesDeleted(Collection) -
Method in class org.jivesoftware.spark.ui.ContactList
- Called when users are removed from the roster.
- entriesDeleted(Collection) -
Method in class org.jivesoftware.spark.ui.NewRoster
-
- entriesUpdated(Collection) -
Method in class org.jivesoftware.spark.ui.ContactList
- Handle when the Roster changes based on subscription notices.
- entriesUpdated(Collection) -
Method in class org.jivesoftware.spark.ui.NewRoster
-
- equals(Object) -
Method in class org.jivesoftware.sparkimpl.updater.EasySSLProtocolSocketFactory
-
- ERASER_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- error(String, Throwable) -
Static method in class org.jivesoftware.spark.util.log.Log
- Logs all error messages to default error logger.
- error(Throwable) -
Static method in class org.jivesoftware.spark.util.log.Log
- Logs all error messages to default error logger.
- error(String) -
Static method in class org.jivesoftware.spark.util.log.Log
- Logs all error messages to default error logger.
- ERROR_DIALOG_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ERROR_INVALID_WORKGROUP -
Static variable in class org.jivesoftware.resource.SparkRes
-
- escapeForXML(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Escapes all necessary characters in the String so that it can be used
in an XML doc.
- escapeHTMLTags(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- This method takes a string which may contain HTML tags (ie, <b>,
<table>, etc) and converts the '<'' and '>' characters to
their HTML escape sequences.
- escapeJID(String) -
Static method in class org.jivesoftware.spark.UserManager
- Escapes a complete JID by examing the Node itself and escaping
when neccessary.
- exists(URL) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
- Returns
true
if the specified URL
points to a
resource that currently exists; returns false
otherwise.
- exists() -
Static method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettingsManager
- Return true if the settings file exists.
- exists() -
Static method in class org.jivesoftware.sparkimpl.settings.local.SettingsManager
- Return true if the settings file exists.
- expandTree() -
Method in class org.jivesoftware.spark.component.Tree
- Call to expand the entire tree.
- exportDone(JComponent, Transferable, int) -
Method in class org.jivesoftware.spark.ui.ChatRoomTransferHandler
-
- exportDone(JComponent, Transferable, int) -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler
-
- exportDone(JComponent, Transferable, int) -
Method in class org.jivesoftware.spark.ui.StringTransferHandler
-
- exportString(JComponent) -
Method in class org.jivesoftware.spark.ui.StringTransferHandler
-
F
- FAQ_TAB_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FASTPATH_IMAGE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FASTPATH_IMAGE_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FASTPATH_IMAGE_32x32 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FASTPATH_IMAGE_64x64 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FASTPATH_OFFLINE_IMAGE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FASTPATH_OFFLINE_IMAGE_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Features - Class in org.jivesoftware.sparkimpl.plugin.manager
-
- Features() -
Constructor for class org.jivesoftware.sparkimpl.plugin.manager.Features
-
- Features.Provider - Class in org.jivesoftware.sparkimpl.plugin.manager
-
- Features.Provider() -
Constructor for class org.jivesoftware.sparkimpl.plugin.manager.Features.Provider
-
- FILE_TRANSFER_FEATURE -
Static variable in class org.jivesoftware.sparkimpl.plugin.manager.Enterprise
-
- FileDropListener - Interface in org.jivesoftware.spark.ui
- The
FileDropListener
interface is one of the interfaces extension
writers use to add functionality to Spark. - fileDropped(File) -
Method in class org.jivesoftware.spark.component.DroppableFrame
- Notified when a file has been dropped onto the frame.
- filesDropped(Collection, Component) -
Method in interface org.jivesoftware.spark.ui.FileDropListener
- Called when a file(s) has been Drag and Dropped onto a component.
- FileTransferListener - Interface in org.jivesoftware.spark.filetransfer
- Implementation of the
TransferListener
interface allows for
handling of file transfers externally of the default behaviour. - FileTransferPreference - Class in org.jivesoftware.spark.filetransfer.preferences
-
- FileTransferPreference() -
Constructor for class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
-
- FileTransferPreferencePanel - Class in org.jivesoftware.spark.filetransfer.preferences
- FileTransferPreferencePanel is the UI for handling File Transfer Preferences.
- FileTransferPreferencePanel() -
Constructor for class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreferencePanel
-
- filterIncoming(ChatRoom, Message) -
Method in interface org.jivesoftware.spark.ui.MessageFilter
- Updates the body of an incoming message.
- filterIncomingMessage(ChatRoom, Message) -
Method in class org.jivesoftware.spark.ChatManager
-
- filterOutgoing(ChatRoom, Message) -
Method in interface org.jivesoftware.spark.ui.MessageFilter
- Update the body of an outgoing message.
- filterOutgoingMessage(ChatRoom, Message) -
Method in class org.jivesoftware.spark.ChatManager
-
- find(Tree, Object[]) -
Method in class org.jivesoftware.spark.component.Tree
- Finds the correct tree path.
- FIND_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FIND_TEXT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- findByName(Tree, String[]) -
Method in class org.jivesoftware.spark.component.Tree
- Finds the path in tree as specified by the array of names.
- finished() -
Method in class org.jivesoftware.spark.util.SwingWorker
- Called on the event dispatching thread (not on the worker thread)
after the
construct
method has returned.
- fireBrowserListeners(String) -
Method in class org.jivesoftware.spark.component.browser.BrowserViewer
- Fire all BrowserListeners.
- fireChatRoomActivated(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Notifies users that a
ChatRoom
has been activated.
- fireChatRoomClosed(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Notifies users that a
ChatRoom
has been closed.
- fireChatRoomLeft(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Notifies users that a
ChatRoom
has been left.
- fireChatRoomOpened(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Notifies users that a
ChatRoom
has been opened.
- fireContactGroupAdded(ContactGroup) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- fireContactGroupRemoved(ContactGroup) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- fireContactGroupUpdated() -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Call whenever the UI needs to be updated.
- fireContactItemAdded(ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- fireContactItemDoubleClicked(ContactItem) -
Method in class org.jivesoftware.spark.ChatManager
-
- fireContactItemPresenceChanged(ContactItem, Presence) -
Method in class org.jivesoftware.spark.ChatManager
-
- fireContactItemRemoved(ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- fireContextMenuListenerPopup(JPopupMenu, Object) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- fireFileDropListeners(Collection) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Notify all users that a collection of files has been dropped onto the ChatRoom.
- fireFilesDropped(Collection, ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- fireLinkInterceptors(MouseEvent, String) -
Method in class org.jivesoftware.spark.ui.ChatArea
-
- fireMessageSent(Message) -
Method in class org.jivesoftware.spark.ui.ChatRoom
-
- fireNotifyOnMessage(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- fireOutgoingMessageSending(Message) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- fireReceivingIncomingMessage(Message) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- fireTabAdded(SparkTab, Component, int) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- fireTabRemoved(SparkTab, Component, int) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- fireTabSelected(SparkTab, Component, int) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- fireUserHasJoined(ChatRoom, String) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Notifies users that a user has joined a
ChatRoom
.
- fireUserHasLeft(ChatRoom, String) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Notifies users that a user has left a
ChatRoom
.
- flashWindow(Window) -
Method in interface org.jivesoftware.spark.Alerter
- Flash the window.
- flashWindow(Window) -
Method in class org.jivesoftware.spark.AlertManager
- Flash the given window.
- flashWindow(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- flashWindowStopOnFocus(Window) -
Method in class org.jivesoftware.spark.AlertManager
- Flash the given window, but stop flashing when the window takes focus.
- flashWindowStopWhenFocused(Window) -
Method in interface org.jivesoftware.spark.Alerter
- Start the flashing of the given window, but stop flashing when the window takes focus.
- flushBase64() -
Method in class org.jivesoftware.spark.util.Base64.OutputStream
- Method added by PHIL.
- focus() -
Method in class org.jivesoftware.spark.component.JContactItemField
-
- focus() -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- focusChat() -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- focusComponentOrChild(Component) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Puts the focus on the first component in the tree of
c
that
can accept the focus.
- focusComponentOrChild(Component, boolean) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Puts the focus on the first component in the tree of
c
that
can accept the focus.
- FOLDER -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FOLDER_CLOSED -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FONT_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- format(long) -
Method in class org.jivesoftware.spark.util.ByteFormat
- Formats a long which represent a number of bytes.
- format(Object, StringBuffer, FieldPosition) -
Method in class org.jivesoftware.spark.util.ByteFormat
- Format the given object (must be a Long).
- formatKB(long) -
Method in class org.jivesoftware.spark.util.ByteFormat
- Formats a long which represent a number of kilobytes.
- FORUM_TAB_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FREE_TO_CHAT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- FUNNEL_DOWN_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
G
- Gateway - Class in org.jivesoftware.sparkimpl.plugin.gateways
-
- Gateway() -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
-
- GATEWAY -
Static variable in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
- Defined Static Variable for Gateways.
- Gateway.Provider - Class in org.jivesoftware.sparkimpl.plugin.gateways
- An IQProvider for Gateway packet.
- Gateway.Provider() -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.Gateway.Provider
-
- GatewayButton - Class in org.jivesoftware.sparkimpl.plugin.gateways
-
- GatewayButton(Transport) -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.GatewayButton
-
- GatewayPlugin - Class in org.jivesoftware.sparkimpl.plugin.gateways
- Handles Gateways/Transports in Spark.
- GatewayPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
-
- GatewayPrivateData - Class in org.jivesoftware.sparkimpl.plugin.gateways
- Handle Gateway preferences through private data to persist through seperate locations of the client.
- GatewayPrivateData() -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData
-
- GatewayPrivateData.ConferencePrivateDataProvider - Class in org.jivesoftware.sparkimpl.plugin.gateways
-
- GatewayPrivateData.ConferencePrivateDataProvider() -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData.ConferencePrivateDataProvider
-
- get() -
Method in class org.jivesoftware.spark.util.SwingWorker
- Return the value created by the
construct
method.
- getAcceptedIssuers() -
Method in class org.jivesoftware.sparkimpl.updater.EasyX509TrustManager
-
- getAccounts() -
Method in class org.jivesoftware.spark.ui.RosterDialog
-
- getAccounts() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.StartConversationDialog
-
- getActiveChatRoom() -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Returns the Active ChatRoom.
- getActiveGroup() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- getActualText() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTab
-
- getAlertManager() -
Static method in class org.jivesoftware.spark.SparkManager
- Returns the AlertManager.
- getAlertPanel() -
Method in class org.jivesoftware.spark.Workspace
-
- getAllChatRooms() -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Returns all the ChatRooms found in the UI.
- getAllParticipantsInRoom(ChatRoom) -
Method in class org.jivesoftware.spark.UserManager
- Returns a Collection of all
ChatUsers
in a ChatRoom.
- getAlternativeIcon() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
- Returns the alternative icon.
- getArgumentValue(String) -
Static method in class org.jivesoftware.Spark
- Returns the value associated with a passed in argument.
- getAssociatedObject() -
Method in class org.jivesoftware.spark.component.CheckNode
- Returns the associated object of this node.
- getAssociatedObject() -
Method in class org.jivesoftware.spark.component.JiveTreeNode
- Returns the associated object used.
- getAuthor() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- getAutoLogin() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Return true if Auto Login is on.
- getAvailableFeatures() -
Method in class org.jivesoftware.sparkimpl.plugin.manager.Features
-
- getAvatar() -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel
-
- getAvatarBytes() -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel
-
- getAvatarFile() -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel
-
- getAvatarURL() -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- getBareAddress() -
Method in class org.jivesoftware.spark.SessionManager
- Returns the users bare address.
- getBinDirectory() -
Static method in class org.jivesoftware.Spark
- Returns the bin directory of the Spark install.
- getBody() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
-
- getBookmarkedConferences() -
Static method in class org.jivesoftware.spark.ui.conferences.Conferences
- Returns the UI for the addition and removal of Conference bookmarks.
- getBookmarks() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceData
-
- getBorder() -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- getBorder() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- getBorderColor() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- getBorderInsets(Component) -
Method in class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- getBorderInsets(Component) -
Method in class org.jivesoftware.spark.component.borders.PartialLineBorder
-
- getBottomPanel() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Returns the bottom panel used in the ChatRoom.
- getBrowser() -
Static method in class org.jivesoftware.spark.component.browser.BrowserFactory
- Returns the Browser UI to use for system Spark is currently running on.
- getBundle() -
Static method in class org.jivesoftware.resource.Res
-
- getButton() -
Method in class org.jivesoftware.spark.ChatAreaSendField
-
- getBytesFromImage(Image) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- getCardPanel() -
Method in class org.jivesoftware.spark.Workspace
-
- getCellRenderer(int, int) -
Method in class org.jivesoftware.spark.component.JiveSortableTable
-
- getCellRenderer(int, int) -
Method in class org.jivesoftware.spark.component.JiveTable
-
- getCellRenderer(int, int) -
Method in class org.jivesoftware.spark.component.Table
-
- getChangeLogURL() -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
-
- getChatContainer() -
Method in class org.jivesoftware.spark.ChatManager
- Returns all ChatRooms currently active.
- getChatFrame() -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- getChatFrameHeight() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- getChatFrameWidth() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- getChatFrameX() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- getChatFrameY() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- getChatInputArea() -
Method in class org.jivesoftware.spark.ChatAreaSendField
-
- getChatInputEditor() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Returns the SendField component.
- getChatLengthDefaultTimeout() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- getChatManager() -
Static method in class org.jivesoftware.spark.SparkManager
- Returns the ChatManager.
- getChatPanel() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Returns the ChatPanel that contains the ChatWindow and SendField.
- getChatRoom(String) -
Method in class org.jivesoftware.spark.ChatManager
- Returns the
ChatRoom
for the giving jid.
- getChatRoom(String) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Returns a ChatRoom by name.
- getChatRoom(int) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Returns a ChatRoom in the specified tab location.
- getChatRoom() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Returns this instance of the chatroom.
- getChatRooms() -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- getChatTimeoutTime() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
-
- getChatTranscript(String) -
Static method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscripts
-
- getChatType() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Returns the
Message.Type
specific to this
chat room.
- getChatType() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- getChatType() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Return the type of chat we are in.
- getChatWindowPanel() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Returns the Container which holds the ChatWindow.
- getChildElementXML() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
-
- getChildElementXML() -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
-
- getCity() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- getCity() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- getClip(String) -
Method in class org.jivesoftware.spark.SoundManager
- Plays an audio clip of local clips deployed with Spark.
- getClip() -
Method in class org.jivesoftware.spark.ui.ImageSelectionPanel
-
- getClipboard() -
Static method in class org.jivesoftware.spark.filetransfer.SparkTransferManager
- Returns an image if one is found in the clipboard, otherwise null is returned.
- getClipboard() -
Static method in class org.jivesoftware.spark.SparkManager
- Returns the String in the system clipboard.
- getCloseActiveButtonIcon() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- getClosedIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeCellRenderer
-
- getClosedIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeNode
- Returns the icon that is displayed when the node is collapsed.
- getClosedIcon() -
Method in class org.jivesoftware.spark.ui.RosterNode
- Returns the icon that is displayed when the node is collapsed.
- getClosedIcon() -
Method in class org.jivesoftware.spark.ui.RosterTreeCellRenderer
-
- getCloseInactiveButtonIcon() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- getCommandPanel() -
Method in class org.jivesoftware.spark.ui.status.StatusBar
-
- getCompany() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- getComponent(String) -
Method in class org.jivesoftware.spark.ui.DataFormUI
-
- getComponentAt(int) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- getComponentInTab(SparkTab) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- getConferenceRoomInfo() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
-
- getConferenceService() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Returns the conference service associated with this Conference Chat.
- getConferenceServices(String) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceServiceBrowser
-
- getConfirmationPassword() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
- Returns the confirmation password used to compare to the first password.
- getConfirmPassword() -
Method in class org.jivesoftware.AccountCreationWizard
-
- getConnection() -
Method in class org.jivesoftware.spark.SessionManager
- Returns the XMPPConnection used for this session.
- getConnection() -
Static method in class org.jivesoftware.spark.SparkManager
- Gets the
XMPPConnection
instance.
- getContactGroup(String) -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Returns a ContactGroup based on it's name.
- getContactGroup(String) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- getContactGroups() -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- getContactGroups() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- getContactItemByJID(String) -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Returns a
ContactItem
by the users bare bareJID.
- getContactItemByJID(String) -
Method in class org.jivesoftware.spark.ui.ContactList
- Retrieve the ContactItem by it's jid.
- getContactItemByNickname(String) -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Returns a
ContactItem
by the nickname the user has been assigned.
- getContactItemByNickname(String) -
Method in class org.jivesoftware.spark.ui.ContactList
- Retrieve the ContactItem by their nickname.
- getContactItems() -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Returns all
ContactItems in the ContactGroup.
getContactItemsByJID(String) -
Method in class org.jivesoftware.spark.ui.ContactList
Returns a Collection of ContactItems in a ContactList.
getContactJID() -
Method in class org.jivesoftware.spark.ui.ContactItem
getContactList() -
Method in class org.jivesoftware.spark.Workspace
Returns the ContactList
associated with this workspace.
getContainerPanel() -
Method in class org.jivesoftware.spark.ui.ContactGroup
getContents(URL) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
Returns the contents of a given URL.
getContents(File) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
Returns the contents of a file.
getContents(InputStream) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
getCountry() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getCountry() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
getCreationDate(String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
Retrieve the date (in yyyyMMdd) format of the time the room was created.
getCustomStackTrace(String, Throwable) -
Static method in class org.jivesoftware.spark.component.MessageDialog
Defines a custom format for the stack trace as String.
getData() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
getData() -
Method in interface org.jivesoftware.spark.preference.Preference
Returns the data model representing this preference.
getData() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
getData() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
getData() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getData() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
getDate() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
getDefaultClosedIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeCellRenderer
getDefaultClosedIcon() -
Method in class org.jivesoftware.spark.ui.RosterTreeCellRenderer
getDefaultConferenceService() -
Method in class org.jivesoftware.spark.ChatManager
getDefaultFont() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTab
getDefaultLeafIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeCellRenderer
getDefaultLeafIcon() -
Method in class org.jivesoftware.spark.ui.RosterTreeCellRenderer
getDefaultNickname() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getDefaultOpenIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeCellRenderer
getDefaultOpenIcon() -
Method in class org.jivesoftware.spark.ui.RosterTreeCellRenderer
getDefaultServiceName() -
Static method in class org.jivesoftware.spark.ui.conferences.Conferences
getDefaultText() -
Method in interface org.jivesoftware.spark.search.Searchable
Return the default text that appears in the textfield when a user selects
it in the dropdown list.
getDefaultText() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchService
getDepartment() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getDescription() -
Method in class org.jivesoftware.spark.component.TreeFolder
getDescription() -
Method in class org.jivesoftware.spark.component.TreeItem
getDescription() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getDescription() -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel.ImageFilter
getDescriptionLabel() -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
Returns the description label.
getDescriptionLabel() -
Method in class org.jivesoftware.spark.ui.ContactItem
getDialButton() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.DialPanel
getDialField() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.DialPanel
getDialog() -
Method in class org.jivesoftware.sparkimpl.preference.PreferenceDialog
getDiscoveredItems() -
Method in class org.jivesoftware.spark.SessionManager
Returns the Discovered Items.
getDisplayMessage() -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
getDisplayName() -
Method in class org.jivesoftware.spark.component.TreeFolder
getDisplayName() -
Method in class org.jivesoftware.spark.component.TreeItem
getDisplayTime() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getDocument() -
Method in class org.jivesoftware.spark.ui.ChatPrinter
Method to get the current Document.
getDownloadDir() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getDownloadDirectory() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreferencePanel
getDownloadDirectory() -
Method in class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.Downloads
getDownloadURL() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getDownloadURL() -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
getEditor() -
Method in class org.jivesoftware.spark.component.TreeItem
getEditorBar() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns the panel which contains the toolbar items, such as spell checker.
getElementName() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceData
getElementName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData
getElementName() -
Method in class org.jivesoftware.sparkimpl.plugin.manager.Features
getElementName() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes
Returns the root element name.
getElementName() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
Returns the root element name.
getElementName() -
Method in class org.jivesoftware.sparkimpl.profile.ext.JabberAvatarExtension
getElementName() -
Method in class org.jivesoftware.sparkimpl.profile.ext.VCardUpdateExtension
getElementName() -
Method in class org.jivesoftware.sparkimpl.settings.SettingsData
getEmail() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getEmailAddress() -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
getEmoticonMap() -
Static method in class org.jivesoftware.resource.EmotionRes
getEmptyPropertyIfNull(String) -
Method in class org.jivesoftware.sparkimpl.settings.UserSettings
getErrorMessage() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
getErrorMessage() -
Method in interface org.jivesoftware.spark.preference.Preference
The error message to display if #isDataDisplayed returns false.
getErrorMessage() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
getErrorMessage() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
getErrorMessage() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getErrorMessage() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
getExtension(File) -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel.ImageFilter
getExtraData() -
Method in class org.jivesoftware.spark.component.TreeItem
getFax() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getFax() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
getFileChooser() -
Method in class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.Downloads
getFileName(URL) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
Returns the name of the file contained by the URL
, not
including any protocol, hostname authentication, directory path,
anchor, or query.
getFilename() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
getFileTransferTimeout() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getFilledForm() -
Method in class org.jivesoftware.spark.ui.DataFormUI
Returns the answered DataForm.
getFillerColor() -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
getFindField() -
Method in class org.jivesoftware.spark.search.SearchService
getFirstName() -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
getFirstValue(ReportedData.Row, String) -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchResults
Returns the first value found in the ReportedData.Row.
getFocusableComponentOrChild(Component) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
Deprecated. replaced by GraphicUtils.getFocusableComponentOrChild(Component,boolean)
getFocusableComponentOrChild(Component, boolean) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
Returns the first component in the tree of c
that can accept
the focus.
getFocusedComponent() -
Static method in class org.jivesoftware.spark.SparkManager
Return the component in focus at any particular instance.
getFont() -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
getFrom() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
getFullJID() -
Method in class org.jivesoftware.spark.ui.ContactItem
getFullJID() -
Method in class org.jivesoftware.spark.ui.RosterNode
getFullJID(String) -
Method in class org.jivesoftware.spark.UserManager
Returns the full jid (with resource) based on the user's jid.
getFullName() -
Method in class org.jivesoftware.spark.component.CheckNode
Returns the full name of the node.
getGroupChat(String) -
Method in class org.jivesoftware.spark.ChatManager
Returns the MultiUserChat associated with the specified roomname.
getGroupName() -
Method in class org.jivesoftware.spark.ui.ContactGroup
Returns the name of the ContactGroup.
getGroupName() -
Method in class org.jivesoftware.spark.ui.ContactItem
getGroupTitle(String) -
Method in class org.jivesoftware.spark.ui.ContactGroup
getGUI() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
getGUI() -
Method in interface org.jivesoftware.spark.preference.Preference
Return the UI to display whenever this preference is selected in the preference dialog.
getGUI() -
Method in interface org.jivesoftware.spark.ui.ChatRoomPlugin
Return's the GUI for the ChatRoomPlugin.
getGUI() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
getGUI() -
Method in class org.jivesoftware.spark.ui.ContactList
getGUI() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
getGUI() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
getGUI() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getGUI() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchForm
Returns the UI that represent the UserSearchForm
getGUI() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
getHexName(Color) -
Static method in class org.jivesoftware.spark.util.ColorUtil
Return the hex name of a specified color.
getHighlightBorderInsets() -
Static method in class org.jivesoftware.spark.util.GraphicUtils
Return the amount of space taken up by a highlight border drawn by
drawHighlightBorder()
.
getHighlightedWords(String, String) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
getHomePage() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getHorizontalFill() -
Method in class org.jivesoftware.spark.component.VerticalFlowLayout
Returns true if the layout horizontally fills.
getHost() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getIcon() -
Method in class org.jivesoftware.spark.component.IconTextField
Returns the current icon used in the textfield.
getIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeNode
Returns the default image used.
getIcon() -
Method in class org.jivesoftware.spark.component.TreeFolder
getIcon() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
getIcon() -
Method in interface org.jivesoftware.spark.preference.Preference
Return the icon to use inside the Preferences list.
getIcon() -
Method in interface org.jivesoftware.spark.search.Searchable
Return the icon you wish to use in the IconTextField.
getIcon() -
Method in class org.jivesoftware.spark.ui.ContactItem
getIcon(String) -
Method in interface org.jivesoftware.spark.ui.ContactItemHandler
Return the icon used for particular presence.
getIcon() -
Method in class org.jivesoftware.spark.ui.RosterNode
Returns the default image used.
getIcon(File) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
Returns the native icon, if one exists for the filetype, otherwise
returns a default document icon.
getIcon(String) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
getIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.AIMTransport
getIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.ICQTransport
getIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.MSNTransport
getIcon() -
Method in interface org.jivesoftware.sparkimpl.plugin.gateways.transports.Transport
getIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.YahooTransport
getIcon() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
getIcon() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
getIcon() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getIcon() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchService
getIcon() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
getIconForContactHandler(String) -
Method in class org.jivesoftware.spark.ChatManager
getIconHeight() -
Method in class org.jivesoftware.spark.component.ProgressIcon
getIconWidth() -
Method in class org.jivesoftware.spark.component.ProgressIcon
getIdleTime() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
Return the time to IDLE.
getIdleTime() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
Returns the number of minutes to set to unavailable if the computer has
no activity.
getImageComponent() -
Method in class org.jivesoftware.spark.component.IconTextField
Returns the component that holds the icon.
getImageIcon(String) -
Static method in class org.jivesoftware.resource.ConfigurationRes
getImageIcon(String) -
Static method in class org.jivesoftware.resource.Default
getImageIcon(String) -
Static method in class org.jivesoftware.resource.EmotionRes
getImageIcon(String) -
Static method in class org.jivesoftware.resource.SoundsRes
getImageIcon(String) -
Static method in class org.jivesoftware.resource.SparkRes
getImageIcon() -
Method in class org.jivesoftware.spark.ui.status.StatusItem
getInactiveIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.AIMTransport
getInactiveIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.ICQTransport
getInactiveIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.MSNTransport
getInactiveIcon() -
Method in interface org.jivesoftware.sparkimpl.plugin.gateways.transports.Transport
getInactiveIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.YahooTransport
getInactiveTime() -
Method in class org.jivesoftware.spark.ui.ChatFrame
Returns time the ChatFrame has not been in focus.
getIncomingInvitationSoundFile() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
getIncomingSound() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
getIndex(SparkTab) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
getInput(String, String, Icon, int, int) -
Method in class org.jivesoftware.spark.component.InputDialog
Returns the input from a user.
getInput(String, String, Icon, Component) -
Method in class org.jivesoftware.spark.component.InputDialog
Prompt and return input.
getInput(String, String, Icon, int, int) -
Method in class org.jivesoftware.spark.component.PasswordDialog
Returns the input from a user.
getInput(String, String, Icon, int, int) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.InputTextAreaDialog
Returns the input from a user.
getInput(String, String, Icon, Component) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.InputTextAreaDialog
Prompt and return input.
getInstallButton() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
getInstance() -
Static method in class org.jivesoftware.MainWindow
Returns the singleton instance of MainWindow
,
creating it if necessary.
getInstance() -
Static method in class org.jivesoftware.spark.ChatManager
Returns the singleton instance of ChatManager
,
creating it if necessary.
getInstance() -
Static method in class org.jivesoftware.spark.DataManager
Returns the singleton instance of DataManager
,
creating it if necessary.
getInstance() -
Static method in class org.jivesoftware.spark.filetransfer.SparkTransferManager
Returns the singleton instance of SparkTransferManager
,
creating it if necessary.
getInstance() -
Static method in class org.jivesoftware.spark.PluginManager
Returns the singleton instance of PluginManager
,
creating it if necessary.
getInstance() -
Static method in class org.jivesoftware.spark.search.SearchManager
Returns the singleton instance of SearchManager
,
creating it if necessary.
getInstance() -
Static method in class org.jivesoftware.spark.Workspace
Returns the singleton instance of Workspace
,
creating it if necessary.
getInstance() -
Static method in class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.Downloads
Returns the singleton instance of Downloads
,
creating it if necessary.
getInstance() -
Static method in class org.jivesoftware.sparkimpl.settings.UserSettings
getInstructions() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.AIMTransport
getInstructions() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.ICQTransport
getInstructions() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.MSNTransport
getInstructions() -
Method in interface org.jivesoftware.sparkimpl.plugin.gateways.transports.Transport
getInstructions() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.YahooTransport
getInvitationListeners() -
Method in class org.jivesoftware.spark.ChatManager
getItem() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberBrowser.Entity
getItemFromPresence(Presence) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
getJID(JiveTreeNode) -
Method in class org.jivesoftware.spark.component.RosterTree
Returns the selected agent node userobject.
getJID() -
Method in class org.jivesoftware.spark.SessionManager
Returns the jid of the Spark user.
getJID() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
Returns the users full jid (ex.
getJid() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
getJID(String, String) -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
Returns the fully qualified JID of a user.
getJIDFromNickname(String) -
Method in class org.jivesoftware.spark.UserManager
Returns the full jid w/ resource of a user by their nickname
in the ContactList.
getJobTitle() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getKeyText(int) -
Static method in class org.jivesoftware.spark.util.StringUtils
getLastActivity() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Implementation of this method should return the last time this chat room
sent or recieved a message.
getLastActivity() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
The last time this chat room sent or receieved a message.
getLastActivity() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
getLastCheckForUpdates() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getLastName() -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
getLastUpdated() -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
Return the last time the TranscriptWindow
was updated.
getLatestVersion(XMPPConnection) -
Static method in class org.jivesoftware.sparkimpl.updater.CheckUpdates
Returns the latest version of Spark available via Spark Manager or Jive Software.
getLayoutSettings() -
Static method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettingsManager
Returns the LayoutSettings for this agent.
getLeafIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeCellRenderer
getLeafIcon() -
Method in class org.jivesoftware.spark.ui.RosterTreeCellRenderer
getLength(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
Returns the number of bytes contained in the resource that the
specified URL
points to.
getList() -
Method in class org.jivesoftware.spark.component.JContactItemField
getList() -
Method in class org.jivesoftware.spark.ui.ContactGroup
Returns the containing JList
of the ContactGroup.
getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.jivesoftware.spark.component.renderer.ContactItemRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.jivesoftware.spark.component.renderer.JLabelIconRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.jivesoftware.spark.component.renderer.JPanelRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.jivesoftware.spark.component.renderer.ListIconRenderer
getListener() -
Method in class org.jivesoftware.spark.component.TreeFolder
getListName() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
getListName() -
Method in interface org.jivesoftware.spark.preference.Preference
Return the title to use inside the Preferences list.
getListName() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
getListName() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
getListName() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getListName() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
getListPanel() -
Method in class org.jivesoftware.spark.ui.ContactGroup
getLocalPreferences() -
Static method in class org.jivesoftware.sparkimpl.settings.local.SettingsManager
Returns the LocalPreferences for this agent.
getLogDirectory() -
Static method in class org.jivesoftware.Spark
Returns the log directory.
getMainPanel() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
Returns the main panel used as the UI container for the card panel.
getMainPanel() -
Method in class org.jivesoftware.spark.ui.ContactList
getMainWindow() -
Static method in class org.jivesoftware.spark.SparkManager
Gets the MainWindow
instance.
getMainWindowHeight() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
getMainWindowWidth() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
getMainWindowX() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
getMainWindowY() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
getMap() -
Method in class org.jivesoftware.sparkimpl.settings.SettingsData
getMargin() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getMarkup() -
Method in class org.jivesoftware.spark.ui.ChatArea
Examines the chatInput text pane, and returns a string containing the text with any markup
(jive markup in our case).
getMenu() -
Method in class org.jivesoftware.MainWindow
Returns the JMenuBar for the MainWindow.
getMenuByName(String) -
Method in class org.jivesoftware.MainWindow
Returns the Menu in the JMenuBar by it's name.
getMessageColor() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getMessageEventListeners() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
getMessageEventManager() -
Static method in class org.jivesoftware.spark.SparkManager
Returns the MessageEventManager
used in Spark.
getMessageFilters() -
Method in class org.jivesoftware.spark.ChatManager
Returns a Collection of MessageFilters registered to Spark.
getMessages() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscript
Returns all messages.
getMiddleName() -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
getMinVersion() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getMnemonicKeyCode(String) -
Static method in class org.jivesoftware.spark.util.ResourceUtils
getMobile() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getMobile() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
getMucServices() -
Method in class org.jivesoftware.spark.ui.conferences.BookmarkedConferences
Returns all MUC services available.
getMultiUserChat() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Returns a MultiUserChat object associated with this room.
getName() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getName() -
Method in interface org.jivesoftware.spark.search.Searchable
Return the name of your plugin.
getName() -
Method in class org.jivesoftware.spark.ui.RosterNode
getName(URL) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
Returns the name of the file contained by the URL
, not
including any protocol, hostname authentication, directory path,
anchor, or query.
getName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.AIMTransport
getName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.ICQTransport
getName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.MSNTransport
getName() -
Method in interface org.jivesoftware.sparkimpl.plugin.gateways.transports.Transport
getName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.YahooTransport
getName() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchService
getNamespace() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
getNamespace() -
Method in interface org.jivesoftware.spark.preference.Preference
Returns the associated namespace of this preference.
getNamespace() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceData
getNamespace() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData
getNamespace() -
Method in class org.jivesoftware.sparkimpl.plugin.manager.Features
getNamespace() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes
Returns the root element XML namespace.
getNamespace() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
Returns the root element XML namespace.
getNamespace() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
getNamespace() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
getNamespace() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getNamespace() -
Method in class org.jivesoftware.sparkimpl.profile.ext.JabberAvatarExtension
getNamespace() -
Method in class org.jivesoftware.sparkimpl.profile.ext.VCardUpdateExtension
getNamespace() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
getNamespace() -
Method in class org.jivesoftware.sparkimpl.settings.SettingsData
getNickname() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns the nickname of the current agent as specified in Chat
Preferences.
getNickname() -
Method in class org.jivesoftware.spark.ui.ContactItem
getNickname() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Retrieve the nickname of the user in this groupchat.
getNickname() -
Method in class org.jivesoftware.spark.UserManager
getNickname() -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
getNickname() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getNicknameLabel() -
Method in class org.jivesoftware.spark.ui.ContactItem
getNicknameLabel() -
Method in class org.jivesoftware.spark.ui.status.StatusBar
Return the nickname Component used to display the users profile name.
getNotes() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes
getNotificationLabel() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns the notification label.
getNotificationsEngine() -
Static method in class org.jivesoftware.spark.SparkManager
Returns the Notification System to handle general notification in either
the system tray or "toaster" popups.
getNumberOfEntries(int) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscript
Returns a specified number of messages.
getNumberOfOccupants(String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
Return the number of occupants in a room.
getNumberToDial() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.DialPanel
getObject(int) -
Method in class org.jivesoftware.spark.component.JiveSortableTable
Returns the associated row object.
getObject(int) -
Method in class org.jivesoftware.spark.component.Table
Returns the associated row object.
getOccupant(GroupChatRoom, String) -
Method in class org.jivesoftware.spark.UserManager
Returns the occupant of the room identified by their nickname.
getOfflineSound() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
getOpenIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeCellRenderer
getOpenIcon() -
Method in class org.jivesoftware.spark.component.JiveTreeNode
Return the icon that is displayed when the node is expanded.
getOpenIcon() -
Method in class org.jivesoftware.spark.ui.RosterNode
Return the icon that is displayed when the node is expanded.
getOpenIcon() -
Method in class org.jivesoftware.spark.ui.RosterTreeCellRenderer
getOS() -
Static method in class org.jivesoftware.sparkimpl.settings.JiveInfo
getOutgoingSound() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
getPacketFilter() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Returns the ChatFilter.
getPager() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getPager() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
getPaletteItems() -
Method in class org.jivesoftware.spark.component.TreeFolder
getParent(URL) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
getParentGroup(String) -
Method in class org.jivesoftware.spark.ui.ContactList
getParticipantCount() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Returns the number of participants in this room.
getParticipantJID() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
getParticipantNickname() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
Returns the nickname of the user chatting with.
getParticipants() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Returns the user format (e.g.
getPassword() -
Method in class org.jivesoftware.AccountCreationWizard
getPassword(String, String, Icon, Component) -
Method in class org.jivesoftware.spark.component.PasswordDialog
Prompt and return input.
getPassword() -
Method in class org.jivesoftware.spark.SessionManager
Return the password associated with this session.
getPassword() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceCreator
getPassword() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportRegistrationDialog
getPassword() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
Returns the new password to use.
getPassword() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
Returns the encoded password.
getPath(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
Returns the path part of the URL
.
getPathNoExt(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
Returns the path part of the URL
without the last file
extension.
getPercentOfTotalInstallation() -
Method in class org.jivesoftware.Installer
getPercentOfTotalInstallation() -
Method in class org.jivesoftware.Uninstaller
getPersonalDataManager() -
Method in class org.jivesoftware.spark.SessionManager
Returns the PrivateDataManager responsible for handling all private data for individual
agents.
getPhone() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getPhone() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
getPhoneClient() -
Static method in class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
getPlatformPathName(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
Returns the platform-dependent String representation of the
URL
; the returned string should be considered acceptable
for users to read.
getPlugin(Class) -
Method in class org.jivesoftware.spark.PluginManager
Returns the instance of the plugin class initialized during startup.
getPlugin() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
getPluginClass() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getPluginClassLoader() -
Method in class org.jivesoftware.spark.PluginManager
Returns the plugin classloader.
getPluginDir() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getPluginList(InputStream) -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.PluginViewer
getPlugins() -
Method in class org.jivesoftware.spark.PluginManager
Returns a Collection of Plugins.
getPopup() -
Method in class org.jivesoftware.spark.component.JContactItemField
getPopupMenuShowPoint(JPopupMenu, MouseEvent) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
Returns a point where the given popup menu should be shown.
getPopupMenuShowPoint(JPopupMenu, int, int) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
Returns a point where the given popup menu should be shown.
getPopups() -
Method in class org.jivesoftware.spark.ui.SparklerDecorator
getPort() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
Return the XMPP Port to communicate on.
getPort() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getPreference(String) -
Method in class org.jivesoftware.spark.preference.PreferenceManager
getPreference() -
Method in class org.jivesoftware.sparkimpl.preference.PreferenceUI
getPreferenceData(String) -
Method in class org.jivesoftware.spark.preference.PreferenceManager
getPreferenceDialog() -
Method in class org.jivesoftware.spark.preference.PreferenceManager
getPreferenceManager() -
Static method in class org.jivesoftware.spark.SparkManager
Gets the PreferenceManager
instance.
getPreferences() -
Method in class org.jivesoftware.spark.preference.PreferenceManager
getPreferences() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getPreferredSize() -
Method in class org.jivesoftware.LoginDialog.ImagePanel
getPreferredSize() -
Method in class org.jivesoftware.spark.component.CheckRenderer
getPreferredSize() -
Method in class org.jivesoftware.spark.component.CheckRenderer.TreeLabel
getPreferredSize() -
Method in class org.jivesoftware.spark.component.HTMLViewer
Let's make sure that the panel doesn't strech past the
scrollpane view pane.
getPreferredSize() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
getPreferredSize() -
Method in class org.jivesoftware.spark.component.WrappedLabel
getPreferredSize() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
Let's make sure that the panel doesn't strech past the
scrollpane view pane.
getPreferredSize() -
Method in class org.jivesoftware.spark.ui.ContactGroup
Lets make sure that the panel doesn't stretch past the
scrollpane view pane.
getPreferredSize() -
Method in class org.jivesoftware.spark.ui.ContactInfo
getPreferredSize() -
Method in class org.jivesoftware.spark.ui.ImageSelectionPanel
getPresence() -
Method in class org.jivesoftware.spark.ui.ContactItem
getPresence() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
Returns the current presence of the client this room was created for.
getPresence() -
Method in class org.jivesoftware.spark.ui.RosterNode
getPresence() -
Method in class org.jivesoftware.spark.ui.status.StatusBar
getPresence() -
Method in class org.jivesoftware.spark.ui.status.StatusItem
getPreviousIcon() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTab
getPriority() -
Method in class org.jivesoftware.spark.ui.status.CustomStatusItem
getPrivateNotes() -
Static method in class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes
getProperties() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getProperty(String) -
Method in class org.jivesoftware.sparkimpl.settings.UserSettings
getProtocol() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getProxyPassword() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getProxyUsername() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getPublicPlugins() -
Method in class org.jivesoftware.spark.PluginManager
Returns a collection of all public plugins.
getQuestionForm() -
Method in class org.jivesoftware.sparkimpl.search.users.SearchForm
getQuestionForm() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchForm
Return the QuestionForm retrieved by the search service.
getResource() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getResourceDirectory() -
Static method in class org.jivesoftware.Spark
Returns the resource directory of the Spark install.
getRoomJID() -
Method in class org.jivesoftware.spark.ui.conferences.Bookmark
getRoomList(String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
Return a list of available Conference rooms from the server
based on the service name.
getRoomname() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Get the roomname to use for this ChatRoom.
getRoomName() -
Method in class org.jivesoftware.spark.ui.conferences.Bookmark
getRoomName() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceCreator
getRoomname() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
getRoomname() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Return name of the room specified when the room was created.
getRoomTitle() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns the title of this room to use.
getRoomTitle() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
getRoomTitle() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Return the title of this room.
getRoots() -
Method in class org.jivesoftware.spark.util.WindowsFileSystemView
getRoots
getRosterTree() -
Method in class org.jivesoftware.spark.component.RosterTree
Returns the Tree representation of the Roster Tree.
getRowObject(int) -
Method in class org.jivesoftware.spark.component.JiveSortableTable
Returns the object[] of a row.
getRowObject(int) -
Method in class org.jivesoftware.spark.component.Table
Returns the object[] of a row.
getScaleWidthToFit() -
Method in class org.jivesoftware.spark.ui.ChatPrinter
Method to get the current choice the width scaling option.
getScreenBounds() -
Static method in class org.jivesoftware.spark.util.GraphicUtils
getScreenName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportRegistrationDialog
getScrollPaneForTranscriptWindow() -
Method in class org.jivesoftware.spark.ui.ChatRoom
getSearchForm() -
Method in class org.jivesoftware.sparkimpl.search.users.SearchForm
getSearchManager() -
Static method in class org.jivesoftware.spark.SparkManager
Returns the SearchManager
.
getSearchService() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchForm
Returns the selected search service.
getSearchServices() -
Method in class org.jivesoftware.spark.search.SearchManager
Returns all registered search services.
getSearchServices() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchService
Return the Search Services discovered by the client.
getSearchServiceUI() -
Method in class org.jivesoftware.spark.search.SearchManager
getSelectedComponent() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
getSelectedContacts() -
Method in class org.jivesoftware.spark.ui.ContactGroup
Returns all Selected Contacts within the ContactGroup.
getSelectedIndex() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
getSelectedObject() -
Method in class org.jivesoftware.spark.component.JiveTable
getSelectedRowObject() -
Method in class org.jivesoftware.spark.component.JiveSortableTable
Get the object array of a row.
getSelectedRowObject() -
Method in class org.jivesoftware.spark.component.Table
Get the object array of a row.
getSelectedService() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceServiceBrowser
getSelectedText() -
Method in class org.jivesoftware.spark.component.HTMLViewer
Returns the selected text contained in this TextComponent.
getSelectedUsers() -
Method in class org.jivesoftware.spark.ui.ContactList
getSelectedValues() -
Method in class org.jivesoftware.spark.component.CheckBoxList
Returns a list of selected checkbox values.
getSelectionMode() -
Method in class org.jivesoftware.spark.component.CheckNode
Returns the selection mode.
getSendButton() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Return the "Send" button.
getSendFieldToolbar() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns the button panel.
getServer() -
Method in class org.jivesoftware.AccountCreationWizard
getServer() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
Returns the last Server accessed.
getServerAddress() -
Method in class org.jivesoftware.spark.SessionManager
Returns the host for this connection.
getServiceName() -
Method in class org.jivesoftware.spark.ui.conferences.Bookmark
getServiceName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.AIMTransport
getServiceName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.ICQTransport
getServiceName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.MSNTransport
getServiceName() -
Method in interface org.jivesoftware.sparkimpl.plugin.gateways.transports.Transport
getServiceName() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.YahooTransport
getSessionManager() -
Static method in class org.jivesoftware.spark.SparkManager
Gets the SessionManager
instance.
getSettings() -
Method in class org.jivesoftware.sparkimpl.settings.UserSettings
getSettingsFile() -
Static method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettingsManager
Returns the settings file.
getSettingsFile() -
Static method in class org.jivesoftware.sparkimpl.settings.local.SettingsManager
Returns the settings file.
getShowTime() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
Returns true if the ChatWindow should show a timestamp of each message.
getShowToasterPopup() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getSoundManager() -
Static method in class org.jivesoftware.spark.SparkManager
Gets the SoundManager
instance.
getSourceActions(JComponent) -
Method in class org.jivesoftware.spark.ui.ChatRoomTransferHandler
getSourceActions(JComponent) -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler
getSourceActions(JComponent) -
Method in class org.jivesoftware.spark.ui.StringTransferHandler
getSplitPane() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Return the splitpane used in this chat room.
getStackTrace(Throwable) -
Static method in class org.jivesoftware.spark.component.MessageDialog
Returns the String representation of a StackTrace.
getStaleChatRooms() -
Method in class org.jivesoftware.spark.ui.ChatContainer
Returns a Collection of stale chat rooms.
getStartOnStartup() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getState() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getState() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
getStatus() -
Method in class org.jivesoftware.spark.ui.ContactItem
getStatus() -
Method in class org.jivesoftware.spark.ui.status.CustomStatusItem
getStatusBar() -
Method in class org.jivesoftware.spark.Workspace
Returns the status box for the User.
getStatusItem(String) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
getStatusList() -
Method in class org.jivesoftware.spark.ui.status.StatusBar
getStep() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getStepTime() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getStreetAddress() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getStreetAddress() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
getString(String) -
Static method in class org.jivesoftware.resource.ConfigurationRes
getString(String) -
Static method in class org.jivesoftware.resource.Default
getString(String) -
Static method in class org.jivesoftware.resource.Res
getString(String, Object...) -
Static method in class org.jivesoftware.resource.Res
getString(String) -
Static method in class org.jivesoftware.resource.SoundsRes
getString(String) -
Static method in class org.jivesoftware.resource.SparkRes
getSubFolders() -
Method in class org.jivesoftware.spark.component.TreeFolder
getSuffix(URL) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
If a dot ('.') occurs in the path portion of the URL
, then
all of the text starting at the last dot is returned, including
the dot.
getTabAt(int) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
getTabCount() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
getTabIcon() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Get the Icon
to be used in the tab holding
this ChatRoom.
getTabIcon() -
Method in interface org.jivesoftware.spark.ui.ChatRoomPlugin
Return the Icon to use on the tab containing the ChatRoomPlugin.
getTabIcon() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
getTabIcon(Presence) -
Method in interface org.jivesoftware.spark.ui.ContactItemHandler
Return the icon to use on the chat room tab.
getTabIcon() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
getTabIcon() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Return the Icon that should be used in the tab of this GroupChat Pane.
getTabIcon(Presence) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
getTabIconForContactHandler(Presence) -
Method in class org.jivesoftware.spark.ChatManager
getTabIconForPresence(Presence) -
Method in class org.jivesoftware.spark.UserManager
Returns the Icon associated with the presence.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.spark.component.JiveSortableTable.ComboBoxRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.spark.component.JiveSortableTable.JButtonRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.spark.component.JiveSortableTable.JLabelRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.spark.component.JiveSortableTable.TextAreaCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.spark.component.Table.ComboBoxRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.spark.component.Table.JButtonRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.spark.component.Table.JLabelRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.spark.component.Table.TextAreaCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.PluginRenderer
getTableModel() -
Method in class org.jivesoftware.spark.component.JiveSortableTable
Returns the table model.
getTableModel() -
Method in class org.jivesoftware.spark.component.JiveTable
getTableModel() -
Method in class org.jivesoftware.spark.component.Table
Returns the table model.
getTabTitle() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Get the title to use in the tab holding this ChatRoom.
getTabTitle() -
Method in interface org.jivesoftware.spark.ui.ChatRoomPlugin
Return the name of the title you wish to identify this ChatRoomPlugin by.
getTabTitle() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
getTabTitle() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
getTabTitle() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Return the title that should be used in the tab.
getTabToolTip() -
Method in interface org.jivesoftware.spark.ui.ChatRoomPlugin
Return the tooltip to use on a mouseover of the tab.
getTabToolTip() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
getTask(XmlPullParser) -
Static method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
getTaskList(XMPPConnection) -
Static method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
getTasks() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
getText() -
Method in class org.jivesoftware.spark.ChatAreaSendField
Returns the text inside of the textfield.
getText() -
Method in class org.jivesoftware.spark.component.IconTextField
Returns the text inside of the textfield.
getText() -
Method in class org.jivesoftware.spark.component.JContactItemField
getTextComponent() -
Method in class org.jivesoftware.spark.component.IconTextField
Returns the text component used.
getTextField() -
Method in class org.jivesoftware.spark.component.JContactItemField
getTimeFromLong(long) -
Static method in class org.jivesoftware.spark.util.ModelUtil
Returns a formatted String from time.
getTimeout() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreferencePanel
getTimeout() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
Return the XMPP Timeout variable.
getTimeOut() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
Return the smack timeout for requests.
getTitle() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
getTitle() -
Method in interface org.jivesoftware.spark.preference.Preference
Return the title to use in the preference window.
getTitle() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getTitle() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.AIMTransport
getTitle() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.ICQTransport
getTitle() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.MSNTransport
getTitle() -
Method in interface org.jivesoftware.sparkimpl.plugin.gateways.transports.Transport
getTitle() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.YahooTransport
getTitle() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Task
getTitle() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
getTitle() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
getTitle() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getTitle() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
getTitleColor() -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
getTitleLabel() -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
Returns the title label.
getTitleLabel() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTab
getTitlePane() -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
getTo() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
getToasterColor() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getToasterHeight() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getToasterMessageFont() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getToasterWidth() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getToolBar() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns the toolbar used on top of the chat room.
getToolTip() -
Method in class org.jivesoftware.spark.component.TreeItem
getTooltip() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
getTooltip() -
Method in interface org.jivesoftware.spark.preference.Preference
Return the tooltip to use for this preference.
getToolTip() -
Method in interface org.jivesoftware.spark.search.Searchable
Return the text you wish to show in the tooltip when a user hovers over the
searchable find field.
getTooltip() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
getTooltip() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
getTooltip() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
getToolTip() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchService
getTooltip() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
getToolTipText(MouseEvent) -
Method in class org.jivesoftware.spark.component.JiveSortableTable
getToolTipText(MouseEvent) -
Method in class org.jivesoftware.spark.component.Table
getTopToolBar() -
Method in class org.jivesoftware.MainWindow
Return the top toolbar in the Main Window to allow for customization.
getTotalTime() -
Method in class org.jivesoftware.spark.component.TimeTrackingLabel
Returns the total length of the session in milliseconds.
getTranscriptFile(String) -
Static method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscripts
Returns the settings file.
getTranscripts() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns a map of the current Chat Transcript which is a list of all
ChatResponses and their order.
getTranscriptWindow() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns the chatWindow components.
getTransferData(DataFlavor) -
Method in class org.jivesoftware.spark.component.JiveTreeNode
getTransferData(DataFlavor) -
Method in class org.jivesoftware.spark.ui.ChatRoomTransferHandler.TranscriptWindowTransferable
getTransferData(DataFlavor) -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler.ContactItemTransferable
getTransferDataFlavors() -
Method in class org.jivesoftware.spark.component.JiveTreeNode
Transferable implementation
getTransferDataFlavors() -
Method in class org.jivesoftware.spark.ui.ChatRoomTransferHandler.TranscriptWindowTransferable
getTransferDataFlavors() -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler.ContactItemTransferable
getTransferManager() -
Static method in class org.jivesoftware.spark.SparkManager
Returns the SparkTransferManager
.
getTransport() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportItem
getTransport(String) -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.TransportUtils
getTransportAddress() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportItem
getTransports() -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.TransportUtils
getTree() -
Method in class org.jivesoftware.spark.component.CheckTree
getTree() -
Method in class org.jivesoftware.spark.ui.conferences.BookmarkedConferences
Returns the Tree used to display bookmarks.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in class org.jivesoftware.spark.component.CheckRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in class org.jivesoftware.spark.component.JiveTreeCellRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in class org.jivesoftware.spark.ui.RosterTreeCellRenderer
getTreeNode() -
Method in class org.jivesoftware.spark.component.Tree
Returns the last selected node in the tree.
getType() -
Method in class org.jivesoftware.spark.component.TreeItem
getType() -
Method in class org.jivesoftware.spark.ui.status.CustomStatusItem
getUnreadMessageCount() -
Method in class org.jivesoftware.spark.ui.ChatRoom
Returns the number of unread messages in this ChatRoom.
getUpdateTime() -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
getURL(String) -
Static method in class org.jivesoftware.resource.ConfigurationRes
getURL(String) -
Static method in class org.jivesoftware.resource.Default
getURL(String) -
Static method in class org.jivesoftware.resource.EmotionRes
getURL(String) -
Static method in class org.jivesoftware.resource.SoundsRes
getURL(String) -
Static method in class org.jivesoftware.resource.SparkRes
getURLS() -
Method in class org.jivesoftware.spark.ui.SparklerDecorator
getUserConf() -
Static method in class org.jivesoftware.Spark
Keep track of the users configuration directory.
getUserDirectory() -
Static method in class org.jivesoftware.spark.SparkManager
Returns the User Directory to used by individual users.
getUserHome() -
Static method in class org.jivesoftware.Spark
Returns the User specific directory for this Spark instance.
getUserJidsInRoom(String, boolean) -
Method in class org.jivesoftware.spark.UserManager
Return a Collection of all user jids found in the specified room.
getUserManager() -
Static method in class org.jivesoftware.spark.SparkManager
Returns the UserManager
for LiveAssistant.
getUsername() -
Method in class org.jivesoftware.AccountCreationWizard
getUsername() -
Method in class org.jivesoftware.spark.SessionManager
Return the username associated with this session.
getUsername() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
getUsername() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
Returns the users username.
getUserNicknameFromJID(String) -
Method in class org.jivesoftware.spark.UserManager
getUserObject() -
Method in class org.jivesoftware.spark.ui.RosterNode
getValue(String) -
Method in class org.jivesoftware.spark.ui.conferences.DataFormDialog
getValue() -
Method in class org.jivesoftware.spark.util.SwingWorker
Get the value produced by the worker thread, or null if it
hasn't been constructed yet.
getVCard() -
Method in class org.jivesoftware.sparkimpl.profile.VCardManager
getVCard(String) -
Method in class org.jivesoftware.sparkimpl.profile.VCardManager
getVCardManager() -
Static method in class org.jivesoftware.spark.SparkManager
Returns the VCardManager.
getVersion() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
getVersion() -
Static method in class org.jivesoftware.sparkimpl.settings.JiveInfo
getVersion() -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
getVerticalFill() -
Method in class org.jivesoftware.spark.component.VerticalFlowLayout
Returns true if the layout vertically fills.
getVerticalSlipPane() -
Method in class org.jivesoftware.spark.ui.ChatRoom
getWebPage() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getWebPage() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
getWindow() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
getWindowTakesFocus() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getWorkspace() -
Static method in class org.jivesoftware.spark.SparkManager
Retrieves the inner container for Spark.
getWorkspacePane() -
Method in class org.jivesoftware.spark.Workspace
Returns the Workspace TabbedPane.
getXmppHost() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
getXmppPort() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
Returns the XMPP Port to communicate on.
getZipCode() -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
getZipCode() -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
gif -
Variable in class org.jivesoftware.sparkimpl.profile.AvatarPanel.ImageFilter
GLOBAL_ELEMENT_NAME -
Static variable in class org.jivesoftware.resource.ConfigurationRes
GO -
Static variable in class org.jivesoftware.resource.SparkRes
goBack() -
Method in class org.jivesoftware.spark.component.browser.BrowserViewer
Should go back in history one page.
GraphicUtils - Class in org.jivesoftware.spark.util
GraphicsUtils
class defines common user-interface related utility
functions.
GREEN_BALL -
Static variable in class org.jivesoftware.resource.SparkRes
GREEN_FLAG_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
GroupChatRoom - Class in org.jivesoftware.spark.ui.rooms
GroupChatRoom is the conference chat room UI used to have Multi-User Chats.
GroupChatRoom(MultiUserChat) -
Constructor for class org.jivesoftware.spark.ui.rooms.GroupChatRoom
Creates a GroupChatRoom from a MultiUserChat
.
GZIP -
Static variable in class org.jivesoftware.spark.util.Base64
Specify that data should be gzip-compressed.
H
- HAND_CURSOR -
Static variable in class org.jivesoftware.spark.ui.ChatArea
- The default Hand cursor.
- HAND_CURSOR -
Static variable in class org.jivesoftware.spark.util.GraphicUtils
- The default Hand cursor.
- HAND_CURSOR -
Static variable in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
- The default Hand cursor.
- handleConference(String) -
Method in class org.jivesoftware.SparkStartupListener
- Handles the URI Mapping to join a conference room.
- handleDefaultAction(MouseEvent) -
Method in interface org.jivesoftware.spark.plugin.ContextMenuListener
- Called when the user double clicks on an item that has a popup menu.
- handleDoubleClick(ContactItem) -
Method in interface org.jivesoftware.spark.ui.ContactItemHandler
- The
ContactItem
has been double-clicked by the user.
- handleDoubleClick(ContactItem) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
-
- handleInsertMessage(String, Message) -
Method in interface org.jivesoftware.spark.ui.TranscriptWindowInterceptor
-
- handleInvitation(XMPPConnection, String, String, String, String, Message) -
Method in interface org.jivesoftware.spark.ui.conferences.RoomInvitationListener
- Return true if you wish to handle this invitation.
- handleJID(String) -
Method in class org.jivesoftware.SparkStartupListener
- Factory method to handle different types of URI Mappings.
- handleLink(MouseEvent, String) -
Method in interface org.jivesoftware.spark.ui.LinkInterceptor
- Returns true if you wish to handle this link, otherwise, will default to Spark.
- handleNotification() -
Method in interface org.jivesoftware.spark.Alerter
- Return true if this
Alerter
should handle the alert request.
- handleOtherMessage(String, Message) -
Method in interface org.jivesoftware.spark.ui.TranscriptWindowInterceptor
-
- handlePresence(ContactItem, Presence) -
Method in interface org.jivesoftware.spark.ui.ContactItemHandler
- The users presence has been changed.
- handlePresence(ContactItem, Presence) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
-
- handleTransfer(FileTransferRequest) -
Method in interface org.jivesoftware.spark.filetransfer.FileTransferListener
- Returns true if the object wishes to handle the file transfer itself.
- hasAvailableContacts() -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Returns true if the ContactGroup contains available users.
- hash(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Hashes a String using the Md5 algorithm and returns the result as a
String of hexadecimal numbers.
- hash(byte[]) -
Static method in class org.jivesoftware.spark.util.StringUtils
-
- hashCode() -
Method in class org.jivesoftware.sparkimpl.updater.EasySSLProtocolSocketFactory
-
- hasLength(String) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Returns
true
if the specified String
is not
null
and has a length greater than zero.
- hasNonNullElement(Object[]) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Returns
true
if the specified array is not null
and contains a non-null element.
- hasParent(String) -
Method in class org.jivesoftware.spark.component.JiveTreeNode
- Returns true if a parent with the specified name is found.
- hasRooms() -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Returns true if there are any Rooms present.
- hasStringChanged(String, String) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Determines if a string has been changed.
- hasVoice(GroupChatRoom, String) -
Method in class org.jivesoftware.spark.UserManager
-
- HEADER_FILE -
Static variable in class org.jivesoftware.resource.ConfigurationRes
-
- HELP2_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- hideParticipantList() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Call this method if you wish to hide the participant list.
- hideTitle() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- highlightWords(String, String[], String, String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Highlights words in a string.
- HISTORY_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- HISTORY_24x24_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- HistoryMessage - Class in org.jivesoftware.sparkimpl.plugin.transcripts
-
- HistoryMessage() -
Constructor for class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
-
- HomePanel - Class in org.jivesoftware.sparkimpl.profile
-
- HomePanel() -
Constructor for class org.jivesoftware.sparkimpl.profile.HomePanel
-
- HOST_NAME -
Static variable in class org.jivesoftware.resource.Default
-
- HOVER_TEXT_COLOR -
Static variable in class org.jivesoftware.resource.Default
-
- HTMLViewer - Class in org.jivesoftware.spark.component
- Creates a new CoBrowser component.
- HTMLViewer() -
Constructor for class org.jivesoftware.spark.component.HTMLViewer
- Creates a new CoBrowser object to be used with the specifid ChatRoom.
I
- IconTextField - Class in org.jivesoftware.spark.component
- Creates a Firefox Search type box that allows for icons inside of a textfield.
- IconTextField(Icon) -
Constructor for class org.jivesoftware.spark.component.IconTextField
- Creates a new IconTextField with Icon.
- ICQ_TRANSPORT_ACTIVE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ICQ_TRANSPORT_INACTIVE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ICQTransport - Class in org.jivesoftware.sparkimpl.plugin.gateways.transports
-
- ICQTransport(String) -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.transports.ICQTransport
-
- ID_CARD_48x48 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- IM_AVAILABLE_STALE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- IM_AWAY -
Static variable in class org.jivesoftware.resource.SparkRes
-
- IM_AWAY_STALE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- IM_DND -
Static variable in class org.jivesoftware.resource.SparkRes
-
- IM_DND_STALE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- IM_FREE_CHAT_STALE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- IM_UNAVAILABLE_STALE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ImageSelectionPanel - Class in org.jivesoftware.spark.ui
- Allows for selection of panel images.
- ImageSelectionPanel(BufferedImage) -
Constructor for class org.jivesoftware.spark.ui.ImageSelectionPanel
-
- ImageTitlePanel - Class in org.jivesoftware.spark.component
- Fancy title panel that displays gradient colors, text and components.
- ImageTitlePanel(String) -
Constructor for class org.jivesoftware.spark.component.ImageTitlePanel
- Creates a new ImageTitlePanel.
- ImageTitlePanel() -
Constructor for class org.jivesoftware.spark.component.ImageTitlePanel
- Creates a new ImageTitlePanel object.
- importData(JComponent, Transferable) -
Method in class org.jivesoftware.spark.ui.ChatRoomTransferHandler
-
- importData(JComponent, Transferable) -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler
-
- importData(JComponent, Transferable) -
Method in class org.jivesoftware.spark.ui.StringTransferHandler
-
- importString(JComponent, String) -
Method in class org.jivesoftware.spark.ui.StringTransferHandler
-
- INCOMING_USER -
Static variable in class org.jivesoftware.resource.SoundsRes
-
- IncomingCall - Class in org.jivesoftware.sparkimpl.plugin.phone
-
- IncomingCall() -
Constructor for class org.jivesoftware.sparkimpl.plugin.phone.IncomingCall
-
- increaseUnreadMessageCount() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Increases the number of unread messages by 1.
- indexOfComponent(Component) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- indexOfTab(String) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- INFORMATION_ICO -
Static variable in class org.jivesoftware.resource.SparkRes
-
- INFORMATION_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- initialize() -
Method in interface org.jivesoftware.spark.plugin.Plugin
- Invoked by the
PluginManager
after the instance of the
Plugin
is instantiated.
- initialize() -
Method in class org.jivesoftware.spark.ui.conferences.Conferences
-
- initialize() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.BroadcastPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.chat.ChatArgumentsPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.chat.PresenceChangePlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberBrowser
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberVersion
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.ScratchPadPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.sparklers.SparklersPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
- Register the listeners for transcript persistence.
- initialize() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.PluginViewer
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- initialize() -
Method in class org.jivesoftware.sparkimpl.profile.VCardManager
-
- initializeBrowser() -
Method in class org.jivesoftware.spark.component.browser.BrowserViewer
- Should create the UI necessary to display html.
- initializePlugins() -
Method in class org.jivesoftware.spark.PluginManager
- Loads and initalizes all Plugins.
- initializeSession(XMPPConnection, String, String) -
Method in class org.jivesoftware.spark.SessionManager
- Initializes session.
- InputDialog - Class in org.jivesoftware.spark.component
InputDialog
class is used to retrieve information from a user.- InputDialog() -
Constructor for class org.jivesoftware.spark.component.InputDialog
- Empty Constructor.
- InputTextAreaDialog - Class in org.jivesoftware.sparkimpl.plugin.alerts
InputTextAreaDialog
class can be used for any input required that a simple text field could
not handle.- InputTextAreaDialog() -
Constructor for class org.jivesoftware.sparkimpl.plugin.alerts.InputTextAreaDialog
- Empty Constructor.
- insert(String) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Does the actual insertion of text, adhering to the styles
specified during message creation in either the thin or thick client.
- insertCustomMessage(String, String) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
-
- insertCustomOtherMessage(String, String) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
-
- insertErrorMessage(String) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
- Creates and inserts an error message.
- insertHistoryMessage(String, String, Date) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
- Inserts a history message.
- insertImage(String) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Inserts an emotion icon into the current document.
- insertLink(String) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Inserts a link into the current document.
- insertMessage(Message) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- The main entry point when receiving any messages.
- insertMessage(Message) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- insertMessage(String, Message) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
- Create and insert a message from the current user.
- insertNotificationMessage(String) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
- Create and insert a notification message.
- insertOthersMessage(String, Message) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
- Create and insert a message from a customer.
- insertQuestionMessage(String) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
- Create and insert a question message.
- insertString(int, String, AttributeSet) -
Method in class org.jivesoftware.spark.component.AutoCompleteDocument
-
- insertText(String) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Inserts text into the current document.
- insertText(String, Color) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Inserts text into the current document.
- insertText(String) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Inserts a notification message within the TranscriptWindow.
- insertUpdate(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.ChatInputEditor
-
- insertUpdate(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.ChatRoom
-
- insertUpdate(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
- The current SendField has been updated somehow.
- insertUpdate(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- The current SendField has been updated somehow.
- installBaseUIProperties() -
Static method in class org.jivesoftware.Spark
-
- installDefaults(JPanel) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- Installer - Class in org.jivesoftware
-
- Installer() -
Constructor for class org.jivesoftware.Installer
-
- interrupt() -
Method in class org.jivesoftware.spark.util.SwingWorker
- A new method that interrupts the worker thread.
- INVALID_USERNAME_PASSWORD -
Static variable in class org.jivesoftware.resource.SparkRes
-
- InvitationUI - Class in org.jivesoftware.spark.ui.conferences
-
- InvitationUI(XMPPConnection, String, String, String, String, Message) -
Constructor for class org.jivesoftware.spark.ui.conferences.InvitationUI
-
- inviteUser(String, String) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
-
- inviteUsersToRoom(String, String, Collection) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
- Invites users to an existing room.
- Invokable - Interface in org.jivesoftware.spark.plugin
- The Invokable interface can be used to identify a class as being capable
of being "invoked".
- invoke(JFrame) -
Method in class org.jivesoftware.AccountCreationWizard
-
- invoke(JFrame) -
Method in class org.jivesoftware.LoginDialog
- Invokes the LoginDialog to be visible.
- invoke(JFrame) -
Method in class org.jivesoftware.LoginSettingDialog
- Invokes the OptionsDialog.
- invoke(Object...) -
Method in interface org.jivesoftware.spark.plugin.Invokable
- Invokes the object.
- invoke() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRooms
- Displays the ConferenceRoomBrowser.
- invoke(String) -
Method in class org.jivesoftware.spark.ui.SubscriptionDialog
-
- invoke(JFrame) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.StartConversationDialog
-
- invoke() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportRegistrationDialog
- Invoke the Dialog.
- invoke(JComponent, String, String, ImageIcon) -
Static method in class org.jivesoftware.sparkimpl.plugin.phone.PhoneDialog
-
- invoke(JFrame, PreferencesPanel) -
Method in class org.jivesoftware.sparkimpl.preference.PreferenceDialog
-
- invokeAction() -
Method in class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkItem
-
- isActive() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Returns whether or not this ChatRoom is active.
- isActive() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- isActive() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Returns whether or not this ChatRoom is active.
- isActiveButtonBold() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- isAdmin(GroupChatRoom, String) -
Method in class org.jivesoftware.spark.UserManager
- Checks the nickname of a user in a room and determines if they are an
administrator of the room.
- isAncestorOfFocusedComponent(Component) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- isArrowKey(KeyEvent) -
Method in class org.jivesoftware.spark.component.JContactItemField
-
- isAutoLogin() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Return true if Auto Login is on.
- isAvailable() -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- isBlocked(String) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Returns true if the user is in the blocked user list.
- isBorderOpaque() -
Method in class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- isBorderOpaque() -
Method in class org.jivesoftware.spark.component.borders.PartialLineBorder
-
- isCellEditable(int, int) -
Method in class org.jivesoftware.spark.component.JiveSortableTable.JiveTableModel
- Returns true if cell is editable.
- isCellEditable(int, int) -
Method in class org.jivesoftware.spark.component.JiveTable.JiveTableModel
- Returns true if cell is editable.
- isCellEditable(int, int) -
Method in class org.jivesoftware.spark.component.Table.JiveTableModel
- Returns true if cell is editable.
- isChangeLogAvailable() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- isChatHistoryEnabled() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isChatHistoryHidden() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
-
- isChatRoomNotificationsOn() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isClientTrusted(X509Certificate[]) -
Method in class org.jivesoftware.sparkimpl.updater.EasyX509TrustManager
-
- isCloseButtonEnabled() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- isCollapsed() -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
-
- isCollapsed() -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- isCompleted() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Task
-
- isCompressionEnabled() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isContact() -
Method in class org.jivesoftware.spark.ui.RosterNode
-
- isCustomBuild() -
Static method in class org.jivesoftware.Spark
-
- isDark(double, double, double) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Check if a color is more dark than light.
- isDark(Color) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Check if a color is more dark than light.
- isDataFlavorSupported(DataFlavor) -
Method in class org.jivesoftware.spark.component.JiveTreeNode
-
- isDataFlavorSupported(DataFlavor) -
Method in class org.jivesoftware.spark.ui.ChatRoomTransferHandler.TranscriptWindowTransferable
-
- isDataFlavorSupported(DataFlavor) -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler.ContactItemTransferable
-
- isDataValid() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
-
- isDataValid() -
Method in interface org.jivesoftware.spark.preference.Preference
- Return true if the data supplied is valid, otherwise return false.
- isDataValid() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
-
- isDataValid() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
-
- isDataValid() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
-
- isDataValid() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
-
- isEmptyGroupsShown() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isGreater(String, String) -
Method in class org.jivesoftware.sparkimpl.updater.CheckUpdates
- Returns true if the first version number is greater than the second.
- isGreaterOrEqual(String, String) -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.PluginViewer
- Returns true if the first version number is greater than the second.
- isGroup() -
Method in class org.jivesoftware.spark.ui.RosterNode
-
- isGroupChatNotificationsOn() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
-
- isHiddenFile(File) -
Method in class org.jivesoftware.spark.util.WindowsFileSystemView
- isHiddenFile
- isHostAndPortConfigured() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isIconHandler() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- isIdleOn() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Returns true if IDLE is on.
- isIdleOn() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Return true if the IDLE feature is on.
- isInFocus() -
Method in class org.jivesoftware.MainWindow
- Returns true if the Spark window is in focus.
- isInFocus() -
Method in class org.jivesoftware.spark.ui.ChatFrame
- Returns true if the frame is in focus, otherwise returns false.
- isInstalled(PublicPlugin) -
Method in class org.jivesoftware.spark.PluginManager
- Returns true if the specified plugin is installed.
- isLargeIconAvailable() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- isLinux() -
Static method in class org.jivesoftware.Spark
- Return if we are running on Linux.
- isLoggedIn() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayButton
-
- isMac() -
Static method in class org.jivesoftware.Spark
- Return if we are running on a mac.
- isModerator(GroupChatRoom, String) -
Method in class org.jivesoftware.spark.UserManager
- Checks to see if the Occupant is a moderator.
- isModerator(Occupant) -
Method in class org.jivesoftware.spark.UserManager
- Checks to see if the Occupant is a moderator.
- isNewBuildAvailableFromJivesoftware() -
Method in class org.jivesoftware.sparkimpl.updater.CheckUpdates
- Returns true if there is a new build available for download.
- isNewInstall() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Return true if this is a fresh install.
- isOfflineGroup() -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Returns true if this ContactGroup is the Offline Group.
- isOwner(GroupChatRoom, String) -
Method in class org.jivesoftware.spark.UserManager
- Checks to see if the user is an owner of the specified room.
- isOwner(Occupant) -
Method in class org.jivesoftware.spark.UserManager
- Checks to see if the Occupant is the owner of the room.
- isOwnerOrAdmin(GroupChatRoom, String) -
Method in class org.jivesoftware.spark.UserManager
- Checks to see if the user is either an owner or admin of a room.
- isOwnerOrAdmin(Occupant) -
Method in class org.jivesoftware.spark.UserManager
- Checks to see if the user is either an owner or admin of the given room.
- isPasswordProtected() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceCreator
-
- isPasswordValid() -
Method in class org.jivesoftware.AccountCreationWizard
-
- isPermanent() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceCreator
-
- isPlayIncomingSound() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- isPlayOfflineSound() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- isPlayOutgoingSound() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- isPopupAllowed() -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- isPrivate() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceCreator
-
- isProxyEnabled() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isReadMeAvailable() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- isRegistered() -
Method in class org.jivesoftware.AccountCreationWizard
-
- isRegistered(XMPPConnection, Transport) -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.TransportUtils
- Checks if the user is registered with a gateway.
- isRoot(File) -
Method in class org.jivesoftware.spark.util.WindowsFileSystemView
- isRoot
- isSavePassword() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Return true if the password should be saved.
- isSavePassword() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Return true if the password should be encoded and persisted.
- isSecureConnection() -
Method in class org.jivesoftware.sparkimpl.settings.SSLXMPPConnection
-
- isSelected() -
Method in class org.jivesoftware.spark.component.CheckNode
- Returns true if the node is selected.
- isSelected() -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanel
-
- isServerTrusted(X509Certificate[]) -
Method in class org.jivesoftware.sparkimpl.updater.EasyX509TrustManager
-
- isSharedGroup() -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Returns true if ContactGroup is a Shared Group.
- isSmallIconAvailable() -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- isSparkManagerInstalled() -
Method in class org.jivesoftware.sparkimpl.plugin.manager.Enterprise
- Returns true if the Enterprise Spark Manager module is installed on the server we are currently connected to.
- isSparkPluginInstalled(XMPPConnection) -
Static method in class org.jivesoftware.sparkimpl.updater.CheckUpdates
- Does a service discvery on the server to see if a Spark Manager
is enabled.
- isSpellCheckerEnabled() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isSpellCheckerOn() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
-
- isSSL() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Returns true to use SSL.
- isStartedHidden() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isSubGroup(String) -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- isSubGroup() -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- isSubPane() -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
-
- isSubPane() -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- isTimeDisplayedInChat() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- isUnfiledGroup() -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Returns true if this ContactGroup is the Unfiled Group.
- isValid(URL) -
Method in class org.jivesoftware.spark.util.URLFileSystem
- Tests whether the specified
URL
is valid.
- isValidEmailAddress(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Validate an email address.
- isWindows() -
Static method in class org.jivesoftware.Spark
- Return if we are running on windows.
- iteratorAsList(Iterator) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Build a List of all elements in an Iterator.
J
- JabberAvatarExtension - Class in org.jivesoftware.sparkimpl.profile.ext
-
- JabberAvatarExtension() -
Constructor for class org.jivesoftware.sparkimpl.profile.ext.JabberAvatarExtension
-
- JabberBrowser - Class in org.jivesoftware.sparkimpl.plugin.jabber
-
- JabberBrowser() -
Constructor for class org.jivesoftware.sparkimpl.plugin.jabber.JabberBrowser
-
- JabberBrowser.Entity - Class in org.jivesoftware.sparkimpl.plugin.jabber
-
- JabberBrowser.Entity(DiscoverItems.Item) -
Constructor for class org.jivesoftware.sparkimpl.plugin.jabber.JabberBrowser.Entity
-
- JabberVersion - Class in org.jivesoftware.sparkimpl.plugin.jabber
-
- JabberVersion() -
Constructor for class org.jivesoftware.sparkimpl.plugin.jabber.JabberVersion
-
- JContactItemField - Class in org.jivesoftware.spark.component
- Implementation of a popup field from a TextField.
- JContactItemField(List) -
Constructor for class org.jivesoftware.spark.component.JContactItemField
-
- JiveInfo - Class in org.jivesoftware.sparkimpl.settings
-
- JiveSortableTable - Class in org.jivesoftware.spark.component
JiveTable
class can be used to maintain quality look and feel
throughout the product.- JiveSortableTable() -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable
- Empty Constructor.
- JiveSortableTable(String[]) -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable
- Creates a table using the specified table headers.
- JiveSortableTable.ComboBoxRenderer - Class in org.jivesoftware.spark.component
-
- JiveSortableTable.ComboBoxRenderer() -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable.ComboBoxRenderer
-
- JiveSortableTable.ComboBoxRenderer(String[]) -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable.ComboBoxRenderer
-
- JiveSortableTable.JButtonRenderer - Class in org.jivesoftware.spark.component
- A swing renderer used to display Buttons within a table.
- JiveSortableTable.JButtonRenderer() -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable.JButtonRenderer
- Empty Constructor.
- JiveSortableTable.JiveTableModel - Class in org.jivesoftware.spark.component
- The internal Table Model.
- JiveSortableTable.JiveTableModel(Object[], int, boolean) -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable.JiveTableModel
- Use the JiveTableModel in order to better handle the table.
- JiveSortableTable.JLabelRenderer - Class in org.jivesoftware.spark.component
- A swing renderer used to display labels within a table.
- JiveSortableTable.JLabelRenderer(boolean) -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable.JLabelRenderer
- JLabelConstructor to build ui.
- JiveSortableTable.MyComboBoxEditor - Class in org.jivesoftware.spark.component
-
- JiveSortableTable.MyComboBoxEditor(String[]) -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable.MyComboBoxEditor
-
- JiveSortableTable.TextAreaCellRenderer - Class in org.jivesoftware.spark.component
- A swing renderer to dispaly Textareas within a table.
- JiveSortableTable.TextAreaCellRenderer(Font) -
Constructor for class org.jivesoftware.spark.component.JiveSortableTable.TextAreaCellRenderer
- Create new renderer with font.
- JiveTable - Class in org.jivesoftware.spark.component
JiveTable
class can be used to maintain quality look and feel
throughout the product.- JiveTable(String[], Integer[]) -
Constructor for class org.jivesoftware.spark.component.JiveTable
-
- JiveTable.JiveTableModel - Class in org.jivesoftware.spark.component
-
- JiveTable.JiveTableModel(Object[], int, boolean) -
Constructor for class org.jivesoftware.spark.component.JiveTable.JiveTableModel
- Use the JiveTableModel in order to better handle the table.
- JiveTreeCellRenderer - Class in org.jivesoftware.spark.component
JiveTreeCellRenderer
class is a bare bone
TreeCellRenderer to easily add icons and not much else.- JiveTreeCellRenderer() -
Constructor for class org.jivesoftware.spark.component.JiveTreeCellRenderer
- Empty Constructor.
- JiveTreeNode - Class in org.jivesoftware.spark.component
JiveTreeNode
class is a better implementation than using the
DefaultMutableTree node.- JiveTreeNode(TreeFolder) -
Constructor for class org.jivesoftware.spark.component.JiveTreeNode
-
- JiveTreeNode(String, boolean) -
Constructor for class org.jivesoftware.spark.component.JiveTreeNode
- Create parent node.
- JiveTreeNode(Object, boolean) -
Constructor for class org.jivesoftware.spark.component.JiveTreeNode
- Creates a new JiveTreeNode.
- JiveTreeNode(TreeItem) -
Constructor for class org.jivesoftware.spark.component.JiveTreeNode
- Creates a new JiveTreeNode from a TreeItem.
- JiveTreeNode(TreeFolder, Icon) -
Constructor for class org.jivesoftware.spark.component.JiveTreeNode
- Creates a new JiveTreeNode from a TreeFolder.
- JiveTreeNode(TreeItem, Icon) -
Constructor for class org.jivesoftware.spark.component.JiveTreeNode
- Createa new JiveTreeNode from a TreeItem and Image.
- JiveTreeNode(String) -
Constructor for class org.jivesoftware.spark.component.JiveTreeNode
- Creates a new JiveTreeNode.
- JiveTreeNode(String, boolean, Icon) -
Constructor for class org.jivesoftware.spark.component.JiveTreeNode
- Creates a new JiveTreeNode.
- JLabelIconRenderer - Class in org.jivesoftware.spark.component.renderer
- The
JLabelIconRenderer
is the an implementation of ListCellRenderer
to add icons w/ associated text in JComboBox and JList. - JLabelIconRenderer() -
Constructor for class org.jivesoftware.spark.component.renderer.JLabelIconRenderer
- Construct Default JLabelIconRenderer.
- JOIN_GROUPCHAT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- joinConferenceRoom(String, String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
-
- joinRoom(MultiUserChat, String, String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
-
- JPanelRenderer - Class in org.jivesoftware.spark.component.renderer
- The
JPanelRenderer
is the an implementation of ListCellRenderer
to add an entire panel ui to lists. - JPanelRenderer() -
Constructor for class org.jivesoftware.spark.component.renderer.JPanelRenderer
- Construct Default JPanelRenderer.
- jpeg -
Variable in class org.jivesoftware.sparkimpl.profile.AvatarPanel.ImageFilter
-
- jpg -
Variable in class org.jivesoftware.sparkimpl.profile.AvatarPanel.ImageFilter
-
K
- keyPressed(KeyEvent) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportRegistrationDialog
-
- keyReleased(KeyEvent) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportRegistrationDialog
-
- keyStroke2String(KeyStroke) -
Static method in class org.jivesoftware.spark.util.StringUtils
-
- keyTyped(KeyEvent) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportRegistrationDialog
-
- KNOWLEDGE_BASE_TAB_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
L
- launchForOSX(String) -
Static method in class org.jivesoftware.spark.util.BrowserLauncher
- THERE HAS GOT TO BE A BETTER WAY TO DO THIS -- email out to mailing
lists; waiting for reply.
- layoutContainer(Container) -
Method in class org.jivesoftware.spark.component.VerticalFlowLayout
- Lays out the container.
- LayoutPlugin - Class in org.jivesoftware.sparkimpl.plugin.layout
-
- LayoutPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.layout.LayoutPlugin
-
- LayoutSettings - Class in org.jivesoftware.sparkimpl.plugin.layout
-
- LayoutSettings() -
Constructor for class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- LayoutSettingsManager - Class in org.jivesoftware.sparkimpl.plugin.layout
- Responsbile for the loading and persisting of LocalSettings.
- leaveChatRoom(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Leaves a ChatRoom.
- leaveChatRoom() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Disable the chat room.
- leaveChatRoom() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- leaveChatRoom() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Implementation of leaveChatRoom.
- LEFT_ARROW_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LIGHTBULB_ON_16x16_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- lighter(Color, double) -
Static method in class org.jivesoftware.spark.util.ColorUtil
- Make a color lighter.
- LINK_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LINK_DELETE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LinkInterceptor - Interface in org.jivesoftware.spark.ui
- Implementors of this interface wish to interecept link clicked events within
an active chat.
- LinkLabel - Class in org.jivesoftware.spark.component
- The
LinkLabel
class is a JLabel subclass
to mimic an html link. - LinkLabel(String, String, Color, Color) -
Constructor for class org.jivesoftware.spark.component.LinkLabel
-
- ListIconRenderer - Class in org.jivesoftware.spark.component.renderer
- The
ListIconRenderer
is the an implementation of ListCellRenderer
to add icons w/ associated text in JComboBox and JList. - ListIconRenderer() -
Constructor for class org.jivesoftware.spark.component.renderer.ListIconRenderer
- Create a Default ListIconRenderer.
- load() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
-
- load() -
Method in interface org.jivesoftware.spark.preference.Preference
- Called whenever the preference is invoked from the Preference list.
- load() -
Static method in class org.jivesoftware.spark.ui.status.CustomMessages
-
- load(Image) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- load() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
-
- load() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
-
- load() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
-
- load() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
-
- loadAllBannedUsers() -
Method in class org.jivesoftware.spark.ui.conferences.BannedUsers
- Loads all banned users in a ChatRoom.
- loadFromFile() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
-
- loadFromResource(String, Class) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Loads an
Image
named imageName
as a resource
relative to the Class cls
.
- loadPlugins() -
Method in class org.jivesoftware.spark.PluginManager
- Loads all
Plugin
from the agent plugins.xml and extension lib.
- loadPlugins() -
Method in class org.jivesoftware.spark.Workspace
- Starts the Loading of all Spark Plugins.
- loadURL(String) -
Method in class org.jivesoftware.spark.component.browser.BrowserViewer
- Should load the given url.
- loadURL(String) -
Method in class org.jivesoftware.spark.component.HTMLViewer
- Loads a URL into the Viewer.
- loadVCard() -
Method in class org.jivesoftware.spark.ui.status.StatusBar
-
- LocalPreference - Class in org.jivesoftware.sparkimpl.settings.local
- Represents the Local Preference inside the Preference Manager.
- LocalPreference() -
Constructor for class org.jivesoftware.sparkimpl.settings.local.LocalPreference
- Initalize and load local preference.
- LocalPreferencePanel - Class in org.jivesoftware.sparkimpl.settings.local
- UI for editing Local Preferences.
- LocalPreferencePanel() -
Constructor for class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Construct Local Preference UI.
- LocalPreferences - Class in org.jivesoftware.sparkimpl.settings.local
- Represents the LocalPreference Model for this system.
- LocalPreferences(Properties) -
Constructor for class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- LocalPreferences() -
Constructor for class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- LOCK_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LOCK_UNLOCK_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Log - Class in org.jivesoftware.spark.util.log
- Creates and writes out messages to a a log file.
- LOGIN_DIALOG_AUTHENTICATING -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LOGIN_DIALOG_BACKGROUND_IMAGE -
Static variable in class org.jivesoftware.resource.Default
-
- LOGIN_DIALOG_LOGIN -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LOGIN_DIALOG_LOGIN_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LOGIN_DIALOG_PASSWORD -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LOGIN_DIALOG_QUIT -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LOGIN_DIALOG_USERNAME -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LOGIN_DIALOG_WORKSPACE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LOGIN_KEY_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- LoginDialog - Class in org.jivesoftware
- Dialog to log in a user into the Spark Server.
- LoginDialog() -
Constructor for class org.jivesoftware.LoginDialog
- Empty Constructor
- LoginDialog.GrayBackgroundPanel - Class in org.jivesoftware
-
- LoginDialog.GrayBackgroundPanel() -
Constructor for class org.jivesoftware.LoginDialog.GrayBackgroundPanel
-
- LoginDialog.GrayBackgroundPanel(LayoutManager) -
Constructor for class org.jivesoftware.LoginDialog.GrayBackgroundPanel
-
- LoginDialog.ImagePanel - Class in org.jivesoftware
-
- LoginDialog.ImagePanel() -
Constructor for class org.jivesoftware.LoginDialog.ImagePanel
-
- LoginDialog.ImagePanel(LayoutManager) -
Constructor for class org.jivesoftware.LoginDialog.ImagePanel
-
- LoginSettingDialog - Class in org.jivesoftware
- Allows users to configure startup options.
- LoginSettingDialog() -
Constructor for class org.jivesoftware.LoginSettingDialog
- Empty Constructor.
- logout(boolean) -
Method in class org.jivesoftware.MainWindow
- Prepares Spark for shutting down by first calling all
MainWindowListener
s and
setting the Agent to be offline.
M
- MAGICIAN_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MAIL_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MAIL_FORWARD_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MAIL_IMAGE_32x32 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MAIL_INTO_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- main(String[]) -
Static method in class org.jivesoftware.resource.SparkRes
-
- main(String[]) -
Static method in class org.jivesoftware.Restarter
-
- main(String[]) -
Static method in class org.jivesoftware.spark.component.AutoCompleteDocument
-
- main(String[]) -
Static method in class org.jivesoftware.Spark
- Invocation method.
- main(String[]) -
Static method in class org.jivesoftware.spark.ui.NewRoster
-
- main(String[]) -
Static method in class org.jivesoftware.spark.util.Encryptor
-
- main(String[]) -
Static method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
- Simple Example...
- main(String[]) -
Static method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
-
- main(String[]) -
Static method in class org.jivesoftware.SparkStartupListener
-
- MAIN_IMAGE -
Static variable in class org.jivesoftware.resource.Default
-
- MAIN_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MAIN_IMAGE_ICO -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MAIN_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MainWindow - Class in org.jivesoftware
- The
MainWindow
class acts as both the DockableHolder and the proxy
to the Workspace in Spark. - mainWindowActivated() -
Method in interface org.jivesoftware.MainWindowListener
- Invoked by the
MainWindow
when it has been activated, such
as when it is coming out of a minimized state.
- mainWindowActivated() -
Method in class org.jivesoftware.spark.component.Notifications
-
- mainWindowActivated() -
Method in class org.jivesoftware.spark.PluginManager
-
- mainWindowDeactivated() -
Method in interface org.jivesoftware.MainWindowListener
- Invoked by the
MainWindow
when it has been minimized in the toolbar.
- mainWindowDeactivated() -
Method in class org.jivesoftware.spark.component.Notifications
-
- mainWindowDeactivated() -
Method in class org.jivesoftware.spark.PluginManager
-
- MainWindowListener - Interface in org.jivesoftware
- The
MainWindowListener
interface is one of the interfaces extension
writers use to add functionality to Spark. - makeColorTransparent(Image, Color) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- makeFirstWordCaptial(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
-
- makeSameSize(JComponent[]) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- makeTabRed(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- MEGAPHONE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MESSAGE_AWAY -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MESSAGE_DND -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MessageDialog - Class in org.jivesoftware.spark.component
MessageDialog
class is used to easily display the most commonly used dialogs.- MessageEventListener - Interface in org.jivesoftware.spark.ui
- Listen for the sending and receiving of messages.
- MessageFilter - Interface in org.jivesoftware.spark.ui
- The
MessageFilter
interface is one of the interfaces extension
writers use to add functionality to Spark. - MessageListener - Interface in org.jivesoftware.spark.ui
- The
MessageListener
interface is one of the interfaces extension
writers use to add functionality to Spark. - messageReceived(ChatRoom, Message) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Used for Tray Notifications.
- messageReceived(ChatRoom, Message) -
Method in interface org.jivesoftware.spark.ui.MessageListener
- Invoked by the
ChatRoom
when it is receives a new message.
- messageReceived(ChatRoom, Message) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- messageSent(ChatRoom, Message) -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- messageSent(ChatRoom, Message) -
Method in interface org.jivesoftware.spark.ui.MessageListener
- Invoked by the
ChatRoom
when a new message has
been sent.
- messageSent(ChatRoom, Message) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- metadataAssociatedWithRoom(ChatRoom, Map) -
Method in interface org.jivesoftware.spark.plugin.MetadataListener
-
- MetadataListener - Interface in org.jivesoftware.spark.plugin
-
- MIDDLE -
Static variable in class org.jivesoftware.spark.component.VerticalFlowLayout
- Specify a middle alignment.
- minimumLayoutSize(Container) -
Method in class org.jivesoftware.spark.component.VerticalFlowLayout
- Returns the minimum size needed to layout the target container.
- MINUS_SIGN -
Static variable in class org.jivesoftware.resource.SparkRes
-
- mkdirs(URL) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
-
- MOBILE_PHONE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ModelUtil - Class in org.jivesoftware.spark.util
- Utility methods frequently used by data classes and design-time
classes.
- MODERATOR_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- mouseClicked(MouseEvent) -
Method in class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- mouseClicked(MouseEvent) -
Method in class org.jivesoftware.spark.component.LinkLabel
- MouseListener implementation.
- mouseClicked(MouseEvent) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- mouseClicked(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ChatArea
-
- mouseClicked(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- mouseDragged(MouseEvent) -
Method in class org.jivesoftware.spark.component.Tree
- Handles drag and drop.
- mouseDragged(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ChatArea
-
- mouseEntered(MouseEvent) -
Method in class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- mouseEntered(MouseEvent) -
Method in class org.jivesoftware.spark.component.LinkLabel
-
- mouseEntered(MouseEvent) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- mouseEntered(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ChatArea
-
- mouseEntered(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- mouseEntered(MouseEvent) -
Method in class org.jivesoftware.sparkimpl.preference.PreferenceUI
-
- mouseExited(MouseEvent) -
Method in class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- mouseExited(MouseEvent) -
Method in class org.jivesoftware.spark.component.LinkLabel
-
- mouseExited(MouseEvent) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- mouseExited(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ChatArea
-
- mouseExited(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- mouseMoved(MouseEvent) -
Method in class org.jivesoftware.spark.component.Tree
-
- mouseMoved(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Checks to see if the mouse is located over a browseable
link.
- mousePressed(MouseEvent) -
Method in class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- mousePressed(MouseEvent) -
Method in class org.jivesoftware.spark.component.LinkLabel
-
- mousePressed(MouseEvent) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- mousePressed(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ChatArea
-
- mousePressed(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- mouseReleased(MouseEvent) -
Method in class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- mouseReleased(MouseEvent) -
Method in class org.jivesoftware.spark.component.LinkLabel
-
- mouseReleased(MouseEvent) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- mouseReleased(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ChatArea
- This launches the
BrowserLauncher
with the URL
located in ChatArea
.
- mouseReleased(MouseEvent) -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- MSN_TRANSPORT_ACTIVE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MSN_TRANSPORT_INACTIVE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- MSNTransport - Class in org.jivesoftware.sparkimpl.plugin.gateways.transports
-
- MSNTransport(String) -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.transports.MSNTransport
-
- MUC_FEATURE -
Static variable in class org.jivesoftware.sparkimpl.plugin.manager.Enterprise
-
N
- NAMESPACE -
Static variable in class org.jivesoftware.spark.ui.conferences.ConferenceData
-
- NAMESPACE -
Static variable in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
- Namespace of the packet extension.
- NAMESPACE -
Static variable in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData
-
- NAMESPACE -
Static variable in class org.jivesoftware.sparkimpl.plugin.manager.Features
- Namespace of the packet extension.
- NAMESPACE -
Static variable in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
- Define the Namespace used for this preference.
- NAMESPACE -
Static variable in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
- Define the Namespace used for this preference.
- NAMESPACE -
Static variable in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
-
- NAMESPACE -
Static variable in class org.jivesoftware.sparkimpl.settings.UserSettings
-
- NAMESPACE -
Static variable in class org.jivesoftware.sparkimpl.updater.SparkVersion
- Namespace of the packet extension.
- newBuildAvailable() -
Method in class org.jivesoftware.sparkimpl.updater.CheckUpdates
-
- newFileURL(File) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
-
- newFileURL(String) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
-
- NewRoster - Class in org.jivesoftware.spark.ui
-
- NewRoster() -
Constructor for class org.jivesoftware.spark.ui.NewRoster
-
- newURL(String, String) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
-
- newURL(String, String, String, int, String, String, String) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
- Creates a new
URL
whose parts have the exact values that
are specified.
- nextFocusAction -
Variable in class org.jivesoftware.spark.component.InputDialog
- Move to focus forward action.
- nextFocusAction -
Variable in class org.jivesoftware.spark.component.PasswordDialog
- Move to focus forward action.
- nextFocusAction -
Variable in class org.jivesoftware.sparkimpl.plugin.alerts.InputTextAreaDialog
- Move to focus forward action.
- NO_OPTIONS -
Static variable in class org.jivesoftware.spark.util.Base64
- No options specified.
- noOption() -
Method in interface org.jivesoftware.spark.component.ConfirmDialog.ConfirmListener
- Fired when the No button has been clicked.
- NOTE_EDIT_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- NOTEBOOK_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Notifications - Class in org.jivesoftware.spark.component
- Handles tray icon operations inside of Spark.
- Notifications() -
Constructor for class org.jivesoftware.spark.component.Notifications
- Creates a new instance of notifications.
- NotificationsPreference - Class in org.jivesoftware.sparkimpl.preference.notifications
- Handles the preferences for notification behavior within the Spark IM Client.
- NotificationsPreference() -
Constructor for class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
-
- NotificationsUI - Class in org.jivesoftware.sparkimpl.preference.notifications
- Represents the UI for handling notification preferences within Spark.
- NotificationsUI() -
Constructor for class org.jivesoftware.sparkimpl.preference.notifications.NotificationsUI
-
- nullifyIfEmpty(String) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Returns
null
if the specified string is empty or
null
.
- nullifyingToString(Object) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Returns
null
if the specified object is null
or if its toString()
representation is empty.
O
- OFFLINE_ICO -
Static variable in class org.jivesoftware.resource.SparkRes
-
- offlineNotification(String, String) -
Method in class org.jivesoftware.spark.ChatManager
-
- ON_PHONE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ONLINE_ICO -
Static variable in class org.jivesoftware.resource.SparkRes
-
- OnPhone - Class in org.jivesoftware.sparkimpl.plugin.phone
-
- OnPhone() -
Constructor for class org.jivesoftware.sparkimpl.plugin.phone.OnPhone
-
- OPENING -
Static variable in class org.jivesoftware.resource.SoundsRes
-
- openURL(String) -
Static method in class org.jivesoftware.spark.util.BrowserLauncher
- Attempts to open the default web browser to the given URL.
- org.jivesoftware - package org.jivesoftware
-
- org.jivesoftware.resource - package org.jivesoftware.resource
-
- org.jivesoftware.spark - package org.jivesoftware.spark
- Provides the Managers used as the main entry points into the Spark client.
- org.jivesoftware.spark.component - package org.jivesoftware.spark.component
- Provides useful Swing components that can be used within Spark.
- org.jivesoftware.spark.component.borders - package org.jivesoftware.spark.component.borders
-
- org.jivesoftware.spark.component.browser - package org.jivesoftware.spark.component.browser
- Provides support for showing browsers within Spark components.
- org.jivesoftware.spark.component.panes - package org.jivesoftware.spark.component.panes
-
- org.jivesoftware.spark.component.renderer - package org.jivesoftware.spark.component.renderer
-
- org.jivesoftware.spark.component.tabbedPane - package org.jivesoftware.spark.component.tabbedPane
-
- org.jivesoftware.spark.filetransfer - package org.jivesoftware.spark.filetransfer
- Provides support for intercepting file transfers within Spark.
- org.jivesoftware.spark.filetransfer.preferences - package org.jivesoftware.spark.filetransfer.preferences
-
- org.jivesoftware.spark.plugin - package org.jivesoftware.spark.plugin
- Provides the API for creating and registring Plugins.
- org.jivesoftware.spark.preference - package org.jivesoftware.spark.preference
- Provides support for adding preferences to the Preference Manager in Spark.
- org.jivesoftware.spark.search - package org.jivesoftware.spark.search
- Provides support for creating your own searchable objects within Spark.
- org.jivesoftware.spark.ui - package org.jivesoftware.spark.ui
- Provides support by providing all chat specific components, such as ChatRoom and ContactList.
- org.jivesoftware.spark.ui.conferences - package org.jivesoftware.spark.ui.conferences
- Contains Conference Room specific components, such as room browsers and helpful conference utilities.
- org.jivesoftware.spark.ui.rooms - package org.jivesoftware.spark.ui.rooms
- Contains the two implementations of ChatRoom.
- org.jivesoftware.spark.ui.status - package org.jivesoftware.spark.ui.status
- Provides support for plugging in ones own details into the StatusManager of Spark.
- org.jivesoftware.spark.util - package org.jivesoftware.spark.util
- Provides helpful utilities used for Spark.
- org.jivesoftware.spark.util.log - package org.jivesoftware.spark.util.log
- Provides support to handle error and warning logging within Spark.
- org.jivesoftware.sparkimpl.plugin.alerts - package org.jivesoftware.sparkimpl.plugin.alerts
-
- org.jivesoftware.sparkimpl.plugin.bookmarks - package org.jivesoftware.sparkimpl.plugin.bookmarks
-
- org.jivesoftware.sparkimpl.plugin.chat - package org.jivesoftware.sparkimpl.plugin.chat
-
- org.jivesoftware.sparkimpl.plugin.emoticons - package org.jivesoftware.sparkimpl.plugin.emoticons
-
- org.jivesoftware.sparkimpl.plugin.filetransfer.transfer - package org.jivesoftware.sparkimpl.plugin.filetransfer.transfer
-
- org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui - package org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui
-
- org.jivesoftware.sparkimpl.plugin.gateways - package org.jivesoftware.sparkimpl.plugin.gateways
-
- org.jivesoftware.sparkimpl.plugin.gateways.transports - package org.jivesoftware.sparkimpl.plugin.gateways.transports
-
- org.jivesoftware.sparkimpl.plugin.jabber - package org.jivesoftware.sparkimpl.plugin.jabber
-
- org.jivesoftware.sparkimpl.plugin.layout - package org.jivesoftware.sparkimpl.plugin.layout
-
- org.jivesoftware.sparkimpl.plugin.manager - package org.jivesoftware.sparkimpl.plugin.manager
-
- org.jivesoftware.sparkimpl.plugin.phone - package org.jivesoftware.sparkimpl.plugin.phone
-
- org.jivesoftware.sparkimpl.plugin.scratchpad - package org.jivesoftware.sparkimpl.plugin.scratchpad
-
- org.jivesoftware.sparkimpl.plugin.sparklers - package org.jivesoftware.sparkimpl.plugin.sparklers
-
- org.jivesoftware.sparkimpl.plugin.transcripts - package org.jivesoftware.sparkimpl.plugin.transcripts
-
- org.jivesoftware.sparkimpl.plugin.viewer - package org.jivesoftware.sparkimpl.plugin.viewer
-
- org.jivesoftware.sparkimpl.preference - package org.jivesoftware.sparkimpl.preference
-
- org.jivesoftware.sparkimpl.preference.chat - package org.jivesoftware.sparkimpl.preference.chat
-
- org.jivesoftware.sparkimpl.preference.notifications - package org.jivesoftware.sparkimpl.preference.notifications
-
- org.jivesoftware.sparkimpl.preference.sounds - package org.jivesoftware.sparkimpl.preference.sounds
-
- org.jivesoftware.sparkimpl.profile - package org.jivesoftware.sparkimpl.profile
-
- org.jivesoftware.sparkimpl.profile.ext - package org.jivesoftware.sparkimpl.profile.ext
-
- org.jivesoftware.sparkimpl.search.users - package org.jivesoftware.sparkimpl.search.users
-
- org.jivesoftware.sparkimpl.settings - package org.jivesoftware.sparkimpl.settings
-
- org.jivesoftware.sparkimpl.settings.local - package org.jivesoftware.sparkimpl.settings.local
-
- org.jivesoftware.sparkimpl.updater - package org.jivesoftware.sparkimpl.updater
-
- OS_X_URL_FILE_NAME -
Static variable in class org.jivesoftware.spark.util.BrowserLauncher
-
P
- packetIDExists(String) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Checks if the packetID has already been used.
- pageDialog() -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- pageDialog() displays a page setup dialog.
- paint(Graphics) -
Method in class org.jivesoftware.spark.component.CheckRenderer.TreeLabel
-
- paint(Graphics, JComponent) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class org.jivesoftware.spark.component.borders.ComponentTitledBorder
-
- paintBorder(Component, Graphics, int, int, int, int) -
Method in class org.jivesoftware.spark.component.borders.PartialLineBorder
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.LoginDialog.GrayBackgroundPanel
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.LoginDialog.ImagePanel
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.spark.component.BackgroundPanel
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.spark.component.TitlePanel.ImagePanel
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.spark.search.SearchService
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.spark.ui.ImageSelectionPanel
-
- paintComponent(Graphics) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
-
- paintIcon(Component, Graphics, int, int) -
Method in class org.jivesoftware.spark.component.ProgressIcon
-
- PANE_DOWN_ARROW_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PANE_UP_ARROW_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- paneCollapsed() -
Method in interface org.jivesoftware.spark.component.panes.CollapsiblePaneListener
-
- paneExpanded() -
Method in interface org.jivesoftware.spark.component.panes.CollapsiblePaneListener
-
- parseExtension(XmlPullParser) -
Method in class org.jivesoftware.sparkimpl.plugin.manager.Features.Provider
-
- parseIQ(XmlPullParser) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway.Provider
-
- parseIQ(XmlPullParser) -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion.Provider
-
- parseObject(String, ParsePosition) -
Method in class org.jivesoftware.spark.util.ByteFormat
- In this implementation, returns null always.
- parsePrivateData(XmlPullParser) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceData.ConferencePrivateDataProvider
-
- parsePrivateData(XmlPullParser) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData.ConferencePrivateDataProvider
-
- parsePrivateData(XmlPullParser) -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes.Provider
-
- parsePrivateData(XmlPullParser) -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks.Provider
-
- parsePrivateData(XmlPullParser) -
Method in class org.jivesoftware.sparkimpl.settings.SettingsDataProvider
-
- PartialLineBorder - Class in org.jivesoftware.spark.component.borders
- Renders edge borders for a concave appearance.
- PartialLineBorder(Color, int) -
Constructor for class org.jivesoftware.spark.component.borders.PartialLineBorder
-
- PasswordDialog - Class in org.jivesoftware.spark.component
PasswordDialog
class is used to retrieve information from a user.- PasswordDialog() -
Constructor for class org.jivesoftware.spark.component.PasswordDialog
- Empty Constructor.
- PAWN_GLASS_GREEN -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PAWN_GLASS_RED -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PAWN_GLASS_WHITE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PAWN_GLASS_YELLOW -
Static variable in class org.jivesoftware.resource.SparkRes
-
- performAction(InstallerWizardContext, ProgressInterface) -
Method in class org.jivesoftware.Installer
-
- performAction(Context, ProgressInterface) -
Method in class org.jivesoftware.Uninstaller
-
- performSearch() -
Method in class org.jivesoftware.sparkimpl.search.users.SearchForm
- Starts a search based on the Answered form.
- performSearch() -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchForm
- Performs a search on the specified search service.
- persistConversations() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- PERSONAL_ELEMENT_NAME -
Static variable in class org.jivesoftware.resource.ConfigurationRes
-
- PERSONAL_NAMESPACE -
Static variable in class org.jivesoftware.resource.ConfigurationRes
-
- PersonalPanel - Class in org.jivesoftware.sparkimpl.profile
-
- PersonalPanel() -
Constructor for class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- phoneClient -
Static variable in class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
-
- PhoneDialog - Class in org.jivesoftware.sparkimpl.plugin.phone
-
- PhoneDialog() -
Constructor for class org.jivesoftware.sparkimpl.plugin.phone.PhoneDialog
-
- PhonePlugin - Class in org.jivesoftware.sparkimpl.plugin.phone
-
- PhonePlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
-
- PHOTO_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- playClip(AudioClip) -
Method in class org.jivesoftware.spark.SoundManager
- Plays an AudioClip.
- playClip(String) -
Method in class org.jivesoftware.spark.SoundManager
- Plays an AudioClip.
- playClip(File) -
Method in class org.jivesoftware.spark.SoundManager
- Plays a sound file.
- playIncomingInvitationSound() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- Plugin - Interface in org.jivesoftware.spark.plugin
- The Plugin interface is the required implementation to have your Sparkplugs work within the Spark client.
- PLUGIN_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PluginClassLoader - Class in org.jivesoftware.spark.plugin
- A simple classloader to extend the classpath to
include all jars in a lib directory.
- PluginClassLoader(ClassLoader, File) -
Constructor for class org.jivesoftware.spark.plugin.PluginClassLoader
- Constructs the classloader.
- PluginManager - Class in org.jivesoftware.spark
- This manager is responsible for the loading of all Plugins and Workspaces within Spark environment.
- PluginRenderer - Class in org.jivesoftware.sparkimpl.plugin.viewer
- A swing renderer used to display labels within a table.
- PluginRenderer() -
Constructor for class org.jivesoftware.sparkimpl.plugin.viewer.PluginRenderer
- PluginRenderer
- PLUGINS_DIRECTORY -
Static variable in class org.jivesoftware.spark.PluginManager
- The root Plugins Directory.
- PluginViewer - Class in org.jivesoftware.sparkimpl.plugin.viewer
-
- PluginViewer() -
Constructor for class org.jivesoftware.sparkimpl.plugin.viewer.PluginViewer
-
- PLUS_SIGN -
Static variable in class org.jivesoftware.resource.SparkRes
-
- png -
Variable in class org.jivesoftware.sparkimpl.profile.AvatarPanel.ImageFilter
-
- poppingDown(JPopupMenu) -
Method in interface org.jivesoftware.spark.plugin.ContextMenuListener
- Called just before the context menu closed.
- poppingUp(Object, JPopupMenu) -
Method in interface org.jivesoftware.spark.plugin.ContextMenuListener
- Called just before the context menu is popping up.
- positionCursor() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Requests valid focus to the SendField.
- POWERED_BY_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Preference - Interface in org.jivesoftware.spark.preference
- The
Preference
class allows plugin developers to add their own preferences
to the Spark client. - PreferenceDialog - Class in org.jivesoftware.sparkimpl.preference
-
- PreferenceDialog() -
Constructor for class org.jivesoftware.sparkimpl.preference.PreferenceDialog
-
- PreferenceListener - Interface in org.jivesoftware.sparkimpl.settings.local
- Implement this interface to be notified that the preferences have been changed.
- PreferenceManager - Class in org.jivesoftware.spark.preference
- Usage of the PreferenceManager to handle loading of preferences within Spark.
- PreferenceManager() -
Constructor for class org.jivesoftware.spark.preference.PreferenceManager
-
- PREFERENCES_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- preferencesChanged(LocalPreferences) -
Method in interface org.jivesoftware.sparkimpl.settings.local.PreferenceListener
- Notified when preferences are changed.
- PreferencesPanel - Class in org.jivesoftware.sparkimpl.preference
-
- PreferencesPanel(Iterator) -
Constructor for class org.jivesoftware.sparkimpl.preference.PreferencesPanel
-
- PreferenceUI - Class in org.jivesoftware.sparkimpl.preference
-
- PreferenceUI(Preference) -
Constructor for class org.jivesoftware.sparkimpl.preference.PreferenceUI
-
- preferredLayoutSize(Container) -
Method in class org.jivesoftware.spark.component.VerticalFlowLayout
- Returns the preferred dimensions given the components
in the target container.
- prepareRenderer(TableCellRenderer, int, int) -
Method in class org.jivesoftware.spark.component.Table
-
- presenceChanged(String) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- presenceChanged(String) -
Method in class org.jivesoftware.spark.ui.NewRoster
-
- presenceChanged(Presence) -
Method in interface org.jivesoftware.spark.ui.PresenceListener
- Called when the user of Sparks presence has changed.
- PresenceChangePlugin - Class in org.jivesoftware.sparkimpl.plugin.chat
-
- PresenceChangePlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.chat.PresenceChangePlugin
-
- PresenceListener - Interface in org.jivesoftware.spark.ui
- The
PresenceListener
is used to listen for Personal Presence changes within the system. - prevFocusAction -
Variable in class org.jivesoftware.spark.component.InputDialog
- Moves the focus backwards in the dialog.
- prevFocusAction -
Variable in class org.jivesoftware.spark.component.PasswordDialog
- Moves the focus backwards in the dialog.
- prevFocusAction -
Variable in class org.jivesoftware.sparkimpl.plugin.alerts.InputTextAreaDialog
- Moves the focus backwards in the dialog.
- print(Graphics, PageFormat, int) -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- may be called to render a page more than once, each page is painted in
order.
- print(HTMLDocument) -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- print(HTMLDocument) is called to set an HTMLDocument for printing.
- print(JEditorPane) -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- print(JEditorPane) prints a Document contained within a JEditorPane.
- print(PlainDocument) -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- print(PlainDocument) is called to set a PlainDocument for printing.
- printChatRoomTranscript(ChatRoom) -
Static method in class org.jivesoftware.spark.SparkManager
- Prints the transcript of a given chat room.
- printChatTranscript(TranscriptWindow) -
Static method in class org.jivesoftware.spark.SparkManager
- Displays a print dialog to print the transcript found in a
TranscriptWindow
- PRINTER_IMAGE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PrivateNotes - Class in org.jivesoftware.sparkimpl.plugin.scratchpad
-
- PrivateNotes() -
Constructor for class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes
- Required Empty Constructor to use Bookmarks.
- PrivateNotes.Provider - Class in org.jivesoftware.sparkimpl.plugin.scratchpad
- The IQ Provider for BookmarkStorage.
- PrivateNotes.Provider() -
Constructor for class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes.Provider
- Empty Constructor for PrivateDataProvider.
- processPacket(Packet) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Process incoming packets.
- processPacket(Packet) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
- Process incoming packets.
- processPacket(Packet) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Implementation of processPacket to handle muc related packets.
- processPacket(Packet) -
Method in class org.jivesoftware.spark.Workspace
- This is to handle agent to agent conversations.
- processPacket(Packet) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.BroadcastPlugin
-
- PROFILE_ICON -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PROFILE_IMAGE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PROFILE_IMAGE_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- PROFILE_TAB_TITLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ProgressIcon - Class in org.jivesoftware.spark.component
- Displays a bar graph based on a percentage or relevance up to 100%.
- ProgressIcon(int) -
Constructor for class org.jivesoftware.spark.component.ProgressIcon
- Create new ProgressIcon.
- propertyChange(PropertyChangeEvent) -
Method in class org.jivesoftware.LoginSettingDialog
- PropertyChangeEvent is called when the user either clicks the Cancel or
OK button.
- propertyChange(PropertyChangeEvent) -
Method in class org.jivesoftware.spark.component.InputDialog
-
- propertyChange(PropertyChangeEvent) -
Method in class org.jivesoftware.spark.component.PasswordDialog
-
- propertyChange(PropertyChangeEvent) -
Method in class org.jivesoftware.spark.ui.RosterDialog
-
- propertyChange(PropertyChangeEvent) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.InputTextAreaDialog
-
- propertyChange(PropertyChangeEvent) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.StartConversationDialog
-
- propertyChange(PropertyChangeEvent) -
Method in class org.jivesoftware.sparkimpl.preference.PreferenceDialog
-
- PROXY_HOST -
Static variable in class org.jivesoftware.resource.Default
-
- PROXY_PORT -
Static variable in class org.jivesoftware.resource.Default
-
- PublicPlugin - Class in org.jivesoftware.spark.plugin
-
- PublicPlugin() -
Constructor for class org.jivesoftware.spark.plugin.PublicPlugin
-
- PUSH_URL_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- putCustomValue(String, Object) -
Static method in class org.jivesoftware.resource.Default
-
Q
- QUESTIONS_ANSWERS -
Static variable in class org.jivesoftware.resource.SparkRes
-
R
- randomString(int) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Returns a random String of numbers and letters (lower and upper case)
of the specified length.
- read() -
Method in class org.jivesoftware.spark.util.Base64.InputStream
- Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) -
Method in class org.jivesoftware.spark.util.Base64.InputStream
- Calls
Base64.InputStream.read()
repeatedly until the end of stream
is reached or len bytes are read.
- README_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- ReceiveMessage - Class in org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui
-
- ReceiveMessage() -
Constructor for class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui.ReceiveMessage
-
- receivingMessage(Message) -
Method in interface org.jivesoftware.spark.ui.MessageEventListener
-
- reconnectingIn(int) -
Method in class org.jivesoftware.spark.SessionManager
-
- reconnectingIn(int) -
Method in class org.jivesoftware.spark.ui.ChatRoom
-
- reconnectingIn(int) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- reconnectionFailed(Exception) -
Method in class org.jivesoftware.spark.SessionManager
-
- reconnectionFailed(Exception) -
Method in class org.jivesoftware.spark.ui.ChatRoom
-
- reconnectionFailed(Exception) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- reconnectionSuccessful() -
Method in class org.jivesoftware.spark.SessionManager
-
- reconnectionSuccessful() -
Method in class org.jivesoftware.spark.ui.ChatRoom
-
- reconnectionSuccessful() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- reconnectionSuccessful() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- RED_BALL -
Static variable in class org.jivesoftware.resource.SparkRes
-
- RED_FLAG_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- REFRESH_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- registerPlugin(Plugin) -
Method in class org.jivesoftware.spark.PluginManager
- Registers a plugin.
- registerUser(XMPPConnection, String, String, String) -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.TransportUtils
- Registers a user with a gateway.
- REJECT_CHAT -
Static variable in class org.jivesoftware.resource.SparkRes
-
- removeAlert(Alerter) -
Method in class org.jivesoftware.spark.AlertManager
- Removes an alerter.
- removeAlert(Component) -
Method in class org.jivesoftware.spark.Workspace
-
- removeBlockedUser(String) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Removes a user from the blocked user list.
- removeBrowserListener(BrowserListener) -
Method in class org.jivesoftware.spark.component.browser.BrowserViewer
- Remove a BrowserListener.
- removeChat(ChatRoom) -
Method in class org.jivesoftware.spark.ChatManager
- Removes the personal 1 to 1 chat from the ChatFrame.
- removeChatRoomButton(ChatRoomButton) -
Method in class org.jivesoftware.spark.ui.ChatRoom.ChatToolBar
- Removes the ChatRoomButton from the CommandBar.
- removeChatRoomListener(ChatRoomListener) -
Method in class org.jivesoftware.spark.ChatManager
- Simplace facade for chatroom.
- removeChatRoomListener(ChatRoomListener) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Removes the specified
ChatRoomListener
.
- removeClosingListener(ChatRoomClosingListener) -
Method in class org.jivesoftware.spark.ui.ChatRoom
-
- removeCollapsiblePaneListener(CollapsiblePaneListener) -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
-
- removeComponent(Component) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- removeContactGroup(ContactGroup) -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Removes a child ContactGroup.
- removeContactGroupListener(ContactGroupListener) -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Removes a
ContactGroupListener
.
- removeContactItem(ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Removes a
ContactItem
.
- removeContactItem(ContactGroup, ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactGroupTransferHandler
-
- removeContactItemHandler(ContactItemHandler) -
Method in class org.jivesoftware.spark.ChatManager
-
- removeContactListListener(ContactListListener) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- removeContextMenuListener(ContextMenuListener) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Remove a
ContextMenuListener
to ChatArea.
- removeContextMenuListener(ContextMenuListener) -
Method in class org.jivesoftware.spark.ui.conferences.BookmarkedConferences
- Removes a ContextMenuListener.
- removeContextMenuListener(ContextMenuListener) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- removeCustomValue(String) -
Static method in class org.jivesoftware.resource.Default
-
- removeDownloadPanel(JPanel) -
Method in class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.Downloads
-
- removeFileDropListener(FileDropListener) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Remove the
FileDropListener
from ChatRoom.
- removeFileDropListener(FileDropListener) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- removeInvitationListener(RoomInvitationListener) -
Method in class org.jivesoftware.spark.ChatManager
-
- removeLinkInterceptor(LinkInterceptor) -
Method in class org.jivesoftware.spark.ui.ChatArea
-
- removeMainWindowListener(MainWindowListener) -
Method in class org.jivesoftware.MainWindow
- Removes the specified
MainWindowListener
.
- removeMessageEventListener(MessageEventListener) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- removeMessageFilter(MessageFilter) -
Method in class org.jivesoftware.spark.ChatManager
- Removes a
MessageFilter
.
- removeMessageListener(MessageListener) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Remove the specified
MessageListener
from the current ChatRoom.
- removeMetadataListener(MetadataListener) -
Method in class org.jivesoftware.spark.DataManager
-
- removePaletteItem(TreeItem) -
Method in class org.jivesoftware.spark.component.TreeFolder
-
- removePlugin(Plugin) -
Method in class org.jivesoftware.spark.PluginManager
- Removes a plugin from the plugin list.
- removePreference(Preference) -
Method in class org.jivesoftware.spark.preference.PreferenceManager
-
- removePreferenceListener(PreferenceListener) -
Static method in class org.jivesoftware.sparkimpl.settings.local.SettingsManager
-
- removePresenceListener(PresenceListener) -
Method in class org.jivesoftware.spark.SessionManager
- Remove a
PresenceListener
from Spark.
- removePublicPlugin(PublicPlugin) -
Method in class org.jivesoftware.spark.PluginManager
- Removes and uninstall a plugin from Spark.
- removeSearchService(Searchable) -
Method in class org.jivesoftware.spark.search.SearchManager
- Remove the
Searchable
service.
- removeSparkTabbedPaneListener(SparkTabbedPaneListener) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- removeStartup(File) -
Method in class org.jivesoftware.Uninstaller
-
- removeSubFolder(TreeFolder) -
Method in class org.jivesoftware.spark.component.TreeFolder
-
- removeTabAt(int) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- removeTranscriptWindowInterceptor(TranscriptWindowInterceptor) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
-
- removeTransferListener(FileTransferListener) -
Method in class org.jivesoftware.spark.filetransfer.SparkTransferManager
- Removes the FileTransferListener.
- removeTransparency(Image) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- removeUpdate(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.ChatInputEditor
-
- removeUpdate(DocumentEvent) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Checks to see if the Send Button should be enabled depending on the
current update in SendField.
- replace(String, String, String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Replaces all instances of oldString with newString in string.
- replace(String, String, String, int[]) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Replaces all instances of oldString with newString in line.
- replaceIgnoreCase(String, String, String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Replaces all instances of oldString with newString in line with the
added feature that matches of newString in oldString ignore case.
- replaceIgnoreCase(String, String, String, int[]) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Replaces all instances of oldString with newString in line with the
added feature that matches of newString in oldString ignore case.
- requiresPassword(String) -
Static method in class org.jivesoftware.spark.ui.conferences.ConferenceUtils
- Returns true if the room requires a password.
- Res - Class in org.jivesoftware.resource
- Use for Spark Internationalization.
- resButton(AbstractButton, String) -
Static method in class org.jivesoftware.spark.util.ResourceUtils
- Sets the resources on a subclass of
AbstractButton
.
- resetTime() -
Method in class org.jivesoftware.spark.component.TimeTrackingLabel
-
- resLabel(JLabel, Component, String) -
Static method in class org.jivesoftware.spark.util.ResourceUtils
- Sets the resources on a
JLabel
.
- ResourceUtils - Class in org.jivesoftware.spark.util
- Utility class to make using resources easier.
- Restarter - Class in org.jivesoftware
- Used to restart spark on a sleep thread to allow for XMPP URI Mapping.
- Restarter() -
Constructor for class org.jivesoftware.Restarter
-
- resumeEncoding() -
Method in class org.jivesoftware.spark.util.Base64.OutputStream
- Resumes encoding of the stream.
- RETRY_PANEL -
Static variable in class org.jivesoftware.spark.ui.ContactList
-
- RetryPanel - Class in org.jivesoftware.spark.ui
- RetryPanel is the UI/Function class to handle reconnection logic.
- RetryPanel() -
Constructor for class org.jivesoftware.spark.ui.RetryPanel
- Construct the RetryPanel.
- reverseListIterator(ListIterator) -
Static method in class org.jivesoftware.spark.util.ModelUtil
- Creates an Iterator that is the reverse of a ListIterator.
- RIGHT_ARROW_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- RolloverButton - Class in org.jivesoftware.spark.component
- Button UI for handling of rollover buttons.
- RolloverButton() -
Constructor for class org.jivesoftware.spark.component.RolloverButton
- Create a new RolloverButton.
- RolloverButton(String) -
Constructor for class org.jivesoftware.spark.component.RolloverButton
-
- RolloverButton(Action) -
Constructor for class org.jivesoftware.spark.component.RolloverButton
-
- RolloverButton(Icon) -
Constructor for class org.jivesoftware.spark.component.RolloverButton
- Create a new RolloverButton.
- RolloverButton(String, Icon) -
Constructor for class org.jivesoftware.spark.component.RolloverButton
- Create a new RolloverButton.
- RoomBrowser - Class in org.jivesoftware.spark.ui.conferences
-
- RoomBrowser() -
Constructor for class org.jivesoftware.spark.ui.conferences.RoomBrowser
-
- RoomInvitationListener - Interface in org.jivesoftware.spark.ui.conferences
- Users of this interface may want to intercept MUC Invitations for their own uses.
- RosterDialog - Class in org.jivesoftware.spark.ui
- The RosterDialog is used to add new users to the users XMPP Roster.
- RosterDialog() -
Constructor for class org.jivesoftware.spark.ui.RosterDialog
- Create a new instance of RosterDialog.
- RosterNode - Class in org.jivesoftware.spark.ui
-
- RosterNode() -
Constructor for class org.jivesoftware.spark.ui.RosterNode
-
- RosterNode(String, boolean) -
Constructor for class org.jivesoftware.spark.ui.RosterNode
-
- RosterNode(String, String) -
Constructor for class org.jivesoftware.spark.ui.RosterNode
-
- RosterPickList - Class in org.jivesoftware.spark.ui
- The
RosterPickList
is used as a pick list of users within ones Roster. - RosterPickList() -
Constructor for class org.jivesoftware.spark.ui.RosterPickList
- Creates a new instance of the RosterBrowser.
- RosterTree - Class in org.jivesoftware.spark.component
-
- RosterTree() -
Constructor for class org.jivesoftware.spark.component.RosterTree
- Creates a new Roster Tree.
- RosterTreeCellRenderer - Class in org.jivesoftware.spark.ui
-
- RosterTreeCellRenderer() -
Constructor for class org.jivesoftware.spark.ui.RosterTreeCellRenderer
- Empty Constructor.
S
- save(List) -
Static method in class org.jivesoftware.spark.ui.status.CustomMessages
-
- save() -
Method in class org.jivesoftware.sparkimpl.settings.UserSettings
-
- SAVE_AS_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- saveLayoutSettings() -
Static method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettingsManager
- Persists the settings to the local file system.
- savePrivateNotes(PrivateNotes) -
Static method in class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes
-
- saveSettings() -
Static method in class org.jivesoftware.sparkimpl.settings.local.SettingsManager
- Persists the settings to the local file system.
- saveTasks(Tasks, XMPPConnection) -
Static method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
-
- saveTranscript() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Override to save transcript in preferred room style.
- saveTranscript(String, List, String) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
- Persist a current transcript.
- saveTranscript(String) -
Static method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscripts
-
- scale(ImageIcon, int, int) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Returns a scaled down image if the height or width is smaller than
the image size.
- scale(ImageIcon) -
Static method in class org.jivesoftware.sparkimpl.profile.VCardManager
-
- scaleImageIcon(ImageIcon, int, int) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Returns a scaled down image if the height or width is smaller than
the image size.
- ScratchPadPlugin - Class in org.jivesoftware.sparkimpl.plugin.scratchpad
-
- ScratchPadPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.scratchpad.ScratchPadPlugin
-
- scrollToBottom() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Scrolls the chat window to the bottom.
- SEARCH -
Static variable in class org.jivesoftware.resource.SparkRes
-
- search(String) -
Method in interface org.jivesoftware.spark.search.Searchable
- Is called whenver a user does an explict search within Spark.
- search(String) -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchService
-
- SEARCH_IMAGE_32x32 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SEARCH_USER_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Searchable - Interface in org.jivesoftware.spark.search
- Plugin writers will implement
Searchable
in order to tie into the
find feature in Spark. - searchContacts(String, JFrame) -
Method in class org.jivesoftware.spark.UserManager
-
- SearchForm - Class in org.jivesoftware.sparkimpl.search.users
-
- SearchForm(String) -
Constructor for class org.jivesoftware.sparkimpl.search.users.SearchForm
-
- SearchManager - Class in org.jivesoftware.spark.search
- Users of the SearchManager can add their own
Searchable
objects to the Spark
search service. - SearchService - Class in org.jivesoftware.spark.search
-
- SearchService() -
Constructor for class org.jivesoftware.spark.search.SearchService
-
- SECONDARY_BACKGROUND_IMAGE -
Static variable in class org.jivesoftware.resource.Default
-
- SELECTION_COLOR -
Static variable in class org.jivesoftware.spark.component.JiveSortableTable
- Define the color of row and column selections.
- SELECTION_COLOR -
Static variable in class org.jivesoftware.spark.component.Table
- Define the color of row and column selections.
- SELECTION_COLOR -
Static variable in class org.jivesoftware.spark.util.GraphicUtils
-
- SEND -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SEND_FILE_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SEND_FILE_ICON -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SEND_MAIL_IMAGE_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- sendFile(File, String) -
Method in class org.jivesoftware.spark.filetransfer.SparkTransferManager
- Send a file to a user.
- sendFile(OutgoingFileTransfer, FileTransferManager, String, String) -
Method in class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui.SendMessage
-
- sendFileTo(ContactItem) -
Method in class org.jivesoftware.spark.filetransfer.SparkTransferManager
-
- sendImage(Image, ChatRoom) -
Method in class org.jivesoftware.spark.filetransfer.SparkTransferManager
- Send an image to a user.
- sendingMessage(Message) -
Method in interface org.jivesoftware.spark.ui.MessageEventListener
-
- sendMessage() -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Creates and sends a message object from the text in
the Send Field, using the default nickname specified in your
Chat Preferences.
- sendMessage(String) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Creates a Message object from the given text and delegates to the room
for sending.
- sendMessage(Message) -
Method in class org.jivesoftware.spark.ui.ChatRoom
- Sends the current message.
- sendMessage() -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- sendMessage(String) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- sendMessage(Message) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
- Sends a message to the appropriate jid.
- sendMessage(Message) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Sends a message.
- sendMessage() -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Sends the message that is currently in the send field.
- sendMessage(String) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
-
- SendMessage - Class in org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui
-
- SendMessage() -
Constructor for class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.ui.SendMessage
-
- sendMessageWithoutNotification(Message) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Sends a message.
- SERVER_ICON -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SERVER_UNAVAILABLE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SessionManager - Class in org.jivesoftware.spark
- This manager is responsible for the handling of the XMPPConnection used within Spark.
- SessionManager() -
Constructor for class org.jivesoftware.spark.SessionManager
-
- setActiveButtonBold(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- setActiveSearchService(Searchable) -
Method in class org.jivesoftware.spark.search.SearchService
-
- setAlternativeIcon(Icon) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
- Sets the alternative icon to use for the chat room.
- setAssociatedObject(Object) -
Method in class org.jivesoftware.spark.component.CheckNode
- Sets an assoicated object for this node.
- setAssociatedObject(Object) -
Method in class org.jivesoftware.spark.component.JiveTreeNode
- Returns the associated object.
- setAuthor(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setAutoJoin(String, boolean) -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.TransportUtils
-
- setAutoLogin(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Sets Auto Login on and off.
- setAutoLogin(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Turn on or off Auto Login.
- setAvailable(boolean) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setAvatar(Icon) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
-
- setAvatar(ImageIcon) -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel
-
- setAvatarBytes(byte[]) -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel
-
- setBackground(Color) -
Method in class org.jivesoftware.spark.component.CheckRenderer
-
- setBackground(Color) -
Method in class org.jivesoftware.spark.component.CheckRenderer.TreeLabel
-
- setBackgroundImage(Image) -
Method in class org.jivesoftware.spark.search.SearchService
-
- setBackgroundImage(Image) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
-
- setBody(String) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
-
- setBold() -
Method in class org.jivesoftware.spark.ui.ChatArea
- Sets the current element to be either bold or not depending
on the current state.
- setBoldWhenActive(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTab
-
- setBookmarks(Collection<BookmarkedConference>) -
Method in class org.jivesoftware.spark.ui.conferences.BookmarkedConferences
- Sets the current bookmarks used with this account.
- setBorder(Color) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- setBorder(Border) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setBorderColor(Color) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setCallerName(String) -
Method in class org.jivesoftware.sparkimpl.plugin.phone.IncomingCall
-
- setCallerNumber(String) -
Method in class org.jivesoftware.sparkimpl.plugin.phone.IncomingCall
-
- setCancelButtonText(String) -
Method in class org.jivesoftware.spark.ui.TranscriptAlert
-
- setChangeLogAvailable(boolean) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setChangeLogURL(String) -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
-
- setChatFrameHeight(int) -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- setChatFrameWidth(int) -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- setChatFrameX(int) -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- setChatFrameY(int) -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- setChatHistoryEnabled(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setChatHistoryHidden(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
-
- setChatLengthDefaultTimeout(int) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setChatRoom(ChatRoom) -
Method in interface org.jivesoftware.spark.ui.ChatRoomPlugin
- Sets the ChatRoom to attach to.
- setChatRoom(ChatRoom) -
Method in class org.jivesoftware.spark.ui.conferences.BannedUsers
- Binds a ChatRoom to listen to.
- setChatRoom(ChatRoom) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- setChatRoomNotifications(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setChatRoomTitle(ChatRoom, String) -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- setChatTimeoutTime(int) -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
-
- setCity(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setCity(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setClipboard(String) -
Static method in class org.jivesoftware.spark.SparkManager
- Adds a string to the system clipboard.
- setClipFrame(Point, Point) -
Method in class org.jivesoftware.spark.ui.ImageSelectionPanel
-
- setCloseActiveButtonIcon(Icon) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- setCloseButtonEnabled(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- setClosedIcon(Icon) -
Method in class org.jivesoftware.spark.ui.RosterNode
-
- setClosedOnError(boolean) -
Method in class org.jivesoftware.spark.ui.RetryPanel
-
- setCloseInactiveButtonIcon(Icon) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- setCollapsed(boolean) -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
-
- setCollapsed(boolean) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- setCompany(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setCompleted(boolean) -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Task
-
- setComponent(JComponent) -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
- Specify a component to use on this label.
- setComponent(Component) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setCompressionEnabled(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setConfirmListener(ConfirmDialog.ConfirmListener) -
Method in class org.jivesoftware.spark.component.ConfirmDialog
- Sets the ConfirmListener to use with this dialog instance.
- setConnection(XMPPConnection) -
Method in class org.jivesoftware.spark.SessionManager
-
- setContactItem(ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactInfo
-
- setContentPane(Component) -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
-
- setCountry(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setCountry(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setCustomAction(Action) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setDate(Date) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
-
- setDefaultGroup(ContactGroup) -
Method in class org.jivesoftware.spark.ui.RosterDialog
- Sets the default
ContactGroup
to display in the combo box.
- setDefaultJID(String) -
Method in class org.jivesoftware.spark.ui.RosterDialog
- Sets the default jid to show in the jid field.
- setDefaultNickname(String) -
Method in class org.jivesoftware.spark.ui.RosterDialog
- Sets the default nickname to show in the nickname field.
- setDefaultNickname(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setDepartment(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setDescription(String) -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
- Set the description for the label.
- setDescription(String) -
Method in class org.jivesoftware.spark.component.TitlePanel
- Set a brief description which will be displayed below the main title.
- setDescription(String) -
Method in class org.jivesoftware.spark.component.TreeFolder
-
- setDescription(String) -
Method in class org.jivesoftware.spark.component.TreeItem
-
- setDescription(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setDescriptionFont(Font) -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
- Set the font of the description label.
- setDialogSize(int, int) -
Method in class org.jivesoftware.spark.component.ConfirmDialog
-
- setDisconnectReason(String) -
Method in class org.jivesoftware.spark.ui.RetryPanel
- Sets the reason the user was disconnected from the server.
- setDisplayMessage(String) -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
-
- setDisplayName(String) -
Method in class org.jivesoftware.spark.component.TreeFolder
-
- setDisplayName(String) -
Method in class org.jivesoftware.spark.component.TreeItem
-
- setDisplayTime(int) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setDocument(HTMLDocument) -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- Method to set an HTMLDocument as the Document to print.
- setDocument(JEditorPane) -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- Method to set the Document to print as the one contained in a JEditorPane.
- setDocument(PlainDocument) -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- Method to set a PlainDocument as the Document to print.
- setDownloadDir(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setDownloadDirectory(String) -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreferencePanel
-
- setDownloadURL(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setDownloadURL(String) -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
-
- setEditable(boolean) -
Method in class org.jivesoftware.sparkimpl.profile.AvatarPanel
-
- setEditor(String) -
Method in class org.jivesoftware.spark.component.TreeItem
-
- setEmail(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setEmailAddress(String) -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- setEmoticonPickListener(EmoticonUI.EmoticonPickListener) -
Method in class org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonUI
-
- setEmptyGroupsShown(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setEndColor(Color) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- setExtraData(String) -
Method in class org.jivesoftware.spark.component.TreeItem
-
- setFax(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setFax(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setFileTransferTimeout(int) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setFillerColor(Color) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- setFirstName(String) -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- setFocus(boolean) -
Method in class org.jivesoftware.spark.component.CheckRenderer.TreeLabel
- Sets focus on the node.
- setFont(String) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Set the font on the current element.
- setFont(Font) -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
-
- setFontSize(int) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Set the current font size.
- setFrom(String) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
-
- setFullJID(String) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setFullJID(String) -
Method in class org.jivesoftware.spark.ui.RosterNode
-
- setGroupChatNotificationsOn(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
-
- setGroupName(String) -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- setGroupName(String) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setHideBorder(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- setHomePage(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setHorizontalFill(boolean) -
Method in class org.jivesoftware.spark.component.VerticalFlowLayout
- Set to true to enable horizontally fill.
- setHost(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setHostAndPortConfigured(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setHTMLContent(String) -
Method in class org.jivesoftware.spark.component.HTMLViewer
- Sets the HTML content of the viewer.
- setHyperlinkListener(HyperlinkListener) -
Method in class org.jivesoftware.spark.component.HTMLViewer
- Adds a hyperlink listener for notification of any changes, for example when a link is selected and entered.
- setIcon(Icon) -
Method in class org.jivesoftware.spark.component.IconTextField
- Sets the icon to use inside of the textfield.
- setIcon(ImageIcon) -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
- Specify the icon to use with this label.
- setIcon(Icon) -
Method in class org.jivesoftware.spark.component.JiveTreeNode
- Sets the default icon.
- setIcon(Icon) -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
-
- setIcon(Icon) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- setIcon(Icon) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTab
-
- setIcon(Icon) -
Method in class org.jivesoftware.spark.component.TitlePanel
- Set the icon for the panel.
- setIcon(String) -
Method in class org.jivesoftware.spark.component.TreeFolder
-
- setIcon(Icon) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setIcon(Icon) -
Method in class org.jivesoftware.spark.ui.TranscriptAlert
-
- setIcon(Icon) -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
-
- setIconFor(String, Icon) -
Method in class org.jivesoftware.spark.ui.ContactList
- Set an Icon for all ContactItems that match the given jid.
- setIconHandler(boolean) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- setIdleOn(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Sets the IDLE on or off.
- setIdleOn(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Set the IDLE feature on or off.
- setIdleTime(int) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Sets the Idle Time in minutes.
- setIdleTime(int) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Set the number of minutes to set to unavailable if the computer has
no activity.
- setIncomingInvitationSoundFile(String) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- setIncomingSound(String) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- setInvokable(Invokable) -
Method in class org.jivesoftware.spark.util.SwingWorker
-
- setInvokeBrowser(boolean) -
Method in class org.jivesoftware.spark.component.LinkLabel
-
- setItalics() -
Method in class org.jivesoftware.spark.ui.ChatArea
- Sets the current element to be either italicized or not depending
on the current state.
- setItems(List) -
Method in class org.jivesoftware.spark.component.JContactItemField
-
- setJID(String) -
Method in class org.jivesoftware.spark.SessionManager
- Sets the jid of the current Spark user.
- setJid(String) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
-
- setJID(String) -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- setJobTitle(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setLargeIconAvailable(boolean) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setLastCheckForUpdates(Date) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setLastName(String) -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- setListener(ContextMenuListener) -
Method in class org.jivesoftware.spark.component.TreeFolder
-
- setMainWindowHeight(int) -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- setMainWindowWidth(int) -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- setMainWindowX(int) -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- setMainWindowY(int) -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings
-
- setMargin(int) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setMessageColor(Color) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setMetadataForRoom(ChatRoom, Map) -
Method in class org.jivesoftware.spark.DataManager
-
- setMiddleName(String) -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- setMinVersion(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setMobile(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setMobile(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setName(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setNewInstall(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Set if this is a fresh install.
- setNickname(String) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setNickname(String) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
-
- setNickname(String) -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- setNickname(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setNicknameChangeAllowed(boolean) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- setNotes(String) -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes
-
- setOfflineSound(String) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- setOpenIcon(Icon) -
Method in class org.jivesoftware.spark.ui.RosterNode
- Sets the default icon.
- setOutgoingSound(String) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- setPager(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setPager(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setPanelBackground(Color) -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- setParentWindow(Window) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- setPassword(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Sets the encoded password.
- setPhone(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setPhone(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setPhotoHash(String) -
Method in class org.jivesoftware.sparkimpl.profile.ext.JabberAvatarExtension
-
- setPhotoHash(String) -
Method in class org.jivesoftware.sparkimpl.profile.ext.VCardUpdateExtension
-
- setPlacement(int) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- setPlayIncomingInvitationSound(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- setPlayIncomingSound(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- setPlayOfflineSound(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- setPlayOutgoingSound(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- setPluginClass(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setPluginDir(File) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setPopup(String, JComponent) -
Method in class org.jivesoftware.spark.ui.SparklerDecorator
-
- setPopupAllowed(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- setPort(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Sets the XMPP port to comminucate on.
- setPort(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setPresence(Presence) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setPresence(Presence) -
Method in class org.jivesoftware.spark.ui.RosterNode
-
- setPriority(int) -
Method in class org.jivesoftware.spark.ui.status.CustomStatusItem
-
- setProperty(String, String) -
Method in class org.jivesoftware.sparkimpl.settings.UserSettings
-
- setProperty(String, boolean) -
Method in class org.jivesoftware.sparkimpl.settings.UserSettings
-
- setProperty(String, int) -
Method in class org.jivesoftware.sparkimpl.settings.UserSettings
-
- setProtocol(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setProxyEnabled(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setProxyPassword(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setProxyUsername(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setReadMeAvailable(boolean) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setReconnectText(String) -
Method in class org.jivesoftware.spark.ui.RetryPanel
- Starts the countdown to the next retry attempt.
- setResource(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setRightComponent(Component) -
Method in class org.jivesoftware.spark.ui.ChatRoom.ChatToolBar
- Sets the far-right component of the Commandbar.
- setRoomJID(String) -
Method in class org.jivesoftware.spark.ui.conferences.Bookmark
-
- setRoomName(String) -
Method in class org.jivesoftware.spark.ui.conferences.Bookmark
-
- setRoomTitle(String) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- setSavePassword(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Set true if the password should be encoded and saved.
- setSavePassword(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Set to true to encode and save password.
- setScaleWidthToFit(boolean) -
Method in class org.jivesoftware.spark.ui.ChatPrinter
- Method to set the current choice of the width scaling option.
- setSelected(boolean) -
Method in class org.jivesoftware.spark.component.CheckNode
- Selects or deselects node.
- setSelected(boolean) -
Method in class org.jivesoftware.spark.component.CheckRenderer.TreeLabel
- Set to true to select the node.
- setSelected(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTab
-
- setSelected(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanel
-
- setSelected(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- setSelected(boolean) -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
-
- setSelectedIndex(int) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- setSelectedTab(SparkTab) -
Method in class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- setSelectionMode(int) -
Method in class org.jivesoftware.spark.component.CheckNode
- Sets the selection mode.
- setSendAndReceiveTypingNotifications(boolean) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Specifies whether to use typing notifications or not.
- setSendTypingNotification(boolean) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- setServer(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Sets the last Server accessed.
- setServerAddress(String) -
Method in class org.jivesoftware.spark.SessionManager
- Set the server address
- setServiceName(String) -
Method in class org.jivesoftware.spark.ui.conferences.Bookmark
-
- setServiceName(String) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.AIMTransport
-
- setServiceName(String) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.ICQTransport
-
- setServiceName(String) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.MSNTransport
-
- setSharedGroup(boolean) -
Method in class org.jivesoftware.spark.ui.ContactGroup
- Set to true if this ContactGroup is a shared Group.
- setShowTime(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
- Set to true to have the ChatWindow show the timestamp of each message.
- setShowToaster(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsUI
-
- setShowToasterPopup(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setShowWindowPopup(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsUI
-
- setSideIcon(Icon) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setSmallIconAvailable(boolean) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setSpellCheckerEnabled(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setSpellCheckerOn(boolean) -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreferencePanel
-
- setSSL(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Sets if the agent should use SSL for connecting.
- setStartColor(Color) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- setStartedHidden(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setStartOnStartup(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
-
- setStartOnStartup(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setState(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setState(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setStatus(String) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setStatus(String) -
Method in class org.jivesoftware.spark.ui.status.CustomStatusItem
-
- setStatus(String) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
- Sets the current status text in the Status Manager.
- setStatusText(String) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- setStep(int) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setStepTime(int) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setStreetAddress(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setStreetAddress(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setSubPane(boolean) -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
-
- setSubPane(boolean) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- setTabIcon(Icon) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- setTabIcon(Icon) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Sets the icon to use on the tab.
- setTabPlacement(int) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanel
-
- setTabTitle(String) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
-
- setTabTitle(String) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- Sets the title to use on the tab describing the Conference room.
- setTasks(List) -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
-
- setText(String) -
Method in class org.jivesoftware.spark.ChatAreaSendField
- Sets the text of the textfield.
- setText(String) -
Method in class org.jivesoftware.spark.component.IconTextField
- Sets the text of the textfield.
- setText(String) -
Method in class org.jivesoftware.spark.component.JContactItemField
-
- setText(String) -
Method in class org.jivesoftware.spark.ui.ChatArea
- Set the current text of the ChatArea.
- setText(String) -
Method in class org.jivesoftware.spark.ui.ChatInputEditor
-
- setText(String) -
Method in class org.jivesoftware.sparkimpl.plugin.phone.DialPanel
-
- setTimeDisplayedInChat(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setTimeout(String) -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreferencePanel
-
- setTimeOut(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
- Sets the XMPP Timeout(in seconds).
- setTimeOut(int) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Sets the smack timeout for requests.
- SettingsData - Class in org.jivesoftware.sparkimpl.settings
-
- SettingsData(Map) -
Constructor for class org.jivesoftware.sparkimpl.settings.SettingsData
-
- SettingsDataProvider - Class in org.jivesoftware.sparkimpl.settings
-
- SettingsDataProvider() -
Constructor for class org.jivesoftware.sparkimpl.settings.SettingsDataProvider
-
- SettingsManager - Class in org.jivesoftware.sparkimpl.settings.local
- Responsbile for the loading and persisting of LocalSettings.
- setTitle(String) -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
- Sets the title to use in the label.
- setTitle(String) -
Method in class org.jivesoftware.spark.component.panes.CollapsiblePane
- Set the title of the Collapsible Pane.
- setTitle(String) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- setTitle(String) -
Method in class org.jivesoftware.spark.component.TitlePanel
- Set the main title for this panel.
- setTitle(String) -
Method in class org.jivesoftware.spark.ui.TranscriptAlert
-
- setTitle(String) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setTitle(String) -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Task
-
- setTitleColor(Color) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- setTitleFont(Font) -
Method in class org.jivesoftware.spark.component.ImageTitlePanel
- Set the font of the title label.
- setTitleForeground(Color) -
Method in class org.jivesoftware.spark.component.panes.CollapsibleTitlePane
-
- setTo(String) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage
-
- setToasterColor(Color) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setToasterHeight(int) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setToasterMessageFont(Font) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
- Set the font for the message
- setToasterWidth(int) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- setToolTip(String) -
Method in class org.jivesoftware.spark.component.TreeItem
-
- setTransportAddress(String) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.TransportItem
-
- setType(int) -
Method in class org.jivesoftware.spark.component.TreeItem
-
- setType(String) -
Method in class org.jivesoftware.spark.ui.status.CustomStatusItem
-
- setUnderlined() -
Method in class org.jivesoftware.spark.ui.ChatArea
- Sets the current document to be either underlined or not depending
on the current state.
- setUpdateTime(long) -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
-
- setURL(String, String) -
Method in class org.jivesoftware.spark.ui.SparklerDecorator
-
- setUsername(String) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.Gateway
-
- setUsername(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Sets the Agents username.
- setVersion(String) -
Method in class org.jivesoftware.spark.plugin.PublicPlugin
-
- setVersion(String) -
Method in class org.jivesoftware.sparkimpl.updater.SparkVersion
-
- setVerticalFill(boolean) -
Method in class org.jivesoftware.spark.component.VerticalFlowLayout
- Set true to fill vertically.
- setWebPage(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setWebPage(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- setWindowTakesFocus(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setXmppHost(String) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
-
- setXmppPort(int) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferences
- Sets the XMPP Port to communicate on.
- setYesButtonText(String) -
Method in class org.jivesoftware.spark.ui.TranscriptAlert
-
- setZipCode(String) -
Method in class org.jivesoftware.sparkimpl.profile.BusinessPanel
-
- setZipCode(String) -
Method in class org.jivesoftware.sparkimpl.profile.HomePanel
-
- SHORT_NAME -
Static variable in class org.jivesoftware.resource.Default
-
- shouldWindowPopup() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsUI
-
- SHOW_POWERED_BY -
Static variable in class org.jivesoftware.resource.Default
-
- showAlert(String, String, Icon) -
Static method in class org.jivesoftware.spark.component.MessageDialog
- Display an alert dialog.
- showAsDisabled() -
Method in class org.jivesoftware.spark.ui.ChatInputEditor
- Disables the Chat Editor, rendering it to the system default
color.
- showBorder(boolean) -
Method in class org.jivesoftware.spark.component.tabbedPane.TabPanel
-
- showCancelButton(boolean) -
Method in class org.jivesoftware.spark.ui.TranscriptAlert
-
- showComponent(String, String, Icon, JComponent, Component, int, int, boolean) -
Static method in class org.jivesoftware.spark.component.MessageDialog
- Display a dialog with a specified component.
- showConfirmDialog(JFrame, String, String, String, String, Icon) -
Method in class org.jivesoftware.spark.component.ConfirmDialog
- Creates and displays the new confirm dialog.
- showConflict() -
Method in class org.jivesoftware.spark.ui.RetryPanel
- Changes the UI to handle when a conflict occurs on the server.
- showDialog(String) -
Method in class org.jivesoftware.sparkimpl.plugin.phone.DialPanel
-
- showDisabledWindowUI() -
Method in class org.jivesoftware.spark.ui.TranscriptWindow
- Disable the entire
TranscriptWindow
and visually represent
it as disabled.
- showDownloadsDirectory() -
Method in class org.jivesoftware.sparkimpl.plugin.filetransfer.transfer.Downloads
-
- showEnabled() -
Method in class org.jivesoftware.spark.ui.ChatInputEditor
- Enable the Chat Editor.
- showErrorDialog(Throwable) -
Static method in class org.jivesoftware.spark.component.MessageDialog
- Display a dialog with an exception.
- showIncomingRequest() -
Method in class org.jivesoftware.spark.component.Notifications
- Notify agent that there is a new incoming chat request.
- showJID(boolean) -
Method in class org.jivesoftware.sparkimpl.profile.PersonalPanel
-
- showMessage(String, String) -
Method in class org.jivesoftware.spark.component.Notifications
- Displays an incoming message.
- showMessageReceived(String, String) -
Method in class org.jivesoftware.spark.component.Notifications
- Displays an incoming message.
- showNotificationDialog(String, String) -
Method in class org.jivesoftware.spark.component.Notifications
- Shows notification dialog for incoming messages.
- showOperationButton() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
-
- showPopup(MouseEvent, ContactItem) -
Method in interface org.jivesoftware.spark.ui.ContactGroupListener
- Deprecated. see
ContextMenuListener
- showPopup(MouseEvent, Collection) -
Method in interface org.jivesoftware.spark.ui.ContactGroupListener
- Deprecated. see
ContextMenuListener
- showPopup(MouseEvent, ContactItem) -
Method in class org.jivesoftware.spark.ui.ContactList
- Shows popup for right-clicking of ContactItem.
- showPopup(MouseEvent, Collection) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- showPopup(MouseEvent) -
Method in class org.jivesoftware.spark.ui.status.StatusBar
-
- showPreferences() -
Method in class org.jivesoftware.spark.preference.PreferenceManager
-
- showPresenceMessages(boolean) -
Method in class org.jivesoftware.spark.ui.rooms.GroupChatRoom
- If true, will display all presence messages.
- showProfile(JComponent) -
Method in class org.jivesoftware.sparkimpl.profile.VCardManager
-
- showRoster(JDialog) -
Method in class org.jivesoftware.spark.ui.RosterPickList
- Displays a pick list of available users within their roster.
- showRosterDialog(JFrame) -
Method in class org.jivesoftware.spark.ui.RosterDialog
- Display the RosterDialog using a parent container.
- showRosterDialog() -
Method in class org.jivesoftware.spark.ui.RosterDialog
- Display the RosterDialog using the MainWindow as the parent.
- showService(String) -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchForm
- Displays the specified search service.
- showToaster(Icon, String) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
- Show a toaster with the specified message and the associated icon.
- showToaster(Icon) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
-
- showToaster(String) -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
- Show a toaster with the specified message.
- showToaster() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsUI
-
- showTransports() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.Transports
-
- showTyping(boolean) -
Method in class org.jivesoftware.spark.ui.rooms.ChatRoomImpl
- Show the typing notification.
- showUserComingOnline() -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- showUserGoingOfflineOnline() -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- showUsersFound(ReportedData) -
Method in class org.jivesoftware.sparkimpl.search.users.UserSearchResults
- Populate the SearchResults UI table with the ReportedData returned from the search service.
- showWindow(JPanel, int) -
Method in class org.jivesoftware.spark.component.Notifications
-
- shutdown() -
Method in class org.jivesoftware.MainWindow
- Prepares Spark for shutting down by first calling all
MainWindowListener
s and
setting the Agent to be offline.
- shutdown() -
Method in interface org.jivesoftware.MainWindowListener
- Invoked by the
MainWindow
when it is about the shutdown.
- shutdown() -
Method in class org.jivesoftware.spark.component.Notifications
-
- shutdown() -
Method in class org.jivesoftware.spark.filetransfer.preferences.FileTransferPreference
-
- shutdown() -
Method in interface org.jivesoftware.spark.plugin.Plugin
- This method is invoked by the
PluginManager
when Spark
wishes you to remove any temporary resources (in memory) such as installed
components, or settings.
- shutdown() -
Method in class org.jivesoftware.spark.PluginManager
-
- shutdown() -
Method in interface org.jivesoftware.spark.preference.Preference
- Called when Spark is closing.
- shutdown() -
Method in class org.jivesoftware.spark.ui.conferences.Conferences
- Persists bookmarked data, if any.
- shutdown() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.BroadcastPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.chat.ChatArgumentsPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.chat.PresenceChangePlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberBrowser
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberVersion
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.ScratchPadPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.sparklers.SparklersPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.PluginViewer
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.preference.chat.ChatPreference
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.preference.notifications.NotificationsPreference
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.profile.VCardManager
-
- shutdown() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreference
-
- signedIn(boolean) -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayButton
-
- SINGLE_SELECTION -
Static variable in class org.jivesoftware.spark.component.CheckNode
- Mode to use if the node should not expand when selected.
- SMALL_ABOUT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_ADD_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_AGENT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_ALARM_CLOCK -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_ALL_AGENTS_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_ALL_CHATS_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_BUSINESS_MAN_VIEW -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_CHECK -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_CIRCLE_DELETE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_CLOSE_BUTTON -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_CURRENT_AGENTS -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_DATA_FIND_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_DELETE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_DOCUMENT_ADD -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_DOCUMENT_VIEW -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_ENTRY -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_MESSAGE_EDIT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_MESSAGE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_PIN_BLUE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_PROFILE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_QUESTION -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_SCROLL_REFRESH -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_USER1_INFORMATION -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_USER1_MESSAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_USER1_MOBILEPHONE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_USER1_NEW -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_USER1_STOPWATCH -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_USER1_TIME -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_USER_DELETE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_USER_ENTER -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SMALL_WORKGROUP_QUEUE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SOUND_PREFERENCES_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SoundManager - Class in org.jivesoftware.spark
- This manager is responsible for the playing, stopping and caching of sounds within Spark.
- SoundManager() -
Constructor for class org.jivesoftware.spark.SoundManager
- Default constructor
- SoundPlugin - Class in org.jivesoftware.sparkimpl.preference.sounds
-
- SoundPlugin() -
Constructor for class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- SoundPreference - Class in org.jivesoftware.sparkimpl.preference.sounds
- Preferences to handle Sounds played within Spark.
- SoundPreference() -
Constructor for class org.jivesoftware.sparkimpl.preference.sounds.SoundPreference
-
- SoundPreferences - Class in org.jivesoftware.sparkimpl.preference.sounds
-
- SoundPreferences() -
Constructor for class org.jivesoftware.sparkimpl.preference.sounds.SoundPreferences
-
- SoundsRes - Class in org.jivesoftware.resource
-
- SoundsRes() -
Constructor for class org.jivesoftware.resource.SoundsRes
-
- Spark - Class in org.jivesoftware
- In many cases, you will need to know the structure of the Spark installation, such as the directory structures, what
type of system Spark is running on, and also the arguments which were passed into Spark on startup.
- SPARK_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SPARK_LOGOUT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Sparkler - Interface in org.jivesoftware.spark.ui
-
- SparklerDecorator - Class in org.jivesoftware.spark.ui
-
- SparklerDecorator() -
Constructor for class org.jivesoftware.spark.ui.SparklerDecorator
-
- SparklersPlugin - Class in org.jivesoftware.sparkimpl.plugin.sparklers
-
- SparklersPlugin() -
Constructor for class org.jivesoftware.sparkimpl.plugin.sparklers.SparklersPlugin
-
- SparkManager - Class in org.jivesoftware.spark
- Used as the System Manager for the Spark IM client.
- SparkPlugUI - Class in org.jivesoftware.sparkimpl.plugin.viewer
-
- SparkPlugUI(PublicPlugin) -
Constructor for class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
-
- SparkRes - Class in org.jivesoftware.resource
-
- SparkRes() -
Constructor for class org.jivesoftware.resource.SparkRes
-
- SparkStartupListener - Class in org.jivesoftware
- Uses the Windows registry to perform URI XMPP mappings.
- SparkStartupListener() -
Constructor for class org.jivesoftware.SparkStartupListener
-
- SparkTab - Class in org.jivesoftware.spark.component.tabbedPane
- Represent one tab in a SparkTabbedPane.
- SparkTab(Icon, String) -
Constructor for class org.jivesoftware.spark.component.tabbedPane.SparkTab
-
- SparkTabbedPane - Class in org.jivesoftware.spark.component.tabbedPane
- Jive Software imlementation of a TabbedPane.
- SparkTabbedPane() -
Constructor for class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- SparkTabbedPane(int) -
Constructor for class org.jivesoftware.spark.component.tabbedPane.SparkTabbedPane
-
- SparkTabbedPaneListener - Interface in org.jivesoftware.spark.component.tabbedPane
-
- SparkToaster - Class in org.jivesoftware.sparkimpl.plugin.alerts
- Class to show tosters in multiplatform
- SparkToaster() -
Constructor for class org.jivesoftware.sparkimpl.plugin.alerts.SparkToaster
- Constructor to initialized toaster component...
- SparkTransferManager - Class in org.jivesoftware.spark.filetransfer
- Responsible for the handling of File Transfer within Spark.
- SparkVersion - Class in org.jivesoftware.sparkimpl.updater
-
- SparkVersion() -
Constructor for class org.jivesoftware.sparkimpl.updater.SparkVersion
-
- SparkVersion.Provider - Class in org.jivesoftware.sparkimpl.updater
- An IQProvider for SparkVersion packets.
- SparkVersion.Provider() -
Constructor for class org.jivesoftware.sparkimpl.updater.SparkVersion.Provider
-
- SPELL_CHECK_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- SPELLING_PROPERTIES -
Static variable in class org.jivesoftware.resource.ConfigurationRes
-
- SSLXMPPConnection - Class in org.jivesoftware.sparkimpl.settings
- Creates an SSL connection to a XMPP server.
- SSLXMPPConnection(String) -
Constructor for class org.jivesoftware.sparkimpl.settings.SSLXMPPConnection
- Creates a new SSL connection to the specified host on the default
SSL port (5223).
- SSLXMPPConnection(String, int) -
Constructor for class org.jivesoftware.sparkimpl.settings.SSLXMPPConnection
- Creates a new SSL connection to the specified host on the specified port.
- SSLXMPPConnection(String, int, String) -
Constructor for class org.jivesoftware.sparkimpl.settings.SSLXMPPConnection
-
- STAR_BLUE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- STAR_GREEN_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- STAR_GREY_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- STAR_RED_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- STAR_YELLOW_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- start() -
Method in class org.jivesoftware.spark.util.SwingWorker
- Start the worker thread.
- StartConversationDialog - Class in org.jivesoftware.sparkimpl.plugin.alerts
- Handles the initiating of conversations with public network support.
- StartConversationDialog() -
Constructor for class org.jivesoftware.sparkimpl.plugin.alerts.StartConversationDialog
-
- startFlashing(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Starts flashing of MainWindow.
- startInSystemTray(boolean) -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
-
- startInSystemTray() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
-
- startOnStartup() -
Method in class org.jivesoftware.sparkimpl.settings.local.LocalPreferencePanel
-
- startTimer() -
Method in class org.jivesoftware.spark.component.TimeTrackingLabel
-
- startupPerformed(String) -
Method in class org.jivesoftware.SparkStartupListener
-
- stateChanged(ChangeEvent) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Notification that the tab pane has been modified.
- StatusBar - Class in org.jivesoftware.spark.ui.status
-
- StatusBar() -
Constructor for class org.jivesoftware.spark.ui.status.StatusBar
-
- StatusItem - Class in org.jivesoftware.spark.ui.status
-
- StatusItem(Presence, ImageIcon) -
Constructor for class org.jivesoftware.spark.ui.status.StatusItem
-
- STICKY_NOTE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- stopFlashing(Window) -
Method in interface org.jivesoftware.spark.Alerter
- Stop the flashing of the given window.
- stopFlashing(Window) -
Method in class org.jivesoftware.spark.AlertManager
- Stop the flashing of the window.
- stopFlashing() -
Method in class org.jivesoftware.spark.component.Notifications
- Stops the icon from flashing.
- stopFlashing(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
- Checks to see if the MainWindow should stop flashing.
- stopTimer() -
Method in class org.jivesoftware.spark.component.TimeTrackingLabel
- Stop the clock.
- stopTimer() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.OnPhone
-
- StringTransferHandler - Class in org.jivesoftware.spark.ui
- Used for String Drag and Drop functionality.
- StringTransferHandler() -
Constructor for class org.jivesoftware.spark.ui.StringTransferHandler
-
- StringUtils - Class in org.jivesoftware.spark.util
- Utility class to peform common String manipulation algorithms.
- StringUtils() -
Constructor for class org.jivesoftware.spark.util.StringUtils
-
- stripMnemonic(String) -
Static method in class org.jivesoftware.spark.util.ResourceUtils
-
- stripTags(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- This method takes a string and strips out all tags except
tags while still leaving
the tag body intact.
- stripTags(String, boolean) -
Static method in class org.jivesoftware.spark.util.StringUtils
- This method takes a string and strips out all tags while still leaving
the tag body intact.
- styles -
Variable in class org.jivesoftware.spark.ui.ChatArea
- The SimpleAttributeSet used within this instance of JTextPane.
- SubscriptionDialog - Class in org.jivesoftware.spark.ui
- SubscriptionDialog handles all subscription requests.
- SubscriptionDialog() -
Constructor for class org.jivesoftware.spark.ui.SubscriptionDialog
-
- suspendEncoding() -
Method in class org.jivesoftware.spark.util.Base64.OutputStream
- Suspends encoding of the stream.
- SwingWorker - Class in org.jivesoftware.spark.util
- Improvement version of the javax SwingWorker class to avoid deadlocks.
- SwingWorker() -
Constructor for class org.jivesoftware.spark.util.SwingWorker
- Start a thread that will call the
construct
method
and then exit.
T
- TAB_END_COLOR -
Static variable in class org.jivesoftware.resource.Default
-
- TAB_START_COLOR -
Static variable in class org.jivesoftware.resource.Default
-
- tabAdded(SparkTab, Component, int) -
Method in interface org.jivesoftware.spark.component.tabbedPane.SparkTabbedPaneListener
-
- Table - Class in org.jivesoftware.spark.component
Table
class can be used to maintain quality look and feel
throughout the product.- Table() -
Constructor for class org.jivesoftware.spark.component.Table
- Empty Constructor.
- Table(String[]) -
Constructor for class org.jivesoftware.spark.component.Table
- Creates a table using the specified table headers.
- Table.ComboBoxRenderer - Class in org.jivesoftware.spark.component
-
- Table.ComboBoxRenderer() -
Constructor for class org.jivesoftware.spark.component.Table.ComboBoxRenderer
-
- Table.ComboBoxRenderer(String[]) -
Constructor for class org.jivesoftware.spark.component.Table.ComboBoxRenderer
-
- Table.JButtonRenderer - Class in org.jivesoftware.spark.component
- A swing renderer used to display Buttons within a table.
- Table.JButtonRenderer() -
Constructor for class org.jivesoftware.spark.component.Table.JButtonRenderer
- Empty Constructor.
- Table.JiveTableModel - Class in org.jivesoftware.spark.component
- The internal Table Model.
- Table.JiveTableModel(Object[], int, boolean) -
Constructor for class org.jivesoftware.spark.component.Table.JiveTableModel
- Use the JiveTableModel in order to better handle the table.
- Table.JLabelRenderer - Class in org.jivesoftware.spark.component
- A swing renderer used to display labels within a table.
- Table.JLabelRenderer(boolean) -
Constructor for class org.jivesoftware.spark.component.Table.JLabelRenderer
- JLabelConstructor to build ui.
- Table.MyComboBoxEditor - Class in org.jivesoftware.spark.component
-
- Table.MyComboBoxEditor(String[]) -
Constructor for class org.jivesoftware.spark.component.Table.MyComboBoxEditor
-
- Table.TextAreaCellRenderer - Class in org.jivesoftware.spark.component
- A swing renderer to dispaly Textareas within a table.
- Table.TextAreaCellRenderer(Font) -
Constructor for class org.jivesoftware.spark.component.Table.TextAreaCellRenderer
- Create new renderer with font.
- TabPanel - Class in org.jivesoftware.spark.component.tabbedPane
-
- TabPanel() -
Constructor for class org.jivesoftware.spark.component.tabbedPane.TabPanel
- Creates a background panel using the default Spark background image.
- TabPanelUI - Class in org.jivesoftware.spark.component.tabbedPane
- Represents a single instance of a Tab Paint Component.
- TabPanelUI() -
Constructor for class org.jivesoftware.spark.component.tabbedPane.TabPanelUI
-
- tabRemoved(SparkTab, Component, int) -
Method in interface org.jivesoftware.spark.component.tabbedPane.SparkTabbedPaneListener
-
- tabSelected(SparkTab, Component, int) -
Method in interface org.jivesoftware.spark.component.tabbedPane.SparkTabbedPaneListener
-
- tabSelected() -
Method in interface org.jivesoftware.spark.ui.ChatRoomPlugin
- Called whenever the tab containing the ChatRoomPlugin is clicked.
- tabSelected() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- Task - Class in org.jivesoftware.sparkimpl.plugin.scratchpad
-
- Task() -
Constructor for class org.jivesoftware.sparkimpl.plugin.scratchpad.Task
-
- Tasks - Class in org.jivesoftware.sparkimpl.plugin.scratchpad
-
- Tasks() -
Constructor for class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
- Required Empty Constructor to use Tasks.
- Tasks.Provider - Class in org.jivesoftware.sparkimpl.plugin.scratchpad
- The IQ Provider for Tasks
- Tasks.Provider() -
Constructor for class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks.Provider
- Empty Constructor for PrivateDataProvider.
- TELEPHONE_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TEXT_BOLD -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TEXT_COLOR -
Static variable in class org.jivesoftware.resource.Default
-
- TEXT_ITALIC -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TEXT_NORMAL -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TEXT_UNDERLINE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TIME_LEFT -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TimeTrackingLabel - Class in org.jivesoftware.spark.component
- UI to show the time in a chat room.
- TimeTrackingLabel(Date, JComponent) -
Constructor for class org.jivesoftware.spark.component.TimeTrackingLabel
- Construct a new Label using the start time.
- TitlePanel - Class in org.jivesoftware.spark.component
TitlePanel
class is the top panel displayed in this application.- TitlePanel(String, String, Icon, boolean) -
Constructor for class org.jivesoftware.spark.component.TitlePanel
- Create a new TitlePanel.
- TitlePanel.ImagePanel - Class in org.jivesoftware.spark.component
-
- TitlePanel.ImagePanel() -
Constructor for class org.jivesoftware.spark.component.TitlePanel.ImagePanel
-
- TitlePanel.ImagePanel(LayoutManager) -
Constructor for class org.jivesoftware.spark.component.TitlePanel.ImagePanel
-
- toggleGroupVisibility(String, boolean) -
Method in class org.jivesoftware.spark.ui.ContactList
-
- toHTMLColor(Color) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
- Return the hexidecimal color from a java.awt.Color
- toImage(BufferedImage) -
Static method in class org.jivesoftware.spark.util.GraphicUtils
-
- toLowerCaseWordArray(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Converts a line of text into an array of lower case words using a
BreakIterator.wordInstance().
- TOOLBAR_BACKGROUND -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TOOLBOX -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TOOLTIP_COLOR -
Static variable in class org.jivesoftware.spark.component.JiveSortableTable
- Define the color used in the tooltips.
- TOOLTIP_COLOR -
Static variable in class org.jivesoftware.spark.component.Table
- Define the color used in the tooltips.
- TOOLTIP_COLOR -
Static variable in class org.jivesoftware.spark.util.GraphicUtils
-
- TOP -
Static variable in class org.jivesoftware.spark.component.VerticalFlowLayout
- Specify alignment top.
- TOP_BOTTOM_BACKGROUND_IMAGE -
Static variable in class org.jivesoftware.resource.Default
-
- toString() -
Method in class org.jivesoftware.spark.component.RosterTree
-
- toString() -
Method in class org.jivesoftware.spark.component.TimeTrackingLabel
-
- toString() -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
- toString() -
Method in class org.jivesoftware.spark.ui.ContactGroup
-
- toString() -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- toXML() -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceData
-
- toXML() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPrivateData
-
- toXML() -
Method in class org.jivesoftware.sparkimpl.plugin.manager.Features
-
- toXML() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.PrivateNotes
- Returns the XML reppresentation of the PrivateData.
- toXML() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.Tasks
- Returns the XML reppresentation of the PrivateData.
- toXML() -
Method in class org.jivesoftware.sparkimpl.profile.ext.JabberAvatarExtension
-
- toXML() -
Method in class org.jivesoftware.sparkimpl.profile.ext.VCardUpdateExtension
-
- toXML() -
Method in class org.jivesoftware.sparkimpl.settings.SettingsData
-
- tracker -
Static variable in class org.jivesoftware.spark.util.GraphicUtils
-
- TRAFFIC_LIGHT_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- TranscriptAlert - Class in org.jivesoftware.spark.ui
-
- TranscriptAlert() -
Constructor for class org.jivesoftware.spark.ui.TranscriptAlert
-
- TranscriptWindow - Class in org.jivesoftware.spark.ui
- The
TranscriptWindow
class. - TranscriptWindow() -
Constructor for class org.jivesoftware.spark.ui.TranscriptWindow
- Creates a default instance of
TranscriptWindow
.
- TranscriptWindowInterceptor - Interface in org.jivesoftware.spark.ui
-
- TRANSFER_IMAGE_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Transport - Interface in org.jivesoftware.sparkimpl.plugin.gateways.transports
-
- TransportItem - Class in org.jivesoftware.sparkimpl.plugin.gateways
-
- TransportItem(Transport, boolean, String) -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.TransportItem
-
- TransportRegistrationDialog - Class in org.jivesoftware.sparkimpl.plugin.gateways
- Dialog to allow the addition of gateways within Spark.
- TransportRegistrationDialog(String) -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.TransportRegistrationDialog
- Initiation Dialog with the tranport service name.
- Transports - Class in org.jivesoftware.sparkimpl.plugin.gateways
-
- Transports(XMPPConnection) -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.Transports
-
- TransportUtils - Class in org.jivesoftware.sparkimpl.plugin.gateways.transports
- Handles some basic handling of
- TRAY_SHOWING -
Static variable in class org.jivesoftware.resource.SoundsRes
-
- Tree - Class in org.jivesoftware.spark.component
- Creates a new Tree UI to allow for easier manipulation of tree nodes.
- Tree(DefaultMutableTreeNode) -
Constructor for class org.jivesoftware.spark.component.Tree
- Creates the Tree from a root node.
- TreeFolder - Class in org.jivesoftware.spark.component
-
- TreeFolder() -
Constructor for class org.jivesoftware.spark.component.TreeFolder
-
- TreeFolder(String, String, String) -
Constructor for class org.jivesoftware.spark.component.TreeFolder
-
- TreeItem - Class in org.jivesoftware.spark.component
-
- TreeItem() -
Constructor for class org.jivesoftware.spark.component.TreeItem
-
- TreeItem(String, String, String, String) -
Constructor for class org.jivesoftware.spark.component.TreeItem
-
U
- unescapeFromXML(String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Unescapes the String by converting XML escape sequences back into normal
characters.
- unescapeJID(String) -
Static method in class org.jivesoftware.spark.UserManager
- Unescapes a complete JID by examing the node itself and unescaping when necessary.
- uninstall() -
Method in interface org.jivesoftware.spark.plugin.Plugin
- This method is invoked by the
PluginManager
when a Spark user
asks that this plugin be uninstalled.
- uninstall() -
Method in class org.jivesoftware.spark.ui.ContactList
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.alerts.BroadcastPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.bookmarks.BookmarkPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.chat.ChatArgumentsPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.chat.PresenceChangePlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.emoticons.EmoticonPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.gateways.GatewayPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberBrowser
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.jabber.JabberVersion
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.layout.LayoutPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.phone.PhonePlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.scratchpad.ScratchPadPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.sparklers.SparklersPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.PluginViewer
-
- uninstall() -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- Uninstaller - Class in org.jivesoftware
- Performs registry operations on removal of the Spark client.
- Uninstaller() -
Constructor for class org.jivesoftware.Uninstaller
-
- UNRECOVERABLE_ERROR -
Static variable in class org.jivesoftware.resource.SparkRes
-
- unregister(XMPPConnection, String) -
Static method in class org.jivesoftware.sparkimpl.plugin.gateways.transports.TransportUtils
-
- updatePresenceIcon(Presence) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- updatePresenceStatus(Presence) -
Method in class org.jivesoftware.spark.ui.ContactItem
-
- updateState() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
-
- UPDATING -
Static variable in class org.jivesoftware.sparkimpl.updater.CheckUpdates
-
- url2File(URL) -
Static method in class org.jivesoftware.spark.util.URLFileSystem
-
- URLEncode(String, String) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Encodes URI string.
- URLFileSystem - Class in org.jivesoftware.spark.util
URLFileSystem
class handles some of the most common
functionallity when working with URLs.- URLFileSystem() -
Constructor for class org.jivesoftware.spark.util.URLFileSystem
-
- useDefaults(String) -
Method in class org.jivesoftware.spark.ui.ContactList
- Sets the default settings for a ContactItem.
- useLocalIcon() -
Method in class org.jivesoftware.sparkimpl.plugin.viewer.SparkPlugUI
-
- USER1_32x32 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- USER1_ADD_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- USER1_BACK_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- USER1_MESSAGE_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- USER_HEADSET_24x24 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- userHasJoined(ChatRoom, String) -
Method in interface org.jivesoftware.spark.ui.ChatRoomListener
- Invoked by
ChatRooms
when a person has joined a chat room.
- userHasJoined(ChatRoom, String) -
Method in class org.jivesoftware.spark.ui.ChatRoomListenerAdapter
-
- userHasJoined(ChatRoom, String) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- userHasJoined(ChatRoom, String) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- userHasJoined(ChatRoom, String) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- userHasLeft(ChatRoom, String) -
Method in interface org.jivesoftware.spark.ui.ChatRoomListener
- Invoked by
ChatRooms
when a person has left a chat room.
- userHasLeft(ChatRoom, String) -
Method in class org.jivesoftware.spark.ui.ChatRoomListenerAdapter
-
- userHasLeft(ChatRoom, String) -
Method in class org.jivesoftware.spark.ui.conferences.ConferenceRoomInfo
-
- userHasLeft(ChatRoom, String) -
Method in class org.jivesoftware.sparkimpl.plugin.transcripts.ChatTranscriptPlugin
-
- userHasLeft(ChatRoom, String) -
Method in class org.jivesoftware.sparkimpl.preference.sounds.SoundPlugin
-
- UserManager - Class in org.jivesoftware.spark
- Handles all users in the agent application.
- UserManager() -
Constructor for class org.jivesoftware.spark.UserManager
-
- UserSearchForm - Class in org.jivesoftware.sparkimpl.search.users
- UserSearchForm is used to do explicit searching of users using the JEP 55 Search Service.
- UserSearchForm(Collection) -
Constructor for class org.jivesoftware.sparkimpl.search.users.UserSearchForm
- Initializes the UserSearchForm with all available search services.
- UserSearchResults - Class in org.jivesoftware.sparkimpl.search.users
- UserSearchResults displays the UI for all users found using the JEP-055 search service.
- UserSearchResults() -
Constructor for class org.jivesoftware.sparkimpl.search.users.UserSearchResults
- Intiliaze the Search Service Results UI.
- UserSearchService - Class in org.jivesoftware.sparkimpl.search.users
-
- UserSearchService() -
Constructor for class org.jivesoftware.sparkimpl.search.users.UserSearchService
-
- UserSettings - Class in org.jivesoftware.sparkimpl.settings
-
- useTabDefault(ChatRoom) -
Method in class org.jivesoftware.spark.ui.ChatContainer
-
V
- validateChar(char) -
Method in class org.jivesoftware.spark.component.JContactItemField
- Validate the given text - to pass it must contain letters, digits, '@', '-', '_', '.', ','
or a space character.
- validateChars(String) -
Method in class org.jivesoftware.spark.component.JContactItemField
- Validate the given text - to pass it must contain letters, digits, '@', '-', '_', '.', ','
or a space character.
- valueChanged(TreeSelectionEvent) -
Method in class org.jivesoftware.spark.component.Tree
- Reacts to changing tree nodes.
- valueChanged(ListSelectionEvent) -
Method in class org.jivesoftware.sparkimpl.preference.PreferencesPanel
-
- VCARD_FEATURE -
Static variable in class org.jivesoftware.sparkimpl.plugin.manager.Enterprise
-
- VCardManager - Class in org.jivesoftware.sparkimpl.profile
-
- VCardManager() -
Constructor for class org.jivesoftware.sparkimpl.profile.VCardManager
-
- VCardPanel - Class in org.jivesoftware.spark.ui
- UI to display VCard Information in Wizards, Dialogs, Chat Rooms and any other container.
- VCardPanel(String) -
Constructor for class org.jivesoftware.spark.ui.VCardPanel
- Generate a VCard Panel using the specified jid.
- VCardUpdateExtension - Class in org.jivesoftware.sparkimpl.profile.ext
-
- VCardUpdateExtension() -
Constructor for class org.jivesoftware.sparkimpl.profile.ext.VCardUpdateExtension
-
- VERSION -
Static variable in class org.jivesoftware.resource.SparkRes
-
- VersionViewer - Class in org.jivesoftware.sparkimpl.plugin.jabber
-
- VerticalFlowLayout - Class in org.jivesoftware.spark.component
- VerticalFlowLayout is similar to FlowLayout except it lays out components
vertically.
- VerticalFlowLayout() -
Constructor for class org.jivesoftware.spark.component.VerticalFlowLayout
- Construct a new VerticalFlowLayout with a middle alignment, and
the fill to edge flag set.
- VerticalFlowLayout(boolean, boolean) -
Constructor for class org.jivesoftware.spark.component.VerticalFlowLayout
- Construct a new VerticalFlowLayout with a middle alignment.
- VerticalFlowLayout(int) -
Constructor for class org.jivesoftware.spark.component.VerticalFlowLayout
- Construct a new VerticalFlowLayout with a middle alignment.
- VerticalFlowLayout(int, boolean, boolean) -
Constructor for class org.jivesoftware.spark.component.VerticalFlowLayout
- Construct a new VerticalFlowLayout.
- VerticalFlowLayout(int, int, int, boolean, boolean) -
Constructor for class org.jivesoftware.spark.component.VerticalFlowLayout
- Construct a new VerticalFlowLayout.
- VIEW -
Static variable in class org.jivesoftware.resource.SparkRes
-
- VIEW_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- viewProfile(String, JComponent) -
Method in class org.jivesoftware.sparkimpl.profile.VCardManager
-
- viewVersion(String) -
Static method in class org.jivesoftware.sparkimpl.plugin.jabber.VersionViewer
-
W
- warning(String, Throwable) -
Static method in class org.jivesoftware.spark.util.log.Log
- Log a warning message to the default logger.
- warning(String) -
Static method in class org.jivesoftware.spark.util.log.Log
-
- WELCOME -
Static variable in class org.jivesoftware.resource.SparkRes
-
- windowActivated(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
-
- windowClosed(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
-
- windowClosing(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
- This event fires when the application is closing.
- windowDeactivated(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
- Invoked when a window is de-activated.
- windowDeiconified(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
-
- windowGainedFocus(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
-
- windowIconified(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
- This event fires whenever a user minimizes the window
from the toolbar.
- windowLostFocus(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
-
- windowOpened(WindowEvent) -
Method in class org.jivesoftware.spark.ui.ChatFrame
-
- WindowsFileSystemView - Class in org.jivesoftware.spark.util
- WindowsFileSystemView
- WindowsFileSystemView() -
Constructor for class org.jivesoftware.spark.util.WindowsFileSystemView
- Constructor WindowsFileSystemView
- wordWrap(String, int, Locale) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Reformats a string where lines that are longer than width
are split apart at the earliest wordbreak or at maxLength, whichever is
sooner.
- WORKGROUP_QUEUE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- Workspace - Class in org.jivesoftware.spark
- The inner Container for Spark.
- WORKSPACE_PANE -
Static variable in class org.jivesoftware.spark.Workspace
-
- WrappedLabel - Class in org.jivesoftware.spark.component
- Creates a simple Wrappable label to display Multi-Line Text.
- WrappedLabel() -
Constructor for class org.jivesoftware.spark.component.WrappedLabel
- Create a simple Wrappable label.
- write(int) -
Method in class org.jivesoftware.spark.util.Base64.OutputStream
- Writes the byte to the output stream after
converting to/from Base64 notation.
- write(byte[], int, int) -
Method in class org.jivesoftware.spark.util.Base64.OutputStream
- Calls
Base64.OutputStream.write(int)
repeatedly until len
bytes are written.
Y
- YAHOO_TRANSPORT_ACTIVE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- YAHOO_TRANSPORT_INACTIVE_IMAGE -
Static variable in class org.jivesoftware.resource.SparkRes
-
- YahooTransport - Class in org.jivesoftware.sparkimpl.plugin.gateways.transports
-
- YahooTransport(String) -
Constructor for class org.jivesoftware.sparkimpl.plugin.gateways.transports.YahooTransport
-
- YELLOW_BALL -
Static variable in class org.jivesoftware.resource.SparkRes
-
- YELLOW_FLAG_16x16 -
Static variable in class org.jivesoftware.resource.SparkRes
-
- yesOption() -
Method in interface org.jivesoftware.spark.component.ConfirmDialog.ConfirmListener
- Fired when the Yes button has been clicked.
Z
- zeroPadString(String, int) -
Static method in class org.jivesoftware.spark.util.StringUtils
- Pads the supplied String with 0's to the specified length and returns
the result as a new String.
A B C D E F G H I J K L M N O P Q R S T U V W Y Z
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes