Klasse Controller

java.lang.Object
application.controller.Controller
Alle implementierten Schnittstellen:
javafx.fxml.Initializable
Bekannte direkte Unterklassen:
AboutViewController, BirthdaysOverviewController, EditBirthdayViewController, NewBirthdayViewController, PreferencesViewController, SearchViewController

public abstract class Controller extends Object implements javafx.fxml.Initializable
Siehe auch:
  • Konstruktordetails

    • Controller

      protected Controller(MainController mainController)
      Parameter:
      mainController - The "MainController" for this application
  • Methodendetails

    • getMainController

      public MainController getMainController()
      Gibt zurück:
      the MainController
    • updateLocalisation

      public abstract void updateLocalisation()
      Called if the Localisation of the view needs to be updated.

      Before calling this the right locale needs to be set in LangResourceManager

    • placeFocus

      public abstract void placeFocus()
      Called to set the focus of the scene.