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.iserve.ipc The main classes that make up the "iserve" communication strategy. 
ix.itest I-Test. 
 

Uses of ChatMessage in ix.ichat
 

Methods in ix.ichat with parameters of type ChatMessage
 void IChat.handleNewChatMessage(ChatMessage message)
          Handles new chat messages.
 void ChatFrame.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.iserve.ipc
 

Methods in ix.iserve.ipc that return ChatMessage
 ChatMessage LinearIXSyntax.decodeChatMessage(java.lang.String s)
           
 

Methods in ix.iserve.ipc with parameters of type ChatMessage
 java.lang.String LinearIXSyntax.encode(ChatMessage m)
           
 

Uses of ChatMessage in ix.itest
 

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

Methods in ix.itest with parameters of type ChatMessage
 void ReceivePanel.newMessage(ChatMessage message)