Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use ChatRoomProviderWrapper
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.createforms   
net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms   
 

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

Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return ChatRoomProviderWrapper
 ChatRoomProviderWrapper ChatRoomWrapper.getParentProvider()
          Returns the parent protocol provider.
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ChatRoomProviderWrapper
 List<String> ConferenceChatManager.getExistingChatRooms(ChatRoomProviderWrapper chatRoomProvider)
          Returns existing chat rooms for the given chatRoomProvider.
 void ConferenceChatManager.joinChatRoom(String chatRoomName, ChatRoomProviderWrapper chatRoomProvider)
          Joins the room with the given name though the given chat room provider.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type ChatRoomProviderWrapper
ChatRoomWrapper(ChatRoomProviderWrapper parentProvider, ChatRoom chatRoom)
          Creates a ChatRoomWrapper by specifying the corresponding chat room.
ChatRoomWrapper(ChatRoomProviderWrapper parentProvider, String chatRoomID, String chatRoomName)
          Creates a ChatRoomWrapper by specifying the protocol provider, the identifier and the name of the chat room.
 

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

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist that return ChatRoomProviderWrapper
 ChatRoomProviderWrapper ChatRoomList.findServerWrapperFromProvider(ProtocolProviderService protocolProvider)
          Returns the ChatRoomProviderWrapper that correspond to the given ProtocolProviderService.
 ChatRoomProviderWrapper ChatRoomTableDialog.getSelectedProvider()
          Returns the selected provider in the providers combo box.
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist that return types with arguments of type ChatRoomProviderWrapper
 Iterator<ChatRoomProviderWrapper> ChatRoomList.getChatRoomProviders()
          Returns an iterator to the list of chat room providers.
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type ChatRoomProviderWrapper
 void ChatRoomTableModel.chatRoomProviderWrapperAdded(ChatRoomProviderWrapper provider)
          When a provider wrapper is added this method is called to inform listeners.
 void ChatRoomList.ChatRoomProviderWrapperListener.chatRoomProviderWrapperAdded(ChatRoomProviderWrapper provider)
          When a provider wrapper is added this method is called to inform listeners.
 void ChatRoomTableModel.chatRoomProviderWrapperRemoved(ChatRoomProviderWrapper provider)
          When a provider wrapper is removed this method is called to inform listeners.
 void ChatRoomList.ChatRoomProviderWrapperListener.chatRoomProviderWrapperRemoved(ChatRoomProviderWrapper provider)
          When a provider wrapper is removed this method is called to inform listeners.
 

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type ChatRoomProviderWrapper
ChatRoomCommonRightButtonMenu(MainFrame mainFrame, ChatRoomProviderWrapper provider)
          Creates an instance of ChatRoomsListRightButtonMenu.
ChatRoomServerRightButtonMenu(ChatRoomProviderWrapper chatRoomProvider)
          Creates an instance of ChatRoomsListRightButtonMenu.
 

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

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist.createforms with parameters of type ChatRoomProviderWrapper
CreateChatRoomDialog(ChatRoomProviderWrapper provider)
          Creates an instance of CreateChatRoomDialog that represents a dialog that adds a new chat room to an already existing server.
 

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

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms that return ChatRoomProviderWrapper
 ChatRoomProviderWrapper NewChatRoom.getChatRoomProvider()
          Returns the chat room provider corresponding to the chosen account.
 ChatRoomProviderWrapper JoinChatRoomWindow.getSelectedProvider()
          Returns the selected provider in the providers combo box.
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms with parameters of type ChatRoomProviderWrapper
 void SearchChatRoomPanel.setChatRoomProvider(ChatRoomProviderWrapper provider)
          Sets the protocol provider that have been chosen by user on the first page of the join chat room wizard.
 void NewChatRoom.setChatRoomProvider(ChatRoomProviderWrapper provider)
          Sets the chat room provider corresponding to the chosen account.
 

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms with parameters of type ChatRoomProviderWrapper
JoinChatRoomDialog(ChatRoomProviderWrapper provider)
          Creates an instance of JoinChatRoomDialog.
JoinChatRoomWindow(ChatRoomProviderWrapper chatRoomProvider)
          Builds the window.
SearchChatRoomPanel(ChatRoomProviderWrapper provider)
          Creates an instance of SearchChatRoomPanel.
 

Constructor parameters in net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms with type arguments of type ChatRoomProviderWrapper
JoinChatRoomWizardPage1(WizardContainer wizard, NewChatRoom joinChatRoom, Iterator<ChatRoomProviderWrapper> chatRoomProviders)
          Creates an instance of JoinChatRoomWizardPage1.
SelectAccountPanel(NewChatRoom joinChatRoom, Iterator<ChatRoomProviderWrapper> chatRoomProviders)
          Creates and initializes the SelectAccountPanel.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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