Uses of Class
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.Tournament
Packages that use Tournament
Package
Description
-
Uses of Tournament in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend with type parameters of type TournamentMethods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend that return types with arguments of type TournamentModifier and TypeMethodDescriptionTournamentRegister.getTournaments()
This method retrieves the list of tournaments.Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend with parameters of type TournamentModifier and TypeMethodDescriptionboolean
TournamentRegister.addTournament
(Tournament tournament) This method adds a tournament to the register.Method parameters in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend with type arguments of type TournamentModifier and TypeMethodDescriptionboolean
TournamentRegister.addListOfTournaments
(List<Tournament> tournaments) Method to add a list of tournaments to the TournamentRegister -
Uses of Tournament in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller declared as TournamentModifier and TypeFieldDescriptionprivate Tournament
RegionController.selectedTournament
private Tournament
RegisterResultController.tournament
private Tournament
SetUpTournamentController.tournament
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller with type parameters of type TournamentModifier and TypeFieldDescriptionprivate javafx.scene.control.TableColumn<Tournament,
Integer> RegionController.endDateColumn
private javafx.scene.control.TableColumn<Tournament,
Integer> RegionController.startDateColumn
private javafx.scene.control.TableView<Tournament>
RegionController.tableView
private javafx.scene.control.TableColumn<Tournament,
String> RegionController.tournamentNameColumn
private List<Tournament>
RegionController.tournaments