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

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

Uses of Plugin in com.jivesoftware.spark
 

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

Methods in com.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 com.jivesoftware.spark.ui
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of Plugin in com.jivesoftware.sparkimpl.plugin.transcripts
 

Classes in com.jivesoftware.sparkimpl.plugin.transcripts that implement Plugin
 class ChatTranscriptPlugin
          The ChatTranscriptPlugin is responsible for transcript handling within Spark.
 

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

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

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

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