Uses of Class
ix.ichat.ChatMessage

Packages that use ChatMessage
ix.ichat   
ix.icore I-X core classes. 
ix.iface.util Interface utilities. 
ix.ip2 I-X Process Panels 
ix.itest I-TEST. 
 

Uses of ChatMessage in ix.ichat
 

Methods in ix.ichat that return ChatMessage
protected  ChatMessage ChatFrame.ChatSendPanel.messageFromControls()
           
 

Methods in ix.ichat with parameters of type ChatMessage
 void IChat.handleNewChatMessage(ChatMessage message)
          Handles new chat messages.
 void ChatFrame.newMessage(ChatMessage message)
           
 void ChatFrame.TranscriptPanel.newMessage(ChatMessage message)
           
 

Uses of ChatMessage in ix.icore
 

Methods in ix.icore with parameters of type ChatMessage
 void IXAgent.handleNewChatMessage(ChatMessage message)
          Handles new chat messages from external sources.
 

Uses of ChatMessage in ix.iface.util
 

Methods in ix.iface.util with parameters of type ChatMessage
static java.lang.String Reporting.chatMessageDescription(ChatMessage message)
           
 

Uses of ChatMessage in ix.ip2
 

Methods in ix.ip2 with parameters of type ChatMessage
 void Ip2.handleNewChatMessage(ChatMessage message)
          Handles new chat messages.
 

Uses of ChatMessage in ix.itest
 

Methods in ix.itest that return ChatMessage
protected  ChatMessage SendPanel.messageFromControls()
          Construct a chat message from the current state of the GUI.