Uses of Class
oogp2p.chat.ChatWindow

Packages that use ChatWindow
oogp2p.chat   
 

Uses of ChatWindow in oogp2p.chat
 

Subclasses of ChatWindow in oogp2p.chat
 class MultiChatWindow
          MultiChatWindow.java Creates the window that contains a text areas to display chat text.
 

Methods in oogp2p.chat that return ChatWindow
 ChatWindow ChatAdministrator.getSession(java.lang.String from, java.net.InetAddress fromIP)
          Should be replaced by the getSession function below when MultiChat replaces original Chat system.
 ChatWindow ChatAdministrator.getSession(java.util.Vector peerInfo)
           
 

Methods in oogp2p.chat with parameters of type ChatWindow
 void ChatAdministrator.add(ChatWindow cw)