Klasse EditBirthdayViewController

java.lang.Object
application.controller.Controller
application.controller.EditBirthdayViewController
Alle implementierten Schnittstellen:
javafx.fxml.Initializable

public class EditBirthdayViewController extends Controller
Siehe auch:
  • Konstruktordetails

    • EditBirthdayViewController

      public EditBirthdayViewController(MainController mainController, int indexPerson)
      Parameter:
      mainController - The "MainController" of this application.
      indexPerson - the index of Person to edit.
      Siehe auch:
  • Methodendetails

    • getPersonToEdit

      public Person getPersonToEdit()
      Gibt zurück:
      the personToEdit
    • initialize

      public void initialize(URL arg0, ResourceBundle arg1)
    • updateLocalisation

      public void updateLocalisation()
      Beschreibung aus Klasse kopiert: Controller
      Called if the Localisation of the view needs to be updated.

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

      Angegeben von:
      updateLocalisation in Klasse Controller
    • placeFocus

      public void placeFocus()
      Beschreibung aus Klasse kopiert: Controller
      Called to set the focus of the scene.
      Angegeben von:
      placeFocus in Klasse Controller