Class CupOverviewController

java.lang.Object
edu.ntnu.idatt1002.k1g4.client.controllers.CupOverviewController
All Implemented Interfaces:
javafx.fxml.Initializable

public class CupOverviewController extends Object implements 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 Details

    • CupOverviewController

      public CupOverviewController()
  • Method Details

    • initialize

      public void initialize(URL url, ResourceBundle resourceBundle)
      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 interface javafx.fxml.Initializable
      Parameters:
      url - URL: represents a Uniform Resource Locator
      resourceBundle - ResourceBundle: contains locale-specific objects