Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.impl.gui.event.PluginComponentListener

Packages that use PluginComponentListener
net.java.sip.communicator.impl.gui   
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 PluginComponentListener in net.java.sip.communicator.impl.gui
 

Methods in net.java.sip.communicator.impl.gui with parameters of type PluginComponentListener
 void UIServiceImpl.addPluginComponentListener(PluginComponentListener listener)
          Adds the given PluginComponentListener to the list of component listeners registered in this UIService implementation.
 void UIServiceImpl.removePluginComponentListener(PluginComponentListener listener)
          Removes the given PluginComponentListener from the list of component listeners registered in this UIService implementation.
 

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

Classes in net.java.sip.communicator.impl.gui.main that implement PluginComponentListener
 class MainFrame
          The main application window.
 

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

Classes in net.java.sip.communicator.impl.gui.main.call that implement PluginComponentListener
 class CallPanel
          The dialog created for a given call.
 

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

Classes in net.java.sip.communicator.impl.gui.main.chat that implement PluginComponentListener
 class ChatWindow
          The chat window is the place, where users can write and send messages, view received messages.
 

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

Classes in net.java.sip.communicator.impl.gui.main.chat.menus that implement PluginComponentListener
 class HelpMenu
          The HelpMenu is a menu in the main application menu bar.
 

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

Classes in net.java.sip.communicator.impl.gui.main.chatroomslist that implement PluginComponentListener
 class ChatRoomCommonRightButtonMenu
          The ChatRoomsListRightButtonMenu is the menu, opened when user clicks with the right mouse button on the chat rooms list panel.
 

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

Classes in net.java.sip.communicator.impl.gui.main.contactlist that implement PluginComponentListener
 class ContactListPane
          The contactlist panel not only contains the contact list but it has the role of a message dispatcher.
 class GroupRightButtonMenu
          The GroupRightButtonMenu is the menu, opened when user clicks with the right mouse button on a group in the contact list.
 class MetaContactRightButtonMenu
          The ContactRightButtonMenu is the menu, opened when user clicks with the user could add a subcontact, remove a contact, send message, etc.
 

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

Classes in net.java.sip.communicator.impl.gui.main.menus that implement PluginComponentListener
 class ToolsMenu
          The FileMenu is a menu in the main application menu bar that contains "New account".
 

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

Classes in net.java.sip.communicator.impl.gui.main.presence that implement PluginComponentListener
 class AccountStatusPanel
          The panel shown on the top of the contact list.
 

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

Classes in net.java.sip.communicator.impl.gui.utils that implement PluginComponentListener
 class PluginContainer
          Provides capabilities to a specific JComponent to contain PluginComponents, track when they are added and removed.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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