Uses of Class
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.Match
Package
Description
-
Uses of Match in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend
Modifier and TypeFieldDescriptionTournament.matchList
Results.matchResults
Tournament.roundMatchList
Modifier and TypeMethodDescriptionTournament.getMatchList()
This method retrieves the tournament list of matches.Results.getMatchResults()
This method retrieves the map of results.Tournament.getRoundMatchList()
This method returns the list of matches for each round.Modifier and TypeMethodDescriptionboolean
This method adds a match to the list of matchesboolean
Results.addMatchToResults
(Match match) This method adds a match to the matchResults map. -
Uses of Match in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller
Modifier and TypeFieldDescriptionprivate Match
MainPageController.matchSelected
private Match
RegisterResultController.matchSelected
Modifier and TypeFieldDescriptionMainPageController.field
MainPageController.firstRef
MainPageController.match
RegisterResultController.matchID
SetUpMatchesController.matchList
RegisterResultController.matchPlayers
private javafx.scene.control.TableView<Match>
RegisterResultController.matchTable
RegisterResultController.matchTime
RegisterResultController.scoreID
MainPageController.secondRef
private javafx.scene.control.TableView<Match>
MainPageController.table
private javafx.scene.control.TableColumn<Match,
LocalDateTime> MainPageController.time
Modifier and TypeMethodDescriptionvoid
RegisterResultController.insertSelectedMatchInfo
(Match match) This method changes the selections for the register result input boxes