Uses of Interface
org.jivesoftware.spark.plugin.Plugin

Packages that use Plugin
org.jivesoftware.spark Provides the Managers used as the main entry points into the Spark client. 
org.jivesoftware.spark.ui Provides support by providing all chat specific components, such as ChatRoom and ContactList. 
org.jivesoftware.sparkimpl.plugin.alerts   
org.jivesoftware.sparkimpl.plugin.bookmarks   
org.jivesoftware.sparkimpl.plugin.chat   
org.jivesoftware.sparkimpl.plugin.emoticons   
org.jivesoftware.sparkimpl.plugin.gateways   
org.jivesoftware.sparkimpl.plugin.jabber   
org.jivesoftware.sparkimpl.plugin.layout   
org.jivesoftware.sparkimpl.plugin.phone   
org.jivesoftware.sparkimpl.plugin.scratchpad   
org.jivesoftware.sparkimpl.plugin.sparklers   
org.jivesoftware.sparkimpl.plugin.viewer   
org.jivesoftware.sparkimpl.preference.sounds   
 

Uses of Plugin in org.jivesoftware.spark
 

Methods in org.jivesoftware.spark that return Plugin
 Plugin PluginManager.getPlugin(java.lang.Class communicatorPlugin)
          Returns the instance of the plugin class initialized during startup.
 

Methods in org.jivesoftware.spark with parameters of type Plugin
 void PluginManager.registerPlugin(Plugin plugin)
          Registers a plugin.
 void PluginManager.removePlugin(Plugin plugin)
          Removes a plugin from the plugin list.
 

Uses of Plugin in org.jivesoftware.spark.ui
 

Classes in org.jivesoftware.spark.ui that implement Plugin
 class ContactList
           
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.alerts
 

Classes in org.jivesoftware.sparkimpl.plugin.alerts that implement Plugin
 class BroadcastPlugin
          Handles broadcasts from server and allows for roster wide broadcasts.
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.bookmarks
 

Classes in org.jivesoftware.sparkimpl.plugin.bookmarks that implement Plugin
 class BookmarkPlugin
          Allows for adding and removal of Bookmarks within Spark.
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.chat
 

Classes in org.jivesoftware.sparkimpl.plugin.chat that implement Plugin
 class ChatArgumentsPlugin
           
 class PresenceChangePlugin
           
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.emoticons
 

Classes in org.jivesoftware.sparkimpl.plugin.emoticons that implement Plugin
 class EmoticonPlugin
          Adds an EmoticonPickList to each ChatRoom.
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.gateways
 

Classes in org.jivesoftware.sparkimpl.plugin.gateways that implement Plugin
 class GatewayPlugin
          Handles Gateways/Transports in Spark.
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.jabber
 

Classes in org.jivesoftware.sparkimpl.plugin.jabber that implement Plugin
 class JabberBrowser
           
 class JabberVersion
           
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.layout
 

Classes in org.jivesoftware.sparkimpl.plugin.layout that implement Plugin
 class LayoutPlugin
           
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.phone
 

Classes in org.jivesoftware.sparkimpl.plugin.phone that implement Plugin
 class PhonePlugin
           
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.scratchpad
 

Classes in org.jivesoftware.sparkimpl.plugin.scratchpad that implement Plugin
 class ScratchPadPlugin
           
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.sparklers
 

Classes in org.jivesoftware.sparkimpl.plugin.sparklers that implement Plugin
 class SparklersPlugin
           
 

Uses of Plugin in org.jivesoftware.sparkimpl.plugin.viewer
 

Classes in org.jivesoftware.sparkimpl.plugin.viewer that implement Plugin
 class PluginViewer
           
 

Uses of Plugin in org.jivesoftware.sparkimpl.preference.sounds
 

Classes in org.jivesoftware.sparkimpl.preference.sounds that implement Plugin
 class SoundPlugin