| AVR Z-LINKŪ | |||||
Definition at line 39 of file ChatWindow.java.
Public Member Functions | |
| void | actionPerformed (ActionEvent ae) |
| This function is called whenever the "Send" or "Clear" buttons are pressed. | |
| void | addChatWindowEventListener (ChatWindowEventListener cweListener) |
| void | appendIncommingMessage (String iMsg) |
| Will append an incomming message to the live traffic. | |
| void | appendOutgoingMessage (String oMsg) |
| Will append an outgoing message to the live traffic. | |
| void | appendTextToConversation (String msg) |
| Appends a string to the live traffic. | |
| ChatWindow () | |
| Class constructor. Builds a new chat tab. | |
| void | clearConversation () |
| Erases the contents of the live traffic window. | |
| void | clearMessage () |
| Erases the text in the message JTextArea. | |
| void | disableMessageWindow () |
| Disables typing of text in the message JTextArea. | |
| void | enableMessageWindow () |
| Enables typing of text in the message JTextArea. | |
| String | getMessage () |
| Returns the content of the message JTextArea. | |
| void | removeChatWindowEventListener (ChatWindowEventListener cweListener) |
Protected Member Functions | |
| void | fireChatWindowEvent (ChatWindowEvent event) |
Generated on Sat Dec 2 16:14:07 2006 for AVR414 User's Guide - ATAVRRZ502 - Accessory Kit by 1.4.7
|