Uses of Interface
com.joctopus.ui.joctopus.IChat

Packages that use IChat
com.joctopus.ui.joctopus   
 

Uses of IChat in com.joctopus.ui.joctopus
 

Classes in com.joctopus.ui.joctopus that implement IChat
 class ChatBoard
          encapsulates chat tabs for each user.
 class ChatterHandler
          This class handles all the events of chatterUI.
 

Methods in com.joctopus.ui.joctopus that return IChat
 IChat ChatAreaTracker.getiChat()
           
 

Methods in com.joctopus.ui.joctopus with parameters of type IChat
 void ChatAreaTracker.setiChat(IChat iChat)
           
 

Constructors in com.joctopus.ui.joctopus with parameters of type IChat
ChatAreaTracker(IChat iChat)