|
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.AbstractButton
javax.swing.JMenuItem
javax.swing.JMenu
net.java.sip.communicator.util.swing.SIPCommMenu
net.java.sip.communicator.impl.gui.main.call.conference.CallPeerMenu
public class CallPeerMenu
The CallPeerActionMenuBar is situated in the title area of any CallPeerRenderer and gives access to operations like: "Put on hold", "Mute", "Hang up" and so on.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JMenu |
|---|
JMenu.AccessibleJMenu, JMenu.WinListener |
| Nested classes/interfaces inherited from class javax.swing.JMenuItem |
|---|
JMenuItem.AccessibleJMenuItem |
| Nested classes/interfaces inherited from class javax.swing.AbstractButton |
|---|
AbstractButton.AccessibleAbstractButton, AbstractButton.ButtonChangeListener |
| 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.JMenu |
|---|
popupListener |
| 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 javax.swing.SwingConstants |
|---|
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
CallPeerMenu(CallPeer peer)
Creates a CallPeerActionMenuBar by specifying the associated callPeer. |
|
| Method Summary | |
|---|---|
void |
loadSkin()
Reloads default icon and menu items. |
void |
peerAddressChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the address of the source CallPeer. |
void |
peerDisplayNameChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the display name of the source CallPeer. |
void |
peerImageChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the image of the source CallPeer. |
void |
peerStateChanged(CallPeerChangeEvent evt)
Implements (CallPeerChangeEvent)
in order to update the "Put on/off hold" menu item to fit the current
hold state of the call peer. |
void |
peerTransportAddressChanged(CallPeerChangeEvent evt)
Indicates that a change has occurred in the transport address that we use to communicate with the peer. |
| Methods inherited from class net.java.sip.communicator.util.swing.SIPCommMenu |
|---|
addItem, getSelectedObject, paintComponent, setMouseOver, setSelected, setSelectedObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.swing.MenuElement |
|---|
processKeyEvent, processMouseEvent |
| Constructor Detail |
|---|
public CallPeerMenu(CallPeer peer)
peer - the CallPeer associated with the contained menus| Method Detail |
|---|
public void peerStateChanged(CallPeerChangeEvent evt)
(CallPeerChangeEvent)
in order to update the "Put on/off hold" menu item to fit the current
hold state of the call peer.
peerStateChanged in interface CallPeerListenerevt - the CallPeerChangeEvent that notified us of the state
changepublic void peerAddressChanged(CallPeerChangeEvent evt)
CallPeerListener
peerAddressChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new address.public void peerDisplayNameChanged(CallPeerChangeEvent evt)
CallPeerListener
peerDisplayNameChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new display names.public void peerImageChanged(CallPeerChangeEvent evt)
CallPeerListener
peerImageChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new image.public void peerTransportAddressChanged(CallPeerChangeEvent evt)
CallPeerListener
peerTransportAddressChanged in interface CallPeerListenerevt - The CallPeerChangeEvent instance containing
the source event as well as its previous and its new transport address.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 | |||||||||