Class CreationController
java.lang.Object
edu.ntnu.idatt1002.k2g05.controllers.newtournament.BaseNewTournamentController
edu.ntnu.idatt1002.k2g05.controllers.newtournament.CreationController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method that gets called after FXML elements are loaded.protected void
onBackPress
(javafx.event.ActionEvent event) protected void
onNextPress
(javafx.event.ActionEvent event)
-
Constructor Details
-
CreationController
public CreationController()
-
-
Method Details
-
initialize
public void initialize()Method that gets called after FXML elements are loaded. -
onBackPress
protected void onBackPress(javafx.event.ActionEvent event) -
onNextPress
protected void onNextPress(javafx.event.ActionEvent event)
-