Package application.controller
Klasse EditBirthdayViewController
java.lang.Object
application.controller.Controller
application.controller.EditBirthdayViewController
- Alle implementierten Schnittstellen:
javafx.fxml.Initializable
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEditBirthdayViewController(MainController mainController, Person personToEdit) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidinitialize(URL arg0, ResourceBundle arg1) voidCalled to set the focus of the scene.voidCalled if the Localisation of the view needs to be updated.Von Klasse geerbte Methoden application.controller.Controller
bindExplicitTabOrder, getMainController
-
Konstruktordetails
-
EditBirthdayViewController
- Parameter:
mainController- The "MainController" of this application.personToEdit- the person to edit.- Siehe auch:
-
-
Methodendetails
-
getPersonToEdit
- Gibt zurück:
- the personToEdit
-
initialize
-
updateLocalisation
public void updateLocalisation()Beschreibung aus Klasse kopiert:ControllerCalled if the Localisation of the view needs to be updated.Before calling this the right locale needs to be set in
LangResourceManager- Angegeben von:
updateLocalisationin KlasseController
-
placeFocus
public void placeFocus()Beschreibung aus Klasse kopiert:ControllerCalled to set the focus of the scene.- Angegeben von:
placeFocusin KlasseController
-