Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

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

Subclasses of ChatContact in net.java.sip.communicator.impl.gui.main.chat
 class MetaContactChatContact
          The MetaContactChatContact represents a ChatContact in a user-to-user chat.
 

Fields in net.java.sip.communicator.impl.gui.main.chat with type parameters of type ChatContact
protected  List<ChatContact<?>> ChatSession.chatParticipants
          The list of ChatContacts contained in this chat session.
 

Methods in net.java.sip.communicator.impl.gui.main.chat that return types with arguments of type ChatContact
 Iterator<ChatContact<?>> ChatSession.getParticipants()
          Returns an iterator to the list of all participants contained in this chat session.
 

Methods in net.java.sip.communicator.impl.gui.main.chat with parameters of type ChatContact
 void ChatPanel.addChatContact(ChatContact<?> chatContact)
          Adds the given chatContact to the list of chat contacts participating in the corresponding to this chat panel chat.
 void ChatSessionRenderer.addChatContact(ChatContact<?> chatContact)
          Adds the given chat contact to the UI.
 void ChatPanel.removeChatContact(ChatContact<?> chatContact)
          Removes the given chatContact from the list of chat contacts participating in the corresponding to this chat panel chat.
 void ChatSessionRenderer.removeChatContact(ChatContact<?> chatContact)
          Removes the given chat contact from the UI.
 void ChatPanel.setContactName(ChatContact<?> chatContact, String name)
          Renames all occurrences of the given chatContact in this chat panel.
 void ChatSessionRenderer.setContactName(ChatContact<?> chatContact, String name)
          Sets the name of the given chat contact.
 void ChatPanel.updateChatContactStatus(ChatContact<?> chatContact, String statusMessage)
          Updates the contact status.
 void ChatSessionRenderer.updateChatContactStatus(ChatContact<?> chatContact, String statusMessage)
          Updates the status of the given chat contact.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat with parameters of type ChatContact
ChatContactRightButtonMenu(ChatPanel chatPanel, ChatContact<?> chatContact)
          Creates an instance of ChatRoomsListRightButtonMenu.
 

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

Subclasses of ChatContact in net.java.sip.communicator.impl.gui.main.chat.conference
 class AdHocConferenceChatContact
          The AdHocConferenceChatContact represents a ChatContact in an ad-hoc conference chat.
 class ConferenceChatContact
          The ConferenceChatContact represents a ChatContact in a conference chat.
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ChatContact
 void ChatRoomMemberListPanel.addContact(ChatContact<?> chatContact)
          Adds a ChatContact to the list of contacts contained in the chat.
 void ChatContactListModel.addElement(ChatContact<?> chatContact)
          Adds a specific ChatContact to this AbstractListModel implementation and preserves the sorting it applies.
 void ChatRoomMemberListPanel.removeContact(ChatContact<?> chatContact)
          Removes the given ChatContact from the list of chat contacts.
 void ChatContactListModel.removeElement(ChatContact<?> chatContact)
          Removes a specific ChatContact from this AbstractListModel implementation.
 void ChatRoomMemberListPanel.renameContact(ChatContact<?> chatContact)
          In the corresponding ChatContactPanel changes the name of the given Contact.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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