Class ElementController

java.lang.Object
fr.univlille.iutinfo.fxml.Controller
fr.univlille.iutinfo.fxml.SubSectionController

public abstract class ElementController extends Controller
This abstract class set the minimum requirement to be a FXML Element controller
  • Constructor Details

    • ElementController

      public ElementController(String fxmlPath)
      Element controller constructor.
      Parameters:
      fxmlPath - a String representing the fxml file path.
  • Method Details

    • updateStage

      public final void updateStage() throws IOException
      This method load the FXML element into the Parent root attribute.
      Specified by:
      updateStage in class Controller
      Throws:
      IOException - in case of problem with the file path.