Package com.dlsc.gemsfx.util


package com.dlsc.gemsfx.util
  • Class
    Description
    Applies the ControlsFX AtlantaFX companion stylesheet to a JavaFX scene or parent node.
    CustomMultipleSelectionModel allows for managing the selection state of items in an ObservableList.
    A CSS StyleConverter that converts a numeric millisecond value to a Duration.
    A CSS StyleConverter that converts a single-character String CSS value into a Character.
    Validates whether a string is a well-formed email address.
    A "do nothing" selection model.
    A specialized StringConverter implementation for Enum types.
    Utility class for working with enums.
    Utility class providing focus-related helper methods for JavaFX nodes.
    Applies the GemsFX AtlantaFX companion stylesheet to a JavaFX scene or parent node.
    The HistoryManager class defines the standard operations to manage history storage for any type of items, allowing for implementation of various data storage mechanisms.
    Enum of standard HTTP status codes as defined by IANA HTTP Status Code Registry.
    The available HTTP status code families.
    A simple history manager that does not persist its items anywhere.
    Represents an inclusive range of integers.
    Utility methods for working with lists.
    Manages a history of items of type T, storing them in a Java Preferences backend.
    Manages a "Recent Files" list, persisting file paths via Java Preferences and providing a self-updating JavaFX Menu that reflects the current list.
    This class implements interactive resizing behavior for a Region.
     
    This class provides a centralized mechanism to retrieve localized strings from property files based on the current locale settings.
    The supported resource bundle types.
    A manager for storing observable values in the user preferences.
    A generic StringConverter implementation primarily used for displaying objects in the UI.
    A manager for storing the location and dimension of a stage across user sessions.
    Manages a history of string records using the Java Preferences API.
    Minimal string utility methods that cover the subset of org.apache.commons.lang3.StringUtils used by GemsFX.
    A utility class that provides methods for parsing SVG files and converting them to JavaFX Image objects.
    Provides access to a derived "treeShowing" property for any Node.
    Utility class providing miscellaneous UI helper methods for JavaFX applications.
    Some basic utilities which need to be in java (for shifting operations or other reasons), which are not toolkit dependent.
    A utility class for binding two virtual flows to each other so that they perform vertical scrolling in sync.