Modifier and Type | Method and Description |
---|---|
Plugin |
PluginManager.getPlugin(java.lang.Class<? extends Plugin> communicatorPlugin)
Returns the instance of the plugin class initialized during startup.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Plugin> |
PluginManager.getPlugins()
Returns a Collection of Plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginManager.registerPlugin(Plugin plugin)
Registers a plugin.
|
void |
PluginManager.removePlugin(Plugin plugin)
Removes a plugin from the plugin list.
|
Modifier and Type | Method and Description |
---|---|
Plugin |
PluginManager.getPlugin(java.lang.Class<? extends Plugin> communicatorPlugin)
Returns the instance of the plugin class initialized during startup.
|
Modifier and Type | Class and Description |
---|---|
class |
ContactList |
Modifier and Type | Class and Description |
---|---|
class |
BroadcastPlugin
Handles broadcasts from server and allows for roster wide broadcasts.
|
class |
BuzzPlugin |
Modifier and Type | Class and Description |
---|---|
class |
BookmarkPlugin
Allows for adding and removal of Bookmarks within Spark.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatArgumentsPlugin |
class |
ContactListAssistantPlugin
Adds extra functionallity to the
ContactList . |
class |
PresenceChangePlugin
Allows users to place activity listeners on individual users.
|
class |
ShortcutPlugin
The ShortcutPlugin is used to handle IRC-style shortcuts.
|
Modifier and Type | Class and Description |
---|---|
class |
EmoticonPlugin
Adds an EmoticonPickList to each ChatRoom.
|
Modifier and Type | Class and Description |
---|---|
class |
GatewayPlugin
Handles Gateways/Transports in Spark.
|
Modifier and Type | Class and Description |
---|---|
class |
ConversationHistoryPlugin
Allows users to see the last 10 people they have talked with.
|
class |
FrequentContactsPlugin
Adds a simple feature to list your most "Popular" contacts.
|
Modifier and Type | Class and Description |
---|---|
class |
UserIdlePlugin |
Modifier and Type | Class and Description |
---|---|
class |
JabberBrowser |
class |
JabberVersion |
Modifier and Type | Class and Description |
---|---|
class |
LanguagePlugin
Allows for changing of default languages within Spark.
|
Modifier and Type | Class and Description |
---|---|
class |
LayoutPlugin |
Modifier and Type | Class and Description |
---|---|
class |
PhonePlugin |
Modifier and Type | Class and Description |
---|---|
class |
PrivacyPlugin
This is Privacy plugin for Spark.
|
Modifier and Type | Class and Description |
---|---|
class |
ScratchPadPlugin |
Modifier and Type | Class and Description |
---|---|
class |
SparklersPlugin |
Modifier and Type | Class and Description |
---|---|
class |
SysTrayPlugin |
Modifier and Type | Class and Description |
---|---|
class |
PluginViewer
Class to handle the viewing of installed and downloadable Plugins
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationPlugin
Adds a simple notification system to alert users to presence changes.
|
Modifier and Type | Class and Description |
---|---|
class |
SoundPlugin |