Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.service.gui.PluginComponent

Packages that use PluginComponent
net.java.sip.communicator.impl.gui.event   
net.java.sip.communicator.impl.gui.utils   
net.java.sip.communicator.plugin.branding   
net.java.sip.communicator.plugin.contactinfo   
net.java.sip.communicator.plugin.exampleplugin   
net.java.sip.communicator.plugin.otr   
net.java.sip.communicator.plugin.profiler4j   
net.java.sip.communicator.plugin.spellcheck   
net.java.sip.communicator.plugin.update   
net.java.sip.communicator.plugin.whiteboard   
net.java.sip.communicator.service.gui   
 

Uses of PluginComponent in net.java.sip.communicator.impl.gui.event
 

Methods in net.java.sip.communicator.impl.gui.event that return PluginComponent
 PluginComponent PluginComponentEvent.getPluginComponent()
          Returns the PluginComponent associated with this event.
 

Constructors in net.java.sip.communicator.impl.gui.event with parameters of type PluginComponent
PluginComponentEvent(PluginComponent pluginComponent, int eventID)
          Creates a new PluginComponentEvent according to the specified parameters.
 

Uses of PluginComponent in net.java.sip.communicator.impl.gui.utils
 

Methods in net.java.sip.communicator.impl.gui.utils that return types with arguments of type PluginComponent
 Iterable<PluginComponent> PluginContainer.getPluginComponents()
          Gets the PluginComponents of this PluginContainer.
 

Uses of PluginComponent in net.java.sip.communicator.plugin.branding
 

Classes in net.java.sip.communicator.plugin.branding that implement PluginComponent
 class AboutWindowPluginComponent
          Implements an About menu item for the Help menu of the application in the form of a PluginComponent.
 

Uses of PluginComponent in net.java.sip.communicator.plugin.contactinfo
 

Classes in net.java.sip.communicator.plugin.contactinfo that implement PluginComponent
 class ContactInfoMenuItem
           
 

Uses of PluginComponent in net.java.sip.communicator.plugin.exampleplugin
 

Classes in net.java.sip.communicator.plugin.exampleplugin that implement PluginComponent
 class ExamplePluginMenuItem
          The ExamplePluginMenuItem is a JMenuItem that implements the PluginComponent interface.
 

Uses of PluginComponent in net.java.sip.communicator.plugin.otr
 

Classes in net.java.sip.communicator.plugin.otr that implement PluginComponent
 class OtrMetaContactButton
          A AbstractPluginComponent that registers the Off-the-Record button in the main chat toolbar.
 class OtrMetaContactMenu
           
 

Uses of PluginComponent in net.java.sip.communicator.plugin.profiler4j
 

Classes in net.java.sip.communicator.plugin.profiler4j that implement PluginComponent
 class SettingsWindowMenuEntry
          Menu entry for the profiler plug-in
 

Uses of PluginComponent in net.java.sip.communicator.plugin.spellcheck
 

Classes in net.java.sip.communicator.plugin.spellcheck that implement PluginComponent
 class CheckerToggleButton
          Toggle-able button that sets the spell checker to be either enabled or disabled.
 class LanguageMenuBar
          Combo box providing a listing of all available locales with corresponding country flags.
 

Uses of PluginComponent in net.java.sip.communicator.plugin.update
 

Classes in net.java.sip.communicator.plugin.update that implement PluginComponent
 class CheckForUpdatesMenuItemComponent
          Implements PluginComponent for the "Check for Updates" menu item.
 

Uses of PluginComponent in net.java.sip.communicator.plugin.whiteboard
 

Classes in net.java.sip.communicator.plugin.whiteboard that implement PluginComponent
 class WhiteboardMenuItem
          WhiteboardMenuItem
 

Uses of PluginComponent in net.java.sip.communicator.service.gui
 

Classes in net.java.sip.communicator.service.gui that implement PluginComponent
 class AbstractPluginComponent
          Provides an abstract base implementation of PluginComponent in order to take care of the implementation boilerplate and let implementers focus on the specifics of their plug-in.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.