|
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.call.ChooseCallAccountPopupMenu
public class ChooseCallAccountPopupMenu
The ChooseCallAccountDialog is the dialog shown when calling a contact in order to let the user choose the account he'd prefer to use in order to call this contact.
| 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 | |
|---|---|
ChooseCallAccountPopupMenu(JComponent invoker,
List<?> telephonyObjects)
Creates this dialog by specifying a list of telephony contacts to choose from. |
|
ChooseCallAccountPopupMenu(JComponent invoker,
List<?> telephonyObjects,
Class<? extends OperationSet> opSetClass)
Creates this dialog by specifying a list of telephony contacts to choose from. |
|
ChooseCallAccountPopupMenu(JComponent invoker,
String contactToCall,
List<ProtocolProviderService> telephonyProviders)
Creates this dialog. |
|
ChooseCallAccountPopupMenu(JComponent invoker,
String contactToCall,
List<ProtocolProviderService> telephonyProviders,
CallInterfaceListener l)
Creates this dialog. |
|
ChooseCallAccountPopupMenu(JComponent invoker,
String contactToCall,
List<ProtocolProviderService> telephonyProviders,
Class<? extends OperationSet> opSetClass)
Creates this dialog. |
|
| Method Summary | |
|---|---|
void |
loadSkin()
Reloads all menu items. |
void |
showPopupMenu()
Shows this popup menu regarding to its invoker location. |
void |
showPopupMenu(int x,
int y)
Shows the dialog at the given location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChooseCallAccountPopupMenu(JComponent invoker,
String contactToCall,
List<ProtocolProviderService> telephonyProviders)
invoker - the invoker of this pop up menucontactToCall - the contact to calltelephonyProviders - a list of all possible telephony providers
public ChooseCallAccountPopupMenu(JComponent invoker,
String contactToCall,
List<ProtocolProviderService> telephonyProviders,
CallInterfaceListener l)
invoker - the invoker of this pop up menucontactToCall - the contact to calltelephonyProviders - a list of all possible telephony providersl - CallInterfaceListener instance
public ChooseCallAccountPopupMenu(JComponent invoker,
String contactToCall,
List<ProtocolProviderService> telephonyProviders,
Class<? extends OperationSet> opSetClass)
invoker - the invoker of this pop up menucontactToCall - the contact to calltelephonyProviders - a list of all possible telephony providersopSetClass - the operation set class indicating what operation
would be performed when a given item is selected from the menu
public ChooseCallAccountPopupMenu(JComponent invoker,
List<?> telephonyObjects)
invoker - the invoker of this pop uptelephonyObjects - the list of telephony contacts to select through
public ChooseCallAccountPopupMenu(JComponent invoker,
List<?> telephonyObjects,
Class<? extends OperationSet> opSetClass)
invoker - the invoker of this pop uptelephonyObjects - the list of telephony contacts to select throughopSetClass - the operation class, which indicates what action would
be performed if an item is selected from the list| Method Detail |
|---|
public void showPopupMenu(int x,
int y)
x - the x coordinatey - the y coordinatepublic void showPopupMenu()
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 | |||||||||