Package io.github.snoopy137.languagemanager.binding


package io.github.snoopy137.languagemanager.binding
  • Class
    Description
    Binds the textProperty of CheckBox controls to language keys.
    A binder for ChoiceBox controls containing String items.
    Binds the items of ComboBox controls to language keys.
    Binds the textProperty of MenuItems inside a ContextMenu to language keys.
    Defines the contract for binding localized text to a specific type of JavaFX control.
    Binds the textProperty of Hyperlink controls to language keys.
    Binds the textProperty of Labeled controls (e.g., Label, Button, CheckBox) to language keys.
    Binds specific ListView items to language keys.
    Binds the textProperty of Menu controls to language keys.
    Binds the textProperty of MenuItem controls to language keys.
    Binds the textProperty of RadioButton controls to language keys.
    Binds the textProperty and tooltip of Tab controls to language keys.
    Binds the promptTextProperty of TextInputControl controls (e.g., TextField, TextArea, PasswordField) to language keys.
    Binds the textProperty of TitledPane controls to language keys.
    Binds the textProperty of Tooltip controls to language keys.
    Binds the valueProperty of TreeItem controls to language keys.