Uses of Class
org.jogre.client.awt.ChatPrivateDialog

Packages that use ChatPrivateDialog
org.jogre.client.awt This package contains visual classes which aid the creation of games. 
 

Uses of ChatPrivateDialog in org.jogre.client.awt
 

Methods in org.jogre.client.awt that return ChatPrivateDialog
protected  ChatPrivateDialog JogreClientPanel.getPrivateMessageComponent(String usernameTo)
          Returns a private message for a particular user and creates one if it doesn't already exist.
 ChatPrivateDialog JogreClientFrame.getChatPrivateDialog(String usernameTo, ClientConnectionThread conn)
          Delegate method for receiving a private chat message.
 ChatPrivateDialog JogreClientApplet.getChatPrivateDialog(String usernameTo, ClientConnectionThread conn)
          Method for returning the correct chat dialog.
 ChatPrivateDialog IJogreClientGUI.getChatPrivateDialog(String usernameTo, ClientConnectionThread conn)
          Return a private chat dialog.