Enum FileIcon.KnownExtensions

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BMP
      Bitmaps.
      DOC
      MS-Word.
      DOCX
      MS-Word (XML).
      GENERAL
      General icon for unknown files.
      GIF
      GIF images.
      JPEG
      JPEG images.
      JPG
      JPEG images (old extension).
      MSG
      E-Mails (Outlook).
      PDF
      PDF files.
      PNG
      PNG images.
      PPT
      MS Powerpoint.
      PPTX
      MS Powerpoint (XML).
      TIF
      TIFF files (old extension).
      TIFF
      TIFF files.
      VSD
      MS Visio files.
      XLS
      MS Excel files.
      XLSX
      MS Excel files (XML).
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileIconPath()  
      static FileIcon.KnownExtensions valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static FileIcon.KnownExtensions[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait