Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use ChatRoomWrapper
net.java.sip.communicator.impl.gui.main.chat   
net.java.sip.communicator.impl.gui.main.chat.conference   
net.java.sip.communicator.impl.gui.main.chatroomslist   
net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms   
 

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

Methods in net.java.sip.communicator.impl.gui.main.chat with parameters of type ChatRoomWrapper
 ChatPanel ChatWindowManager.getMultiChat(ChatRoomWrapper chatRoomWrapper, boolean create)
          Gets the ChatPanel corresponding to the specified ChatRoomWrapper and optionally creates it if it does not exist yet.
 

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

Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return ChatRoomWrapper
 ChatRoomWrapper ConferenceChatManager.createChatRoom(ProtocolProviderService protocolProvider, Collection<String> contacts, String reason)
          Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
 ChatRoomWrapper ConferenceChatManager.createChatRoom(String roomName, ProtocolProviderService protocolProvider, Collection<String> contacts, String reason)
          Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
 ChatRoomWrapper ConferenceChatManager.createChatRoom(String roomName, ProtocolProviderService protocolProvider, Collection<String> contacts, String reason, boolean join, boolean persistent)
          Creates a chat room, by specifying the chat room name, the parent protocol provider and eventually, the contacts invited to participate in this chat room.
 ChatRoomWrapper ChatRoomProviderWrapper.findChatRoomWrapperForChatRoom(ChatRoom chatRoom)
          Returns the chat room wrapper contained in this provider that corresponds to the given chat room.
 ChatRoomWrapper ChatRoomProviderWrapper.getChatRoom(int index)
           
 ChatRoomWrapper ChatRoomProviderWrapper.getSystemRoomWrapper()
          Returns the system room wrapper corresponding to this server.
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ChatRoomWrapper
 void ChatRoomProviderWrapper.addChatRoom(ChatRoomWrapper chatRoom)
          Adds the given chat room to this chat room provider.
 void ConferenceChatManager.addHistoryWindowForChatRoom(ChatRoomWrapper chatRoomWrapper, HistoryWindow historyWindow)
          Adds a history window for a given chat room in the table of opened history windows.
 boolean ChatRoomProviderWrapper.containsChatRoom(ChatRoomWrapper chatRoom)
          Returns true if the given chat room is contained in this provider, otherwise - returns false.
 boolean ConferenceChatManager.containsHistoryWindowForChatRoom(ChatRoomWrapper chatRoomWrapper)
          Checks if there's an open history window for the given chat room.
 HistoryWindow ConferenceChatManager.getHistoryWindowForChatRoom(ChatRoomWrapper chatRoomWrapper)
          Returns the history window for the given chat room.
 int ChatRoomProviderWrapper.indexOf(ChatRoomWrapper chatRoomWrapper)
          Returns the index of the given chat room in this provider.
 void ConferenceChatManager.joinChatRoom(ChatRoomWrapper chatRoomWrapper)
          Join chat room.
 void ConferenceChatManager.joinChatRoom(ChatRoomWrapper chatRoomWrapper, String nickName, byte[] password)
          Joins the given chat room with the given password and manages all the exceptions that could occur during the join process.
 void ConferenceChatManager.leaveChatRoom(ChatRoomWrapper chatRoomWrapper)
          Leaves the given ChatRoom.
 void ChatRoomProviderWrapper.removeChatRoom(ChatRoomWrapper chatRoom)
          Removes the given chat room from this provider.
 void ConferenceChatManager.removeChatRoom(ChatRoomWrapper chatRoomWrapper)
          Removes the given chat room from the UI.
 void ConferenceChatManager.removeHistoryWindowForChatRoom(ChatRoomWrapper chatRoomWrapper)
          Removes the history window for the given chat room.
 

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

Uses of ChatRoomWrapper in net.java.sip.communicator.impl.gui.main.chatroomslist
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist that return ChatRoomWrapper
 ChatRoomWrapper ChatRoomList.findChatRoomWrapperFromChatRoom(ChatRoom chatRoom)
          Returns the ChatRoomWrapper that correspond to the given ChatRoom.
(package private)  ChatRoomWrapper ChatRoomTableUI.getSelectedRoom()
          Returns the currently selected room.
 ChatRoomWrapper ChatRoomListChangeEvent.getSourceChatRoom()
          Returns the source ChatRoom.
(package private)  ChatRoomWrapper ChatRoomTableModel.getValueAt(int rowIndex)
          The room wrapper for the supplied row.
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type ChatRoomWrapper
 void ChatRoomList.addChatRoom(ChatRoomWrapper chatRoomWrapper)
          Adds a chat room to this list.
 void ChatRoomList.removeChatRoom(ChatRoomWrapper chatRoomWrapper)
          Removes the given ChatRoom from the list of all chat rooms.
 

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type ChatRoomWrapper
ChatRoomListChangeEvent(ChatRoomWrapper source, int eventID)
          Creates a new ChatRoom event according to the specified parameters.
ChatRoomRightButtonMenu(ChatRoomWrapper chatRoomWrapper)
          Creates an instance of ChatRoomsListRightButtonMenu.
 

Uses of ChatRoomWrapper in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
 

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms with parameters of type ChatRoomWrapper
ChatRoomAuthenticationWindow(ChatRoomWrapper chatRoom)
          Creates an instance of the LoginWindow.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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