Class Controller

java.lang.Object
xal.extension.fxapplication.Controller
All Implemented Interfaces:
javafx.fxml.Initializable

public abstract class Controller extends Object implements javafx.fxml.Initializable
This class must be subclassed to create the FXML controller of the main application.
Author:
Juan F. Esteban Müller <juanf.estebanmuller@ess.eu>
  • Constructor Details

    • Controller

      public Controller()
  • Method Details

    • getApplication

      public FxApplication getApplication()
    • beforeStart

      public void beforeStart()
      This method is executed right before showing the stage.
    • initialize

      public abstract void initialize(URL url, ResourceBundle rb)
      This method has to be implemented by the controller class to setup the stage.
      Specified by:
      initialize in interface javafx.fxml.Initializable
      Parameters:
      url -
      rb -