Class ImageManager


  • public class ImageManager
    extends java.lang.Object
    Static helper to register and load Icons for the file system browser plugin and its child windows.

    Visible to just this package.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.swing.ImageIcon CLOSE  
      static javax.swing.ImageIcon COLLAPSE_ALL  
      static javax.swing.ImageIcon COMPRESS  
      static javax.swing.ImageIcon COPY  
      static javax.swing.ImageIcon CREATE_FIRMWARE  
      static javax.swing.ImageIcon CUT  
      static javax.swing.ImageIcon DELETE  
      static javax.swing.ImageIcon ECLIPSE  
      static javax.swing.ImageIcon EXPAND_ALL  
      static javax.swing.ImageIcon EXTRACT  
      static javax.swing.ImageIcon FONT  
      static javax.swing.ImageIcon IMPORT  
      static javax.swing.ImageIcon INFO  
      static javax.swing.ImageIcon iOS  
      static javax.swing.ImageIcon IPOD  
      static javax.swing.ImageIcon IPOD_48  
      static javax.swing.ImageIcon JAR  
      static javax.swing.ImageIcon KEY  
      static javax.swing.ImageIcon LIST_MOUNTED  
      static javax.swing.ImageIcon LOCKED  
      static javax.swing.ImageIcon NEW  
      static javax.swing.ImageIcon OPEN  
      static javax.swing.ImageIcon OPEN_ALL  
      static javax.swing.ImageIcon OPEN_AS_BINARY  
      static javax.swing.ImageIcon OPEN_FILE_SYSTEM  
      static javax.swing.ImageIcon OPEN_IN_LISTING  
      static javax.swing.ImageIcon PASTE  
      static javax.swing.ImageIcon PHOTO  
      static javax.swing.ImageIcon REDO  
      static javax.swing.ImageIcon REFRESH  
      static javax.swing.ImageIcon RENAME  
      static javax.swing.ImageIcon SAVE  
      static javax.swing.ImageIcon SAVE_AS  
      static javax.swing.ImageIcon UNDO  
      static javax.swing.ImageIcon UNKNOWN  
      static javax.swing.ImageIcon UNLOCKED  
      static javax.swing.ImageIcon VIEW_AS_IMAGE  
      static javax.swing.ImageIcon VIEW_AS_TEXT  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageManager()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • COPY

        public static final javax.swing.ImageIcon COPY
      • CUT

        public static final javax.swing.ImageIcon CUT
      • DELETE

        public static final javax.swing.ImageIcon DELETE
      • FONT

        public static final javax.swing.ImageIcon FONT
      • LOCKED

        public static final javax.swing.ImageIcon LOCKED
      • NEW

        public static final javax.swing.ImageIcon NEW
      • PASTE

        public static final javax.swing.ImageIcon PASTE
      • REDO

        public static final javax.swing.ImageIcon REDO
      • RENAME

        public static final javax.swing.ImageIcon RENAME
      • REFRESH

        public static final javax.swing.ImageIcon REFRESH
      • SAVE

        public static final javax.swing.ImageIcon SAVE
      • SAVE_AS

        public static final javax.swing.ImageIcon SAVE_AS
      • UNDO

        public static final javax.swing.ImageIcon UNDO
      • UNLOCKED

        public static final javax.swing.ImageIcon UNLOCKED
      • CLOSE

        public static final javax.swing.ImageIcon CLOSE
      • COLLAPSE_ALL

        public static final javax.swing.ImageIcon COLLAPSE_ALL
      • COMPRESS

        public static final javax.swing.ImageIcon COMPRESS
      • CREATE_FIRMWARE

        public static final javax.swing.ImageIcon CREATE_FIRMWARE
      • EXPAND_ALL

        public static final javax.swing.ImageIcon EXPAND_ALL
      • EXTRACT

        public static final javax.swing.ImageIcon EXTRACT
      • INFO

        public static final javax.swing.ImageIcon INFO
      • OPEN

        public static final javax.swing.ImageIcon OPEN
      • OPEN_AS_BINARY

        public static final javax.swing.ImageIcon OPEN_AS_BINARY
      • OPEN_IN_LISTING

        public static final javax.swing.ImageIcon OPEN_IN_LISTING
      • OPEN_FILE_SYSTEM

        public static final javax.swing.ImageIcon OPEN_FILE_SYSTEM
      • PHOTO

        public static final javax.swing.ImageIcon PHOTO
      • VIEW_AS_IMAGE

        public static final javax.swing.ImageIcon VIEW_AS_IMAGE
      • VIEW_AS_TEXT

        public static final javax.swing.ImageIcon VIEW_AS_TEXT
      • UNKNOWN

        public static final javax.swing.ImageIcon UNKNOWN
      • IPOD

        public static final javax.swing.ImageIcon IPOD
      • IPOD_48

        public static final javax.swing.ImageIcon IPOD_48
      • ECLIPSE

        public static final javax.swing.ImageIcon ECLIPSE
      • JAR

        public static final javax.swing.ImageIcon JAR
      • KEY

        public static final javax.swing.ImageIcon KEY
      • IMPORT

        public static final javax.swing.ImageIcon IMPORT
      • iOS

        public static final javax.swing.ImageIcon iOS
      • OPEN_ALL

        public static final javax.swing.ImageIcon OPEN_ALL
      • LIST_MOUNTED

        public static final javax.swing.ImageIcon LIST_MOUNTED
    • Constructor Detail

      • ImageManager

        public ImageManager()