Package | Description |
---|---|
cusack.hcg.comm | |
cusack.hcg.gui.controller.admin | |
cusack.hcg.gui.screens | |
cusack.hcg.util |
Modifier and Type | Method and Description |
---|---|
User |
DataSource.getUser() |
User |
DataSource.logInUser(java.lang.String userName,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<User> |
DataSource.getAllUsers() |
Modifier and Type | Method and Description |
---|---|
boolean |
DataSource.deleteUser(User user) |
boolean |
DataSource.insertUser(User user,
java.lang.String password) |
boolean |
DataSource.updateUser(User user) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<User> |
AdminUserTableController.getParameterClass() |
Constructor and Description |
---|
AdminUserTableController(GUI g,
TableView<User> view)
Constructor
|
Modifier and Type | Method and Description |
---|---|
User |
AccountInformationScreen.userFromForm() |
Constructor and Description |
---|
AccountInformationScreen(StackedScreen g,
User user) |
AccountInformationScreen(StackedScreen g,
User user,
boolean admin) |
Modifier and Type | Method and Description |
---|---|
boolean |
AchievementManager.checkStopTheRock(User u) |