Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

Packages that use AdHocChatRoomWrapper
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   
 

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

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

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

Methods in net.java.sip.communicator.impl.gui.main.chat.conference that return AdHocChatRoomWrapper
 AdHocChatRoomWrapper ConferenceChatManager.createAdHocChatRoom(ProtocolProviderService protocolProvider, Collection<String> contacts, String reason)
          Creates an ad-hoc chat room, by specifying the ad-hoc chat room name, the parent protocol provider and eventually, the contacts invited to participate in this ad-hoc chat room.
 AdHocChatRoomWrapper AdHocChatRoomProviderWrapper.findChatRoomWrapperForAdHocChatRoom(AdHocChatRoom adHocChatRoom)
          Returns the ad-hoc chat room wrapper contained in this provider that corresponds to the given ad-hoc chat room.
 AdHocChatRoomWrapper AdHocChatRoomProviderWrapper.getAdHocChatRoom(int index)
           
 

Methods in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type AdHocChatRoomWrapper
 void AdHocChatRoomProviderWrapper.addAdHocChatRoom(AdHocChatRoomWrapper adHocChatRoom)
          Adds the given ad-hoc chat room to this chat room provider.
 boolean AdHocChatRoomProviderWrapper.containsAdHocChatRoom(AdHocChatRoomWrapper adHocChatRoom)
          Returns true if the given ad-hoc chat room is contained in this provider, otherwise - returns false.
 int AdHocChatRoomProviderWrapper.indexOf(AdHocChatRoomWrapper chatRoomWrapper)
          Returns the index of the given chat room in this provider.
 void ConferenceChatManager.joinChatRoom(AdHocChatRoomWrapper chatRoomWrapper)
          Joins the given ad-hoc chat room
 void ConferenceChatManager.leaveChatRoom(AdHocChatRoomWrapper chatRoomWrapper)
          Leaves the given ChatRoom.
 void AdHocChatRoomProviderWrapper.removeChatRoom(AdHocChatRoomWrapper adHocChatRoom)
          Removes the given ad-hoc chat room from this provider.
 

Constructors in net.java.sip.communicator.impl.gui.main.chat.conference with parameters of type AdHocChatRoomWrapper
AdHocConferenceChatSession(ChatSessionRenderer sessionRenderer, AdHocChatRoomWrapper chatRoomWrapper)
          Creates an instance of AdHocConferenceChatSession, by specifying the sessionRenderer to be used for communication with the UI and the ad-hoc chat room corresponding to this conference session.
 

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

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist that return AdHocChatRoomWrapper
 AdHocChatRoomWrapper AdHocChatRoomList.findChatRoomWrapperFromAdHocChatRoom(AdHocChatRoom adHocChatRoom)
          Returns the AdHocChatRoomWrapper that correspond to the given AdHocChatRoom.
 AdHocChatRoomWrapper AdHocChatRoomListChangeEvent.getSourceAdHocChatRoom()
          Returns the source AdHocChatRoom.
 

Methods in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type AdHocChatRoomWrapper
 void AdHocChatRoomList.addAdHocChatRoom(AdHocChatRoomWrapper adHocChatRoomWrapper)
          Adds a chat room to this list.
 void AdHocChatRoomList.removeChatRoom(AdHocChatRoomWrapper adHocChatRoomWrapper)
          Removes the given AdHocChatRoom from the list of all ad-hoc chat rooms.
 

Constructors in net.java.sip.communicator.impl.gui.main.chatroomslist with parameters of type AdHocChatRoomWrapper
AdHocChatRoomListChangeEvent(AdHocChatRoomWrapper source, int eventID)
          Creates a new AdHocChatRoom event according to the specified parameters.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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