Class Controller<PreparationType>

java.lang.Object
page.codeberg.friedolyn.gui.controllers.Controller<PreparationType>
Type Parameters:
PreparationType - The type of the object that is passed to the prepare(Object) method.
All Implemented Interfaces:
javafx.fxml.Initializable, Preparable<PreparationType>
Direct Known Subclasses:
DialogController, FirstLaunchController, MainController

public abstract class Controller<PreparationType> extends Object implements javafx.fxml.Initializable, Preparable<PreparationType>
A class that defines the behaviour of a graphical user interface (GUI) window or dialog. It is required to call the prepare(PreparationType) method immediately after Initializable.initialize(java.net.URL, java.util.ResourceBundle).