Class MimeTypeIconProviderImpl

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getIconRes(String mimeType) Returns a drawable resource for the given MIME type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MimeTypeIconProviderImpl

        MimeTypeIconProviderImpl()
    • Method Detail

      • getIconRes

         Integer getIconRes(String mimeType)

        Returns a drawable resource for the given MIME type.

        Parameters:
        mimeType - The MIME type (i.e.
        Returns:

        The drawable resource for the given MIME type.