Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.call
Interface CallContainer

All Known Implementing Classes:
CallDialog, SingleWindowContainer

public interface CallContainer

The CallContainer interface is an abstraction of a window, containing one or many CallPanels.

Author:
Yana Stamcheva

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

closeWait

void closeWait(CallPanel callPanel)
Closes the given CallPanel.

Parameters:
callPanel - the CallPanel that should be closed

close

void close(CallPanel callPanel)
Closes the given CallPanel.

Parameters:
callPanel - the CallPanel that should be closed

pack

void pack()
Packs the content of this call window.


addCallPanel

void addCallPanel(CallPanel callPanel)
Adds the given CallPanel to this call window.

Parameters:
callPanel - the CallPanel to add

getFrame

JFrame getFrame()
Returns the frame of this call window.

Returns:
the frame of this call window

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.