Uses of Class
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.Tournament
Package
Description
-
Uses of Tournament in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend
Modifier and TypeMethodDescriptionTournamentRegister.getTournaments()
This method retrieves the list of tournaments.Modifier and TypeMethodDescriptionboolean
TournamentRegister.addTournament
(Tournament tournament) This method adds a tournament to the register.Modifier 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
Modifier and TypeFieldDescriptionprivate Tournament
RegionController.selectedTournament
private Tournament
RegisterResultController.tournament
private Tournament
SetUpTournamentController.tournament
Modifier 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