Uses of Class
Client.ClientView

Packages that use ClientView
Client   
 

Uses of ClientView in Client
 

Constructors in Client with parameters of type ClientView
ClientModel.ClientRunnable(java.net.Socket socket, ClientView view)
           
ConversationPane(ClientView vi, java.lang.String id)
          Construct a new ConversationPane.
ConversationPane(ClientView vi, java.lang.String id, java.lang.String otheruser)
          For when another user has invited you to a chat.
MainPane(ClientView vi)
          Construct a new MainPane, as the initial "username-asking" version.