|
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 | |||||||||
public interface CallContainer
The CallContainer interface is an abstraction of a window, containing one or many CallPanels.
| Method Summary | |
|---|---|
void |
addCallPanel(CallPanel callPanel)
Adds the given CallPanel to this call window. |
void |
close(CallPanel callPanel)
Closes the given CallPanel. |
void |
closeWait(CallPanel callPanel)
Closes the given CallPanel. |
JFrame |
getFrame()
Returns the frame of this call window. |
void |
pack()
Packs the content of this call window. |
| Method Detail |
|---|
void closeWait(CallPanel callPanel)
callPanel - the CallPanel that should be closedvoid close(CallPanel callPanel)
callPanel - the CallPanel that should be closedvoid pack()
void addCallPanel(CallPanel callPanel)
callPanel - the CallPanel to addJFrame getFrame()
|
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 | |||||||||