Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.impl.gui.main.chat.ChatSessionRenderer

Packages that use ChatSessionRenderer
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.chat.conference   
 

Uses of ChatSessionRenderer in net.java.sip.communicator.impl.gui.main.chat
 

Classes in net.java.sip.communicator.impl.gui.main.chat that implement ChatSessionRenderer
 class ChatPanel
          The ChatPanel is the panel, where users can write and send messages, view received messages.
 

Methods in net.java.sip.communicator.impl.gui.main.chat that return ChatSessionRenderer
 ChatSessionRenderer MetaContactChatSession.getChatSessionRenderer()
          Returns the ChatSessionRenderer that provides the connection between this chat session and its UI.
abstract  ChatSessionRenderer ChatSession.getChatSessionRenderer()
          Returns the ChatSessionRenderer that provides the connection between this chat session and its UI.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat with parameters of type ChatSessionRenderer
MetaContactChatSession(ChatSessionRenderer sessionRenderer, MetaContact metaContact, Contact protocolContact)
          Creates an instance of MetaContactChatSession by specifying the renderer, which gives the connection with the UI, the meta contact corresponding to the session and the protocol contact to be used as transport.
 

Uses of ChatSessionRenderer in net.java.sip.communicator.impl.gui.main.chat.conference
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return ChatSessionRenderer
 ChatSessionRenderer ConferenceChatSession.getChatSessionRenderer()
          Returns the ChatSessionRenderer that provides the connection between this chat session and its UI.
 ChatSessionRenderer AdHocConferenceChatSession.getChatSessionRenderer()
          Returns the ChatSessionRenderer that provides the connection between this chat session and its UI.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ChatSessionRenderer
AdHocConferenceChatSession(ChatSessionRenderer sessionRenderer, AdHocChatRoomWrapper chatRoomWrapper)
          Creates an instance of AdHocConferenceChatSession, by specifying the sessionRenderer to be used for communication with the UI and the ad-hoc chat room corresponding to this conference session.
ConferenceChatSession(ChatSessionRenderer sessionRenderer, ChatRoomWrapper chatRoomWrapper)
          Creates an instance of ConferenceChatSession, by specifying the sessionRenderer to be used for communication with the UI and the chatRoom corresponding to this conference session.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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