Uses of Class
com.example.project.models.User
Packages that use User
-
Uses of User in com.example.project.services
Methods in com.example.project.services with parameters of type UserConstructors in com.example.project.services with parameters of type UserModifierConstructorDescriptionprotected
Session
(int newHandSize, int newWordViewSize, int newRedrawWindowSize, javafx.collections.ObservableList<UpgradeTile> newUpgrades, User newUser, int newMoney, int newLevelsBeaten, int currentLevelRequirement, int newFirstLevelsRequirement, int newInitialMoney) Constructor for injecting values in for unit test. -
Uses of User in com.example.project.services.sqlite.dAOs
Methods in com.example.project.services.sqlite.dAOs that return UserMethods in com.example.project.services.sqlite.dAOs with parameters of type User