Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.main.call.CallPanel

Packages that use CallPanel
net.java.sip.communicator.impl.gui.main   
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.gui.main.call.conference   
 

Uses of CallPanel in net.java.sip.communicator.impl.gui.main
 

Methods in net.java.sip.communicator.impl.gui.main with parameters of type CallPanel
 void SingleWindowContainer.addCallPanel(CallPanel callPanel)
          Adds the given CallPanel to this call window.
 void SingleWindowContainer.callTitleChanged(CallPanel callPanel)
          Called when the title of the given CallPanel changes.
 void SingleWindowContainer.close(CallPanel callPanel)
          Closes the given CallPanel.
 void SingleWindowContainer.closeWait(CallPanel callPanel)
          Closes the given CallPanel.
 

Uses of CallPanel in net.java.sip.communicator.impl.gui.main.call
 

Methods in net.java.sip.communicator.impl.gui.main.call that return CallPanel
static CallPanel CallManager.getActiveCallContainer(Call call)
          Returns the CallContainer corresponding to the given call.
 CallPanel CallRenderer.getCallContainer()
          Returns the parent call container, where this renderer is contained.
 CallPanel OneToOneCallPanel.getCallContainer()
          Returns the parent call container, where this renderer is contained.
 CallPanel OneToOneCallPeerPanel.getCallPanel()
          Returns the parent CallPanel containing this renderer.
 CallPanel CallPeerRenderer.getCallPanel()
          Returns the parent CallPanel containing this renderer.
 

Methods in net.java.sip.communicator.impl.gui.main.call with parameters of type CallPanel
 void CallDialog.addCallPanel(CallPanel callPanel)
          Adds a call panel.
 void CallContainer.addCallPanel(CallPanel callPanel)
          Adds the given CallPanel to this call window.
 void CallDialog.callTitleChanged(CallPanel callPanel)
          Called when the title of the given CallPanel changes.
 void CallTitleListener.callTitleChanged(CallPanel callContainer)
          Called when the title of the given CallContainer changes.
 void CallInfoFrame.callTitleChanged(CallPanel callContainer)
          Called when the title of the given CallPanel changes.
 void CallDialog.close(CallPanel callPanel)
          Closes the given call panel.
 void CallContainer.close(CallPanel callPanel)
          Closes the given CallPanel.
 void CallDialog.closeWait(CallPanel callPanel)
          Closes the given call panel.
 void CallContainer.closeWait(CallPanel callPanel)
          Closes the given CallPanel.
 boolean CallDialog.isCallVisible(CallPanel callPanel)
          Indicates if the given callPanel is currently visible.
 

Constructors in net.java.sip.communicator.impl.gui.main.call with parameters of type CallPanel
DTMFHandler(CallPanel callContainer)
          Creates DTMF handler for a call.
FullScreenButton(CallPanel callContainer)
          Initializes a new FullScreenButton instance which is to enter the full screen mode.
OneToOneCallPanel(CallPanel callContainer, Call call, CallPeer callPeer)
          Creates a call panel for the corresponding call, by specifying the call type (incoming or outgoing) and the parent dialog.
OneToOneCallPanel(CallPanel callContainer, Call call, CallPeer callPeer, UIVideoHandler videoHandler)
          Creates a call panel for the corresponding call, by specifying the call type (incoming or outgoing) and the parent dialog.
 

Uses of CallPanel in net.java.sip.communicator.impl.gui.main.call.conference
 

Fields in net.java.sip.communicator.impl.gui.main.call.conference declared as CallPanel
protected  CallPanel ConferenceCallPanel.callPanel
          The CallPanel which contains this panel.
 

Methods in net.java.sip.communicator.impl.gui.main.call.conference that return CallPanel
 CallPanel ConferenceCallPanel.getCallContainer()
          Returns the parent call container, where this renderer is contained.
 CallPanel ConferenceFocusPanel.getCallPanel()
          Returns the parent CallPanel containing this renderer.
 CallPanel ConferencePeerPanel.getCallPanel()
          Returns the parent CallPanel containing this renderer.
 

Constructors in net.java.sip.communicator.impl.gui.main.call.conference with parameters of type CallPanel
ConferenceCallPanel(CallPanel callPanel, Call c)
          Creates an instance of ConferenceCallPanel.
ConferenceCallPanel(CallPanel callPanel, Call c, boolean isVideo)
          Creates an instance of ConferenceCallPanel.
ConferenceFocusPanel(ConferenceCallPanel callRenderer, CallPanel callPanel, CallPeer callPeer, UIVideoHandler videoHandler)
          Creates an instance of ConferenceFocusPanel by specifying the parent call renderer, the call panel and the peer represented by this conference focus panel.
ConferencePeerPanel(ConferenceCallPanel callRenderer, CallPanel callContainer, CallPeer callPeer, UIVideoHandler videoHandler, boolean isVideo)
          Creates a ConferencePeerPanel, that would be contained in the given callDialog and would correspond to the given callPeer.
ConferencePeerPanel(ConferenceCallPanel callRenderer, CallPanel callPanel, ProtocolProviderService protocolProvider, boolean isVideo)
          Creates a ConferencePeerPanel by specifying the parent callDialog, containing it and the corresponding protocolProvider.
VideoConferenceCallPanel(CallPanel callPanel, Call call)
          Creates an instance of VideoConferenceCallPanel.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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