Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms
Class NewChatRoom

java.lang.Object
  extended by net.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.NewChatRoom

public class NewChatRoom
extends Object

The NewChatRoom is meant to be used from the JoinChatRoomWizard, to collect information concerning the chat room to join.

Author:
Yana Stamcheva

Constructor Summary
NewChatRoom()
           
 
Method Summary
 String getChatRoomName()
          Returns the name of the chat room.
 ChatRoomProviderWrapper getChatRoomProvider()
          Returns the chat room provider corresponding to the chosen account.
 void setChatRoomName(String chatRoomName)
          Sets the name of the chat room.
 void setChatRoomProvider(ChatRoomProviderWrapper provider)
          Sets the chat room provider corresponding to the chosen account.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewChatRoom

public NewChatRoom()
Method Detail

getChatRoomName

public String getChatRoomName()
Returns the name of the chat room.

Returns:
the name of the chat room

setChatRoomName

public void setChatRoomName(String chatRoomName)
Sets the name of the chat room.

Parameters:
chatRoomName - the name of the chat room

getChatRoomProvider

public ChatRoomProviderWrapper getChatRoomProvider()
Returns the chat room provider corresponding to the chosen account.

Returns:
the chat room provider corresponding to the chosen account

setChatRoomProvider

public void setChatRoomProvider(ChatRoomProviderWrapper provider)
Sets the chat room provider corresponding to the chosen account.

Parameters:
provider - the chat room provider corresponding to the chosen account

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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