Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.ciphermod.cipherchat.ChatClient

Uses of ChatClient in com.ciphermod.cipherchat
 

Fields in com.ciphermod.cipherchat declared as ChatClient
private  ChatClient MessagePoster._client
           
private  ChatClient GUI._chat
           
 

Methods in com.ciphermod.cipherchat that return ChatClient
protected  ChatClient GUI.getChat()
           
 

Methods in com.ciphermod.cipherchat with parameters of type ChatClient
protected  void GUI.setChat(ChatClient chat)
           
 

Constructors in com.ciphermod.cipherchat with parameters of type ChatClient
MessagePoster(javax.swing.JTextArea area, javax.swing.JScrollPane scroller, ChatClient client)