Package com.dlsc.gemsfx.util


package com.dlsc.gemsfx.util
  • Class
    Description
    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 "do nothing" selection model.
    A specialized StringConverter implementation for Enum types.
    Utility class for working with enums.
     
    The HistoryManager class defines the standard operations to manage history storage for any type of items, allowing for implementation of various data storage mechanisms.
     
     
    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.
     
    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.
    A utility class that provides methods for parsing SVG files and converting them to JavaFX Image objects.
     
    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.