| Constructors in net.java.sip.communicator.impl.gui.main.call.conference with parameters of type 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. |