SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.chat
Interface ChatConversationContainer

All Known Implementing Classes:
ChatPanel, HistoryWindow

public interface ChatConversationContainer

The ChatConversationContainer is used as an abstraction of the conversation area, which is included in both the chat window and the history window.

Author:
Yana Stamcheva

Method Summary
 Window getConversationContainerWindow()
          Returns the window, where this chat conversation container is contained.
 void setStatusMessage(String statusMessage)
          Sets the given status message to this conversation container.
 

Method Detail

getConversationContainerWindow

Window getConversationContainerWindow()
Returns the window, where this chat conversation container is contained. (the chat window, the history window, etc)

Returns:
the window, where this chat conversation container is contained.

setStatusMessage

void setStatusMessage(String statusMessage)
Sets the given status message to this conversation container.

Parameters:
statusMessage - the status message to set

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

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