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

Quick Search    Search Deep

Uses of Class
com.ciphermod.cipherchat.ChatGroup

Uses of ChatGroup in com.ciphermod.cipherchat
 

Fields in com.ciphermod.cipherchat declared as ChatGroup
private  ChatGroup ChatChildTransmitter._group
           
 

Methods in com.ciphermod.cipherchat that return ChatGroup
protected  ChatGroup ChatChildTransmitter.getGroup()
           
protected  ChatGroup ChatChild.getGroup()
           
 

Methods in com.ciphermod.cipherchat with parameters of type ChatGroup
protected  void ChatChildTransmitter.setGroup(ChatGroup group)
           
 

Constructors in com.ciphermod.cipherchat with parameters of type ChatGroup
ChatChildTransmitter(java.io.DataOutputStream out, ChatGroup group)