Klasse PreferencesViewController

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

public class PreferencesViewController extends Controller
Siehe auch:
  • Konstruktordetails

    • PreferencesViewController

      public PreferencesViewController(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