Uses of Class
org.jogre.common.User

Packages that use User
org.jogre.client.awt This package contains visual classes which aid the creation of games. 
org.jogre.common This package contains classes which are common to both a client or a server. 
 

Uses of User in org.jogre.client.awt
 

Methods in org.jogre.client.awt that return User
 User JUserList.getSelectedUser()
          Return the selected user as an object.
 

Methods in org.jogre.client.awt with parameters of type User
 void UserLabel.refresh(User user)
          Refresh a player label.
 void JogreClientPanel.receiveNewUser(User user)
          User has logged on so receive his User object.
 void JogreClientFrame.getUserDialog(User user)
          Delegate method for create a user dialog.
 void JogreClientApplet.getUserDialog(User user)
          Delegate method for create a user dialog.
 void IJogreClientGUI.getUserDialog(User user)
          Return a user information dialog.
 

Constructors in org.jogre.client.awt with parameters of type User
UserLabel(User user)
          Create a new user label where the label size is of type TableLayout.PREFFERRED.
UserLabel(User user, double labelWidth)
          Create a new user label with a specified label width.
JUserList(Game game, User excludedUser)
          Constructor with excluded user.
JUserInfoDialog(User user)
          Constructor for applets.
JUserInfoDialog(Frame owner, User user)
          Constructor for applications.
 

Uses of User in org.jogre.common
 

Methods in org.jogre.common that return User
 User UserList.getUser(String username)
          Return a user object from a username.
 

Methods in org.jogre.common with parameters of type User
 void UserList.addUser(User user)
          Creates a new User using a username and a rating and adds to the HashMap.