Class FileIcon

    • Constructor Detail

      • FileIcon

        public FileIcon()
    • Method Detail

      • setWindowsSmallIcon

        public void setWindowsSmallIcon​(java.lang.String path)
        Path for the Windows Icon (16x16).
      • getWindowsSmallIcon

        public java.lang.String getWindowsSmallIcon()
        Path for the Windows Icon (16x16).
      • setWindowsLargeIcon

        public void setWindowsLargeIcon​(java.lang.String path)
        Path for the Windows Icon (32x32).
      • getWindowsLargeIcon

        public java.lang.String getWindowsLargeIcon()
        Path for the Windows Icon (32x32).
      • setMacOSXIcon

        public void setMacOSXIcon​(java.lang.String path)
        Path for the MacOSX Icon.
      • getMacOSXIcon

        public java.lang.String getMacOSXIcon()
        Path for the MacOSX Icon.