|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.chatroomslist.joinforms.NewChatRoom
public class NewChatRoom
The NewChatRoom is meant to be used from the JoinChatRoomWizard, to collect information concerning the chat room to join.
| 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 |
|---|
public NewChatRoom()
| Method Detail |
|---|
public String getChatRoomName()
public void setChatRoomName(String chatRoomName)
chatRoomName - the name of the chat roompublic ChatRoomProviderWrapper getChatRoomProvider()
public void setChatRoomProvider(ChatRoomProviderWrapper provider)
provider - the chat room provider corresponding to
the chosen account
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||