Module qupath.fx

Package qupath.fx.utils.converters


package qupath.fx.utils.converters
Implementations of a JavaFX StringConverter for common types.
  • Classes
    Class
    Description
    EnumConverter<T extends Enum>
    General StringConverter for enums.
    General StringConverter for File objects, using their default string representation.
    General StringConverter for Locale objects, using their display name representation in a specified base locale.
    General StringConverter for Path objects, using their default string representation.
    General StringConverter for URI objects, using their default string representation.