|
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.Objectnet.java.sip.communicator.impl.gui.main.call.PreCallDialog
net.java.sip.communicator.impl.gui.main.call.ChooseCallAccountDialog
public class ChooseCallAccountDialog
A dialog allowing the user to choose a specific account from a given list.
| Constructor Summary | |
|---|---|
ChooseCallAccountDialog(String contactAddress,
Class<? extends OperationSet> opSetClass,
List<ProtocolProviderService> providers)
Creates an instance of ChooseCallAccountDialog. |
|
| Method Summary | |
|---|---|
void |
callButtonPressed()
Calls through the selected account when the call button is pressed. |
void |
hangupButtonPressed()
Disposes the dialog when the hangup button is pressed. |
void |
mergeCallButtonPressed()
Indicates that the conference call button has been pressed. |
void |
videoCallButtonPressed()
Not used. |
| Methods inherited from class net.java.sip.communicator.impl.gui.main.call.PreCallDialog |
|---|
actionPerformed, dispose, getAccountsCombo, getCallLabels, isVisible, loadSkin, pack, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChooseCallAccountDialog(String contactAddress,
Class<? extends OperationSet> opSetClass,
List<ProtocolProviderService> providers)
contactAddress - the contact address to be called after an account
has been chosenopSetClass - the operation set class that specifies the operation
we're going to makeproviders - the list of providers to choose from| Method Detail |
|---|
public void callButtonPressed()
callButtonPressed in class PreCallDialogpublic void mergeCallButtonPressed()
mergeCallButtonPressed in class PreCallDialogpublic void hangupButtonPressed()
hangupButtonPressed in class PreCallDialogpublic void videoCallButtonPressed()
videoCallButtonPressed in class PreCallDialog
|
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 | |||||||||