Package xal.extension.fxapplication
Class Controller
java.lang.Object
xal.extension.fxapplication.Controller
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is executed right before showing the stage.abstract void
initialize
(URL url, ResourceBundle rb) This method has to be implemented by the controller class to setup the stage.
-
Constructor Details
-
Controller
public Controller()
-
-
Method Details
-
getApplication
-
beforeStart
public void beforeStart()This method is executed right before showing the stage. -
initialize
This method has to be implemented by the controller class to setup the stage.- Specified by:
initialize
in interfacejavafx.fxml.Initializable
- Parameters:
url
-rb
-
-