|
SIP Communicator: 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.chat.conference.AdHocChatRoomWrapper
public class AdHocChatRoomWrapper
The AdHocChatRoomWrapper is the representation of the AdHocChatRoom in the GUI. It stores the information for the ad-hoc chat room even when the corresponding protocol provider is not connected.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
AdHocChatRoom |
getAdHocChatRoom()
Returns the AdHocChatRoom that this wrapper represents. |
String |
getAdHocChatRoomID()
Returns the identifier of the ad-hoc chat room. |
String |
getAdHocChatRoomName()
Returns the ad-hoc chat room name. |
AdHocChatRoomProviderWrapper |
getParentProvider()
Returns the parent protocol provider. |
void |
setAdHocChatRoom(AdHocChatRoom adHocChatRoom)
Sets the AdHocChatRoom that this wrapper represents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdHocChatRoomWrapper(AdHocChatRoomProviderWrapper parentProvider,
String adHocChatRoomID,
String adHocChatRoomName)
parentProvider - the protocol provider to which the corresponding
ad-hoc chat room belongsadHocChatRoomID - the identifier of the corresponding ad-hoc chat
roomadHocChatRoomName - the name of the corresponding ad-hoc chat room
public AdHocChatRoomWrapper(AdHocChatRoomProviderWrapper parentProvider,
AdHocChatRoom adHocChatRoom)
adHocChatRoom - the chat room to which this wrapper corresponds.| Method Detail |
|---|
public AdHocChatRoom getAdHocChatRoom()
public void setAdHocChatRoom(AdHocChatRoom adHocChatRoom)
adHocChatRoom - the ad-hoc chat roompublic String getAdHocChatRoomName()
public String getAdHocChatRoomID()
public AdHocChatRoomProviderWrapper getParentProvider()
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||