Uses of Class
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.Match
Packages that use Match
Package
Description
-
Uses of Match in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend with type parameters of type MatchModifier and TypeFieldDescriptionTournament.matchList
Results.matchResults
Tournament.roundMatchList
Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend that return types with arguments of type MatchModifier 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.Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend with parameters of type MatchModifier 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
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller declared as MatchModifier and TypeFieldDescriptionprivate Match
MainPageController.matchSelected
private Match
RegisterResultController.matchSelected
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller with type parameters of type MatchModifier 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
Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller with parameters of type MatchModifier and TypeMethodDescriptionvoid
RegisterResultController.insertSelectedMatchInfo
(Match match) This method changes the selections for the register result input boxes