Uses of Class
model.GameDetails
Packages that use GameDetails
-
Uses of GameDetails in dao
Methods in dao that return types with arguments of type GameDetailsModifier and TypeMethodDescriptionstatic List<GameDetails> SpaceInvadersDAOText.getGameHighScores()Loads the games high scores for every existing firing interval and move speedstatic List<GameDetails> UserDetailsDAOText.getHighScores(UserDetails user) Loads users high scores for all gamesMethods in dao with parameters of type GameDetailsModifier and TypeMethodDescriptionstatic booleanGameDetailsDAOText.loadData(GameDetails gameDetails) static voidGameDetailsDAOText.loadHighScore(GameDetails gameDetails) Loads high Score for a particular userName for the game settings currently in usestatic booleanGameDetailsDAOText.saveData(GameDetails gameDetails) static booleanGameDetailsDAOText.saveHighScore(GameDetails gameDetails) Saves high Score for a userName for the game settings currently userHighScoresFile use. -
Uses of GameDetails in model
Constructor parameters in model with type arguments of type GameDetailsModifierConstructorDescriptionGameHighScoreTableModel(String[] columnNames, List<GameDetails> highScores) UsersHighScoreTableModel(String[] columnNames, List<GameDetails> highScores) -
Uses of GameDetails in view
Methods in view that return GameDetailsMethods in view with parameters of type GameDetailsModifier and TypeMethodDescriptionvoidUserView.setCurrentGame(GameDetails currentGame) voidUserViewInterface.setCurrentGame(GameDetails currentGame) voidUserView.setUpForNewGame(GameDetails newGame) voidUserViewInterface.setUpForNewGame(GameDetails newGame) Update the interface ready to start a new game.Method parameters in view with type arguments of type GameDetailsModifier and TypeMethodDescriptionvoidUserView.displayAllHighScores(List<GameDetails> highScores) voidUserViewInterface.displayAllHighScores(List<GameDetails> highScores) Display a table of highscores for the all the usersvoidUserView.displayUsersHighScores(UserDetails theUser, List<GameDetails> highScores) voidUserViewInterface.displayUsersHighScores(UserDetails theUser, List<GameDetails> highScores) Display a table of highscores for the current userConstructor parameters in view with type arguments of type GameDetails