Uses of Interface
ca.spaz.cron.user.User

Packages that use User
ca.spaz.cron.targets   
ca.spaz.cron.user   
ca.spaz.cron.user.impl   
 

Uses of User in ca.spaz.cron.targets
 

Methods in ca.spaz.cron.targets with parameters of type User
 double RDITargetModel.getTargetMaximum(User user, NutrientInfo ni)
           
 double TargetModel.getTargetMaximum(User user, NutrientInfo ni)
           
 double CRONTargetModel.getTargetMaximum(User user, NutrientInfo ni)
           
 double RDITargetModel.getTargetMinimum(User user, NutrientInfo ni)
           
 double TargetModel.getTargetMinimum(User user, NutrientInfo ni)
           
 double CRONTargetModel.getTargetMinimum(User user, NutrientInfo ni)
           
 

Constructors in ca.spaz.cron.targets with parameters of type User
TargetEditor(User user)
           
TargetEditorTable(User user, java.util.List nutrients)
           
TargetEditorTableModel(User user, java.util.List nutrientInfo)
           
 

Uses of User in ca.spaz.cron.user
 

Methods in ca.spaz.cron.user with parameters of type User
static void NewUserWizard.createNewUser(User user)
           
 void UserChangeListener.userChanged(User user)
          This event is fired whenever the user model changes in some way.
 

Constructors in ca.spaz.cron.user with parameters of type User
NewUserWizard.TargetsPanel(User user)
           
UserInfoWizardPanel(User user)
           
 

Uses of User in ca.spaz.cron.user.impl
 

Classes in ca.spaz.cron.user.impl that implement User
 class CRONUser
          A CRONOMETER-specific, property-based User implementation.
 

Methods in ca.spaz.cron.user.impl that return User
static User CRONUser.getUser()
           
 



Copyright © 2005 Spaz. All Rights Reserved.