Interface MutableThemedIcon

    • Method Detail

      • setContextProperties

        void setContextProperties​(Map<Object,​Object> props)
      • getProperty

        default Object getProperty​(Object key)
        Get a property.
        Parameters:
        key - the property key.
        Returns:
        the property value.
      • getPropertyOfType

        default <T> T getPropertyOfType​(Object key,
                                        Class<T> type)
        Get a property of a given type.
        Type Parameters:
        T - the types type parameter.
        Parameters:
        key - the property key.
        type - the type.
        Returns:
        the property value if the type matches or null otherwise.