Uses of Class
vooga.users.user.UserDatabaseInterface

Packages that use UserDatabaseInterface
testing.users.ui.profile Test harness for the profile screen GUI component. 
vooga.users.ui Contains the code for all GUI components drawn by the Users component of VOOGA 
vooga.users.ui.login Contains the code for the login screen 
vooga.users.ui.preferences Contains the preferences screen for a VOOGA account. 
vooga.users.ui.profile Contains the profile screen for a VOOGA account. 
vooga.users.ui.pwrecovery   
vooga.users.ui.register Contains the register screen when a human makes a new VOOGA account. 
 

Uses of UserDatabaseInterface in testing.users.ui.profile
 

Constructors in testing.users.ui.profile with parameters of type UserDatabaseInterface
UserProfileTest(UserDatabaseInterface userDB)
           
 

Uses of UserDatabaseInterface in vooga.users.ui
 

Methods in vooga.users.ui that return UserDatabaseInterface
 UserDatabaseInterface UsersGUI.makeTestingDB()
          Makes a test user database
 

Uses of UserDatabaseInterface in vooga.users.ui.login
 

Constructors in vooga.users.ui.login with parameters of type UserDatabaseInterface
LoginScreenModel(VoogaGUI gui, int frameID, UserDatabaseInterface db)
           
 

Uses of UserDatabaseInterface in vooga.users.ui.preferences
 

Constructors in vooga.users.ui.preferences with parameters of type UserDatabaseInterface
AboutMePanel(VoogaUser user, UserDatabaseInterface userDB, IVoogaGUI gui)
           
PrefsScreen(VoogaUser user, UserDatabaseInterface userDB, IVoogaGUI GUI)
          Default constructor for a preferences screen
 

Uses of UserDatabaseInterface in vooga.users.ui.profile
 

Constructors in vooga.users.ui.profile with parameters of type UserDatabaseInterface
UserProfile(VoogaUser user, UserDatabaseInterface userDB, VoogaGUI GUI)
          Default constructor.
 

Uses of UserDatabaseInterface in vooga.users.ui.pwrecovery
 

Constructors in vooga.users.ui.pwrecovery with parameters of type UserDatabaseInterface
PasswordRecoveryScreen(IVoogaGUI gui, UserDatabaseInterface userDB, VoogaUser user)
          Primary constructor.
 

Uses of UserDatabaseInterface in vooga.users.ui.register
 

Constructors in vooga.users.ui.register with parameters of type UserDatabaseInterface
RegisterScreen(IVoogaGUI voogaGUI, UserDatabaseInterface userDB)
          Primary constructor.