Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.event.PluginComponentEvent

Packages that use PluginComponentEvent
net.java.sip.communicator.impl.gui.event   
net.java.sip.communicator.impl.gui.main   
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.chat.menus   
net.java.sip.communicator.impl.gui.main.chatroomslist   
net.java.sip.communicator.impl.gui.main.contactlist   
net.java.sip.communicator.impl.gui.main.menus   
net.java.sip.communicator.impl.gui.main.presence   
net.java.sip.communicator.impl.gui.utils   
 

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

Methods in net.java.sip.communicator.impl.gui.event with parameters of type PluginComponentEvent
 void PluginComponentListener.pluginComponentAdded(PluginComponentEvent event)
          Indicates that a plugin component has been successfully added to the container.
 void PluginComponentListener.pluginComponentRemoved(PluginComponentEvent event)
          Indicates that a plugin component has been successfully removed from the container.
 

Uses of PluginComponentEvent in net.java.sip.communicator.impl.gui.main
 

Methods in net.java.sip.communicator.impl.gui.main with parameters of type PluginComponentEvent
 void MainFrame.pluginComponentAdded(PluginComponentEvent event)
          Adds the associated with this PluginComponentEvent component to the appropriate container.
 void MainFrame.pluginComponentRemoved(PluginComponentEvent event)
          Removes the associated with this PluginComponentEvent component from this container.
 

Uses of PluginComponentEvent in net.java.sip.communicator.impl.gui.main.call
 

Methods in net.java.sip.communicator.impl.gui.main.call with parameters of type PluginComponentEvent
 void CallPanel.pluginComponentAdded(PluginComponentEvent event)
          Indicates that a plugin component has been successfully added to the container.
 void CallPanel.pluginComponentRemoved(PluginComponentEvent event)
          Indicates that a plugin component has been successfully removed from the container.
 

Uses of PluginComponentEvent in net.java.sip.communicator.impl.gui.main.chat
 

Methods in net.java.sip.communicator.impl.gui.main.chat with parameters of type PluginComponentEvent
 void ChatWindow.pluginComponentAdded(PluginComponentEvent event)
          Adds a plugin component to this container.
 void ChatWindow.pluginComponentRemoved(PluginComponentEvent event)
          Removes a plugin component from this container.
 

Uses of PluginComponentEvent in net.java.sip.communicator.impl.gui.main.chat.menus
 

Methods in net.java.sip.communicator.impl.gui.main.chat.menus with parameters of type PluginComponentEvent
 void HelpMenu.pluginComponentAdded(PluginComponentEvent event)
           
 void HelpMenu.pluginComponentRemoved(PluginComponentEvent event)
           
 

Uses of PluginComponentEvent in net.java.sip.communicator.impl.gui.main.chatroomslist
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type PluginComponentEvent
 void ChatRoomCommonRightButtonMenu.pluginComponentAdded(PluginComponentEvent event)
          Implements the PluginComponentListener.pluginComponentAdded method, in order to add the given plugin component in this container.
 void ChatRoomCommonRightButtonMenu.pluginComponentRemoved(PluginComponentEvent event)
          Implements the PluginComponentListener.pluginComponentRemoved method, in order to remove the given component from this container.
 

Uses of PluginComponentEvent in net.java.sip.communicator.impl.gui.main.contactlist
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist with parameters of type PluginComponentEvent
 void MetaContactRightButtonMenu.pluginComponentAdded(PluginComponentEvent event)
          Adds the according plug-in component to this container.
 void ContactListPane.pluginComponentAdded(PluginComponentEvent event)
          Adds the plugin component given by event to this panel if it's its container.
 void GroupRightButtonMenu.pluginComponentAdded(PluginComponentEvent event)
          Indicates that a new plugin component has been added.
 void MetaContactRightButtonMenu.pluginComponentRemoved(PluginComponentEvent event)
          Removes the according plug-in component from this container.
 void ContactListPane.pluginComponentRemoved(PluginComponentEvent event)
          Removes the plugin component given by event if previously added in this panel.
 void GroupRightButtonMenu.pluginComponentRemoved(PluginComponentEvent event)
          Indicates that a new plugin component has been removed.
 

Uses of PluginComponentEvent in net.java.sip.communicator.impl.gui.main.menus
 

Methods in net.java.sip.communicator.impl.gui.main.menus with parameters of type PluginComponentEvent
 void ToolsMenu.pluginComponentAdded(PluginComponentEvent event)
          Adds the plugin component contained in the event to this container.
 void ToolsMenu.pluginComponentRemoved(PluginComponentEvent event)
          Indicates that a plugin component has been removed.
 

Uses of PluginComponentEvent in net.java.sip.communicator.impl.gui.main.presence
 

Methods in net.java.sip.communicator.impl.gui.main.presence with parameters of type PluginComponentEvent
 void AccountStatusPanel.pluginComponentAdded(PluginComponentEvent event)
          Indicates that a plug-in component is registered to be added in a container.
 void AccountStatusPanel.pluginComponentRemoved(PluginComponentEvent event)
          Indicates that a plug-in component is registered to be removed from a container.
 

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

Methods in net.java.sip.communicator.impl.gui.utils with parameters of type PluginComponentEvent
 void PluginContainer.pluginComponentAdded(PluginComponentEvent event)
          Implements PluginComponentListener.pluginComponentAdded(PluginComponentEvent).
 void PluginContainer.pluginComponentRemoved(PluginComponentEvent event)
          Implements PluginComponentListener.pluginComponentRemoved(PluginComponentEvent).
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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