Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

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

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

Constructors in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type AdHocChatRoomProviderWrapper
AdHocChatRoomWrapper(AdHocChatRoomProviderWrapper parentProvider, AdHocChatRoom adHocChatRoom)
          Creates a ChatRoomWrapper by specifying the corresponding chat room.
AdHocChatRoomWrapper(AdHocChatRoomProviderWrapper parentProvider, String adHocChatRoomID, String adHocChatRoomName)
          Creates a AdHocChatRoomWrapper by specifying the protocol provider, the identifier and the name of the ad-hoc chat room.
 

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

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist that return AdHocChatRoomProviderWrapper
 AdHocChatRoomProviderWrapper AdHocChatRoomList.findServerWrapperFromProvider(ProtocolProviderService protocolProvider)
          Returns the AdHocChatRoomProviderWrapper that correspond to the given ProtocolProviderService.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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