Package com.joctopus.ui.joctopus

Interface Summary
IChat A utility class, curently used by ChatAreaTracker.
 

Class Summary
ChatAreaTracker This class is key adapter which tracks the chat area on each key pressed and key released event.The main objective is to focus for ALT+s key combination.
ChatBoard encapsulates chat tabs for each user.
ChatCache This class stores the chat history of entire users.
ChatData This bean encapsulates chat data(message,time), it is tied with single request only.
ChatHistory This bean stores entire chat history of the user identified by user object.
ChatPanel This class encapsulates the ui of Chat tab.
ChatterHandler This class handles all the events of chatterUI.
ChatterTableModel  
ChatterUI The main chatter ui
FileScanner Represents Model and View in file scanning operation.
FileScannerHandler Controller for FileScanner, updates file information in filescanner dialog, and performs indepth scan of all files in selected directories.
FileTransferPanel This class encapsulates the ui of file transfer tab.