Klasse BirthdaysOverviewController

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

public class BirthdaysOverviewController extends Controller
Siehe auch:
  • Felddetails

    • DATE_FORMATTER

      protected static final DateTimeFormatter DATE_FORMATTER
    • showNextBirthdays

      protected boolean showNextBirthdays
  • Konstruktordetails

    • BirthdaysOverviewController

      public BirthdaysOverviewController(MainController mainController)
  • Methodendetails

    • initialize

      public void initialize(URL location, ResourceBundle resources)
    • 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
    • getProgressbar

      public javafx.scene.control.ProgressBar getProgressbar()
      Gibt zurück:
      the progressbar
    • setProgressbar

      public void setProgressbar(javafx.scene.control.ProgressBar progressbar)
      Parameter:
      progressbar - the progressbar to set