Module edu.ntnu.idatt1002.k1g4
Class CupOverviewController
java.lang.Object
edu.ntnu.idatt1002.k1g4.client.controllers.CupOverviewController
- All Implemented Interfaces:
javafx.fxml.Initializable
Cup Controller
handles the page of viewing everything in a cup.
Coupled up with the cup-overview.fxml file.
- Version:
- 0.6
- Author:
- Carl Gützkow, Nicolai H. Brand, Callum Gran
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(URL url, ResourceBundle resourceBundle) Run when the page is loaded in.
-
Constructor Details
-
CupOverviewController
public CupOverviewController()
-
-
Method Details
-
initialize
Run when the page is loaded in. Fills in listviews for divisions, matches and teams. Adds a change listener to the division list.- Specified by:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
url
- URL: represents a Uniform Resource LocatorresourceBundle
- ResourceBundle: contains locale-specific objects
-