Interface ImageModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IMAGE_URI_PROPERTY
      The image URI bound property.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.net.URI getImageURI()  
      void setImageURI​(java.net.URI newImageURI)
      Sets the URI of the image.
      • Methods inherited from interface com.globalmentor.beans.PropertyBindable

        addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, hasPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
      • Methods inherited from interface com.globalmentor.beans.PropertyConstrainable

        addVetoableChangeListener, addVetoableChangeListener, getVetoableChangeListeners, getVetoableChangeListeners, hasVetoableChangeListeners, removeVetoableChangeListener, removeVetoableChangeListener
    • Field Detail

      • IMAGE_URI_PROPERTY

        static final java.lang.String IMAGE_URI_PROPERTY
        The image URI bound property.
    • Method Detail

      • getImageURI

        java.net.URI getImageURI()
        Returns:
        The image URI, which may be a resource URI, or null if there is no image URI.
      • setImageURI

        void setImageURI​(java.net.URI newImageURI)
        Sets the URI of the image. This is a bound property.
        Parameters:
        newImageURI - The new URI of the image, which may be a resource URI.
        See Also:
        IMAGE_URI_PROPERTY