Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.main.chat.ChatSession

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

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

Subclasses of ChatSession in net.java.sip.communicator.impl.gui.main.chat
 class MetaContactChatSession
          An implementation of the ChatSession interface that represents a user-to-user chat session.
 

Fields in net.java.sip.communicator.impl.gui.main.chat declared as ChatSession
 ChatSession ChatPanel.chatSession
           
 

Methods in net.java.sip.communicator.impl.gui.main.chat that return ChatSession
 ChatSession ChatPanel.getChatSession()
          Returns the chat session associated with this chat panel.
 ChatSession MetaContactChatTransport.getParentChatSession()
          Returns the parent session of this chat transport.
 ChatSession ChatTransport.getParentChatSession()
          Returns the parent session of this chat transport.
 

Methods in net.java.sip.communicator.impl.gui.main.chat with parameters of type ChatSession
 void ChatSessionChangeListener.currentChatTransportChanged(ChatSession chatSession)
          Called when the current ChatTransport has changed.
 void ContactPhotoPanel.setChatSession(ChatSession chatSession)
          Sets the given chatSession parameters to this contact photo label.
 void ChatPanel.setChatSession(ChatSession chatSession)
          Sets the chat session to associate to this chat panel.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat with parameters of type ChatSession
ChatTransportSelectorBox(ChatPanel chatPanel, ChatSession chatSession, ChatTransport selectedChatTransport)
          Creates an instance of ChatTransportSelectorBox.
MetaContactChatTransport(ChatSession chatSession, Contact contact)
          Creates an instance of MetaContactChatTransport by specifying the parent chatSession and the contact associated with the transport.
 

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

Subclasses of ChatSession in net.java.sip.communicator.impl.gui.main.chat.conference
 class AdHocConferenceChatSession
          An implementation of ChatSession for ad-hoc conference chatting.
 class ConferenceChatSession
          An implementation of ChatSession for conference chatting.
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return ChatSession
 ChatSession AdHocConferenceChatTransport.getParentChatSession()
          Returns the parent session of this chat transport.
 ChatSession ConferenceChatTransport.getParentChatSession()
          Returns the parent session of this chat transport.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ChatSession
AdHocConferenceChatTransport(ChatSession chatSession, AdHocChatRoom chatRoom)
          Creates an instance of ConferenceChatTransport by specifying the parent chat session and the ad-hoc chat room associated with this transport.
ChatContactListModel(ChatSession chatSession)
          Creates the model.
ConferenceChatTransport(ChatSession chatSession, ChatRoom chatRoom)
          Creates an instance of ConferenceChatTransport by specifying the parent chat session and the chat room associated with this transport.
 

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

Methods in net.java.sip.communicator.impl.gui.main.chat.toolBars with parameters of type ChatSession
 void MainToolBar.currentChatTransportChanged(ChatSession chatSession)
          Implements ChatSessionChangeListener#currentChatTransportChanged(ChatSession).
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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