SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.project.view.UserInfo

Packages that use UserInfo
org.sourcejammer.client.gui   
org.sourcejammer.client.gui.dialog   
 

Uses of UserInfo in org.sourcejammer.client.gui
 

Methods in org.sourcejammer.client.gui that return UserInfo
 UserInfo UserListTableModel.getUserAt(int row)
          Returns UserInfo object at specified row.
 UserInfo[] CommandCentral.getCompleteUserList()
           
 UserInfo[] CommandCentral.getArchiveControllerList()
           
 UserInfo[] CommandCentral.getArchiveUserList()
           
 

Methods in org.sourcejammer.client.gui with parameters of type UserInfo
 void UserListTableModel.addUser(UserInfo user)
          Adds one user to the end of this table model.
 void UserListTableModel.addUsers(UserInfo[] users)
          Adds all users to the end of this table model.
 

Uses of UserInfo in org.sourcejammer.client.gui.dialog
 

Methods in org.sourcejammer.client.gui.dialog that return UserInfo
 UserInfo UserManagementDialog.getSelectedUser()
           
 UserInfo ArchiveUsersPane.getSelectedUser()
           
static UserInfo[] ArchiveUsersDialog.buildUsersNoControllers(UserInfo[] users, UserInfo[] controllers)
           
 

Methods in org.sourcejammer.client.gui.dialog with parameters of type UserInfo
 void ArchiveUsersPane.refresh(UserInfo[] leftList, UserInfo[] rightList)
           
static UserInfo[] ArchiveUsersDialog.buildUsersNoControllers(UserInfo[] users, UserInfo[] controllers)
           
 

Constructors in org.sourcejammer.client.gui.dialog with parameters of type UserInfo
UserManagementDialog(java.awt.Frame owner, UserInfo[] users, UserInfo[] archiveControllers)
           
UserManagementDialog(java.awt.Dialog owner, UserInfo[] users, UserInfo[] archiveControllers)
           
ArchiveUsersPane(UserInfo[] leftList, UserInfo[] rightList, java.lang.String leftListLabel, java.lang.String rightListlabel)
           
ArchiveUsersDialog(java.awt.Frame owner, UserInfo[] users, UserInfo[] controllers, UserInfo[] archiveUsers)
           
ArchiveUsersDialog(java.awt.Dialog owner, UserInfo[] users, UserInfo[] controllers, UserInfo[] archiveUsers)
           
 


SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan