|
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
public abstract class PreCallDialog
| Constructor Summary | |
|---|---|
PreCallDialog(String title,
boolean video,
boolean existingCall)
Creates an instanceof PreCallDialog by specifying the dialog title. |
|
PreCallDialog(String title,
String text,
Object[] accounts)
Creates an instanceof PreCallDialog by specifying the dialog title and the text to show. |
|
PreCallDialog(String title,
String text,
Object[] accounts,
boolean video,
boolean existingCall)
Creates an instanceof PreCallDialog by specifying the dialog title and the text to show. |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Handles ActionEvents triggered by pressing the call or the hangup buttons. |
abstract void |
callButtonPressed()
Indicates that the call button has been pressed. |
void |
dispose()
Disposes this window. |
JComboBox |
getAccountsCombo()
Returns the accounts combo box contained in this dialog. |
JLabel[] |
getCallLabels()
Returns the labels contained in this dialog. |
abstract void |
hangupButtonPressed()
Indicates that the hangup button has been pressed. |
boolean |
isVisible()
Indicates if this dialog is currently visible. |
void |
loadSkin()
Reloads icons. |
abstract void |
mergeCallButtonPressed()
Indicates that the conference call button has been pressed. |
void |
pack()
Packs the content of this dialog. |
void |
setVisible(boolean isVisible)
Shows/hides this dialog. |
abstract void |
videoCallButtonPressed()
Indicates that the video call button has been pressed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PreCallDialog(String title,
boolean video,
boolean existingCall)
title - the title of the dialogvideo - if it is a video callexistingCall - true to answer call in an existing call
public PreCallDialog(String title,
String text,
Object[] accounts)
title - the title of the dialogtext - the text to showaccounts - the list of accounts to choose from
public PreCallDialog(String title,
String text,
Object[] accounts,
boolean video,
boolean existingCall)
title - the title of the dialogtext - the text to showaccounts - the list of accounts to choose fromvideo - if it is a video callexistingCall - true to answer call in an existing call| Method Detail |
|---|
public void pack()
public void setVisible(boolean isVisible)
isVisible - indicates if this dialog should be shown or hiddenpublic boolean isVisible()
public void dispose()
public JLabel[] getCallLabels()
public JComboBox getAccountsCombo()
public void loadSkin()
loadSkin in interface Skinnablepublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - The ActionEvent to handle.public abstract void callButtonPressed()
public abstract void mergeCallButtonPressed()
public abstract void hangupButtonPressed()
public abstract void videoCallButtonPressed()
|
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 | |||||||||