Interface ActionValueControl<V>

    • Field Detail

      • VALUE_GLYPH_URI_PROPERTY

        static final java.lang.String VALUE_GLYPH_URI_PROPERTY
        The bound property for an icon associated with a value.
    • Method Detail

      • getValueGlyphURI

        java.net.URI getValueGlyphURI​(V value)
        Retrieves the icon associated with a given value.
        Parameters:
        value - The value for which an associated icon should be returned, or null to retrieve the icon associated with the null value.
        Returns:
        The value icon URI, which may be a resource URI, or null if the value has no associated icon URI.
      • setValueGlyphURI

        void setValueGlyphURI​(V value,
                              java.net.URI newValueIcon)
        Sets the URI of the icon associated with a value. This method fires a property change event for the changed icon if its value changes.
        Parameters:
        value - The value with which the icon should be associated, or null if the icon should be associated with the null value.
        newValueIcon - The new URI of the value icon, which may be a resource URI.
        See Also:
        VALUE_GLYPH_URI_PROPERTY