Class SubSectionController

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

public abstract class SubSectionController extends Controller
Cette classe abstraite définit le minimum requis pour controller une section à l'intérieur d'une fenêtre JavaFXML.
  • Constructor Details

    • SubSectionController

      public SubSectionController(String fxmlPath)
      Parameters:
      fxmlPath - un String représentant le chemin du fichier fxml.
  • Method Details

    • updateStage

      public final void updateStage() throws IOException
      Cette méthode charge tous les éléments JavaFX et fait appel à la méthode initialize.
      Specified by:
      updateStage in class Controller
      Throws:
      IOException - en cas de problème avec le fichier .fxml.