|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPopupMenu
net.java.sip.communicator.util.swing.SIPCommPopupMenu
net.java.sip.communicator.impl.gui.main.contactlist.MetaContactRightButtonMenu
public class MetaContactRightButtonMenu
The ContactRightButtonMenu is the menu, opened when user clicks with the user could add a subcontact, remove a contact, send message, etc.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPopupMenu |
|---|
JPopupMenu.AccessibleJPopupMenu, JPopupMenu.Separator |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
MetaContactRightButtonMenu(MetaContact contactItem)
Creates an instance of ContactRightButtonMenu. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Handles the ActionEvent. |
void |
contactClicked(ContactListEvent evt)
Implements ContactListListener.contactSelected method in order to move the chosen sub-contact when a meta contact is selected. |
Image |
createContactStatusImage(Contact protoContact)
Obtains the status icon for the given protocol contact and adds to it the account index information. |
void |
groupClicked(ContactListEvent evt)
Indicates that a group has been selected during a move operation. |
void |
loadSkin()
Reloads skin related information. |
void |
pluginComponentAdded(PluginComponentEvent event)
Adds the according plug-in component to this container. |
void |
pluginComponentRemoved(PluginComponentEvent event)
Removes the according plug-in component from this container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MetaContactRightButtonMenu(MetaContact contactItem)
contactItem - The MetaContact for which the menu is opened| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - the ActionEvent, which notified us of the actionpublic void groupClicked(ContactListEvent evt)
groupClicked in interface ContactListListenerevt - the ContactListEvent haspublic void contactClicked(ContactListEvent evt)
contactClicked in interface ContactListListenerevt - the ContactListEvent that notified uspublic void pluginComponentAdded(PluginComponentEvent event)
pluginComponentAdded in interface PluginComponentListenerevent - received eventpublic void pluginComponentRemoved(PluginComponentEvent event)
pluginComponentRemoved in interface PluginComponentListenerevent - the PluginComponentEvent that notified uspublic Image createContactStatusImage(Contact protoContact)
protoContact - the protocol contact for which to create the image
public void loadSkin()
loadSkin in interface Skinnable
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||