Klasse NewBirthdayViewController

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

public class NewBirthdayViewController extends Controller
Siehe auch:
  • Konstruktordetails

    • NewBirthdayViewController

      public NewBirthdayViewController(MainController mainController)
  • Methodendetails

    • 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