Package fr.univlille.iutinfo.fxml
Class ElementController
java.lang.Object
fr.univlille.iutinfo.fxml.Controller
fr.univlille.iutinfo.fxml.SubSectionController
This abstract class set the minimum requirement to be a FXML Element controller
-
Field Summary
Fields inherited from class fr.univlille.iutinfo.fxml.Controller
fxmlPath, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidThis method load the FXML element into theParentroot attribute.Methods inherited from class fr.univlille.iutinfo.fxml.Controller
getRoot, initialize
-
Constructor Details
-
ElementController
Element controller constructor.- Parameters:
fxmlPath- aStringrepresenting the fxml file path.
-
-
Method Details
-
updateStage
This method load the FXML element into theParentroot attribute.- Specified by:
updateStagein classController- Throws:
IOException- in case of problem with the file path.
-