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.matchListResults.matchResultsTournament.roundMatchListMethods 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 TypeMethodDescriptionbooleanThis method adds a match to the list of matchesbooleanResults.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 MatchMainPageController.matchSelectedprivate MatchRegisterResultController.matchSelectedFields in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller with type parameters of type MatchModifier and TypeFieldDescriptionMainPageController.fieldMainPageController.firstRefMainPageController.matchRegisterResultController.matchIDSetUpMatchesController.matchListRegisterResultController.matchPlayersprivate javafx.scene.control.TableView<Match>RegisterResultController.matchTableRegisterResultController.matchTimeRegisterResultController.scoreIDMainPageController.secondRefprivate javafx.scene.control.TableView<Match>MainPageController.tableprivate javafx.scene.control.TableColumn<Match,LocalDateTime> MainPageController.timeMethods in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller with parameters of type MatchModifier and TypeMethodDescriptionvoidRegisterResultController.insertSelectedMatchInfo(Match match) This method changes the selections for the register result input boxes