Index
All Classes and Interfaces|All Packages
A
- addAllTeams(List<Team>) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
-
Method for adding all teams in a list
- addAllTournaments(List<Tournament>) - Method in class edu.ntnu.idatt1002.k01g08.fta.registers.TournamentRegister
-
Method to add an array of tournaments to the register
- addFoul(boolean, int, String, int, String) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
-
Adds a new foul to the match history.
- addFoul(Team, Player, String, int, String) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
-
Adds a new foul to the match history.
- addGameEvent(GameEvent) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
-
Adds a game event to the match history, if the match has started.
- addGoal(boolean, int, int, String) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
-
Adds a new goal to the match history.
- addGoal(Team, Player, Player, String) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
-
Adds a new goal to the match history.
- addPlayer(Player) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Team
-
Adds the given player to this team, if its squad number is not shared by any player already present.
- addPlayer(ActionEvent) - Method in class edu.ntnu.idatt1002.k01g08.fta.guiControllers.TeamManagementController
-
Goes to the new player view when clicking on the add player button
- addPlayers(Collection<? extends Player>) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.team.Team
-
Tries to add all the players in the given collection to the team.
- addPlayerToExistingTeam(String, int, String) - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
-
Method for adding a player to an existing team
- addPlayerToNewestTeam(String, int) - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
-
Method for adding a player to the newest team
- addPlayerToTeam(String, int, String) - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
-
Method for adding a player to a team
- addSelfGoal(boolean, int, String) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
-
Adds a new goal to the match history.
- addSubstitution(boolean, int, int, String) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
-
Adds a new substitution to the match history.
- addSubstitution(Team, Player, Player, String) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Match
-
Adds a new substitution to the match history.
- addTeam(Team) - Method in class edu.ntnu.idatt1002.k01g08.fta.objects.tournaments.Tournament
-
Method for adding a team into the tournament
- addTeam(Team) - Method in class edu.ntnu.idatt1002.k01g08.fta.registers.TeamRegister
-
Add a team to the register
- addTeam(String, int) - Static method in class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
-
Method for adding a team
- addTeam(ActionEvent) - Method in class edu.ntnu.idatt1002.k01g08.fta.guiControllers.TeamManagementController
-
Goes to the new team view when clicking on the add team button
- addTournament(Tournament) - Method in class edu.ntnu.idatt1002.k01g08.fta.registers.TournamentRegister
-
Add-method to register a tournament uses .add-method of arraylist to add an object of class Tournament to the register
- Admin - Class in edu.ntnu.idatt1002.k01g08.fta.controllers
-
Admin class.
- Admin() - Constructor for class edu.ntnu.idatt1002.k01g08.fta.controllers.Admin
- App - Class in edu.ntnu.idatt1002.k01g08.fta
-
Class used to run the entire application
- App() - Constructor for class edu.ntnu.idatt1002.k01g08.fta.App
- awayGoal(ActionEvent) - Method in class edu.ntnu.idatt1002.k01g08.fta.guiControllers.MatchController
-
Lets the user log a goal to the away team
- awayInj(ActionEvent) - Method in class edu.ntnu.idatt1002.k01g08.fta.guiControllers.MatchController
-
Lets the user log an injury to a player on the away team
- awayRedCard(ActionEvent) - Method in class edu.ntnu.idatt1002.k01g08.fta.guiControllers.MatchController
-
Lets the user log a red car to a player on the away team
- awaySub(ActionEvent) - Method in class edu.ntnu.idatt1002.k01g08.fta.guiControllers.MatchController
-
Lets the user log a substitution on the away team
- awayYellowCard(ActionEvent) - Method in class edu.ntnu.idatt1002.k01g08.fta.guiControllers.MatchController
-
Lets the user log a yellow card to a player on the away team
All Classes and Interfaces|All Packages