Package application.controller
Klasse Controller
java.lang.Object
application.controller.Controller
- Alle implementierten Schnittstellen:
javafx.fxml.Initializable
- Bekannte direkte Unterklassen:
AboutViewController,BirthdaysOverviewController,EditBirthdayViewController,NewBirthdayViewController,PreferencesViewController,SearchViewController
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract voidCalled to set the focus of the scene.abstract voidCalled if the Localisation of the view needs to be updated.Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden javafx.fxml.Initializable
initialize
-
Konstruktordetails
-
Controller
- Parameter:
mainController- The "MainController" for this application
-
-
Methodendetails
-
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.
-