Module xaos.ui

Interface MIMETypeIconProvider


  • public interface MIMETypeIconProvider
    Provides icons (i.e. Nodes) for a given MIME type.
    Author:
    claudio.rosati@esss.se
    • Method Detail

      • iconFor

        Node iconFor​(String mime)
        Return an icon (i.e. a Node for the given MIME type.
        Parameters:
        mime - The MIME type for which a graphical representation is needed.
        Returns:
        An icon as a Node instance, or null.