Uses of Package
com.joctopus.ui.joctopus

Packages that use com.joctopus.ui.joctopus
com.joctopus.ui.joctopus   
com.joctopus.work   
 

Classes in com.joctopus.ui.joctopus used by com.joctopus.ui.joctopus
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.
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.
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.
IChat
          A utility class, curently used by ChatAreaTracker.
 

Classes in com.joctopus.ui.joctopus used by com.joctopus.work
ChatterHandler
          This class handles all the events of chatterUI.