Package dev.javai18n.fx


package dev.javai18n.fx
  • Classes
    Class
    Description
    Provides a collection of localizable property values for a JavaFX ButtonBase, extending LabeledPropertyBundle.
    Provides a collection of localizable property values for a JavaFX ChoiceBox, extending NodePropertyBundle with item values.
    Provides a collection of localizable property values for a JavaFX ComboBox, extending ControlPropertyBundle with prompt text and item values properties.
    Provides a collection of localizable property values for a JavaFX Control, extending NodePropertyBundle with a tooltip text property.
    A helper class that provides a static method to load a JavaFX Image from a specified location.
    A LocalizableLogger for the i18n-fx module.
    Consolidates module-level registrations for the i18n-fx module.
    Provides a collection of localizable property values for a JavaFX Labeled control, extending ControlPropertyBundle with text and graphic properties.
    A LocalizablePopup class that extends Popup and implements Localizable.
    A LocalizableStage class that extends Stage and implements Localizable.
    Provides a collection of localizable property values for a JavaFX MenuItem.
    A class that is called back from the i18n module so that it can issue the ResourceBundle.getBundle() call from this module's context.
    Provides a collection of localizable property values for a JavaFX Node.
    An Accordion that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A Button that supports localizing the name (id), style, text, graphic, tooltip, accessible text, accessible help, and accessible role description.
    A CheckBox that supports localizing the name (id), style, text, graphic, tooltip, accessible text, accessible help, and accessible role description.
    A CheckMenuItem that supports localizing the text and graphic.
    A ChoiceBox that supports localizing the name (id), style, item values, accessible text, accessible help, and accessible role description.
    A ComboBox that supports localizing the name (id), style, prompt text, item values, tooltip, accessible text, accessible help, and accessible role description.
    An HTMLEditor that supports localizing the name (id), style, accessible text, accessible help, and accessible role description.
    A Hyperlink that supports localizing the name (id), style, text, graphic, tooltip, accessible text, accessible help, and accessible role description.
    A Label that supports localizing the name (id), style, text, graphic, tooltip, accessible text, accessible help, and accessible role description.
    A ListView that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A Menu that supports localizing the text and graphic.
    A MenuBar that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A MenuItem that supports localizing the text and graphic.
    A Pagination that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A PasswordField that supports localizing the name (id), style, prompt text, tooltip, accessible text, accessible help, and accessible role description.
    A ProgressBar that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A ProgressIndicator that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A RadioButton that supports localizing the name (id), style, text, graphic, tooltip, accessible text, accessible help, and accessible role description.
    A RadioMenuItem that supports localizing the text and graphic.
    A ScrollBar that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A ScrollPane that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A Separator that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A Slider that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A Spinner that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A SplitPane that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A Tab that supports localizing the text, graphic, and tooltip.
    A TableColumn that supports localizing the header text and graphic.
    A TableView that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A TabPane that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A TextArea that supports localizing the name (id), style, prompt text, tooltip, accessible text, accessible help, and accessible role description.
    A TextField that supports localizing the name (id), style, prompt text, tooltip, accessible text, accessible help, and accessible role description.
    A TitledPane that supports localizing the name (id), style, text, graphic, tooltip, accessible text, accessible help, and accessible role description.
    A ToggleButton that supports localizing the name (id), style, text, graphic, tooltip, accessible text, accessible help, and accessible role description.
    A ToolBar that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A Tooltip that supports localizing the tooltip text.
    A TreeTableView that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    A TreeView that supports localizing the name (id), style, tooltip, accessible text, accessible help, and accessible role description.
    Provides a collection of localizable property values for a LocalizableStage, extending NodePropertyBundle with a title and a list of icon images.
    Provides a collection of localizable property values for a JavaFX TableColumn.
    Provides a collection of localizable property values for a JavaFX Tab.
    Provides a collection of localizable property values for a JavaFX TextInputControl, extending ControlPropertyBundle with a prompt text property.
    Provides a collection of localizable property values for a JavaFX TitledPane, extending ControlPropertyBundle with title text and graphic properties.
    Provides a collection of localizable property values for a JavaFX Tooltip.