Class ImageManager

java.lang.Object
ghidra.plugins.fsbrowser.ImageManager

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

Visible to just this package.

  • Field Details

    • COPY MODIFIED

      public static final Icon COPY
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon COPY
      +static javax.swing.Icon COPY
    • CUT MODIFIED

      public static final Icon CUT
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon CUT
      +static javax.swing.Icon CUT
    • DELETE MODIFIED

      public static final Icon DELETE
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon DELETE
      +static javax.swing.Icon DELETE
    • FONT MODIFIED

      public static final Icon FONT
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon FONT
      +static javax.swing.Icon FONT
    • LOCKED MODIFIED

      public static final Icon LOCKED
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon LOCKED
      +static javax.swing.Icon LOCKED
    • NEW MODIFIED

      public static final Icon NEW
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon NEW
      +static javax.swing.Icon NEW
    • PASTE MODIFIED

      public static final Icon PASTE
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon PASTE
      +static javax.swing.Icon PASTE
    • REDO MODIFIED

      public static final Icon REDO
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon REDO
      +static javax.swing.Icon REDO
    • RENAME MODIFIED

      public static final Icon RENAME
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon RENAME
      +static javax.swing.Icon RENAME
    • REFRESH MODIFIED

      public static final Icon REFRESH
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon REFRESH
      +static javax.swing.Icon REFRESH
    • SAVE MODIFIED

      public static final Icon SAVE
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon SAVE
      +static javax.swing.Icon SAVE
    • SAVE_AS MODIFIED

      public static final Icon SAVE_AS
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon SAVE_AS
      +static javax.swing.Icon SAVE_AS
    • UNDO MODIFIED

      public static final Icon UNDO
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon UNDO
      +static javax.swing.Icon UNDO
    • UNLOCKED MODIFIED

      public static final Icon UNLOCKED
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon UNLOCKED
      +static javax.swing.Icon UNLOCKED
    • CLOSE MODIFIED

      public static final Icon CLOSE
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon CLOSE
      +static javax.swing.Icon CLOSE
    • COLLAPSE_ALL MODIFIED

      public static final Icon COLLAPSE_ALL
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon COLLAPSE_ALL
      +static javax.swing.Icon COLLAPSE_ALL
    • COMPRESS MODIFIED

      public static final Icon COMPRESS
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon COMPRESS
      +static javax.swing.Icon COMPRESS
    • CREATE_FIRMWARE MODIFIED

      public static final Icon CREATE_FIRMWARE
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon CREATE_FIRMWARE
      +static javax.swing.Icon CREATE_FIRMWARE
    • EXPAND_ALL MODIFIED

      public static final Icon EXPAND_ALL
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon EXPAND_ALL
      +static javax.swing.Icon EXPAND_ALL
    • EXTRACT MODIFIED

      public static final Icon EXTRACT
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon EXTRACT
      +static javax.swing.Icon EXTRACT
    • INFO MODIFIED

      public static final Icon INFO
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon INFO
      +static javax.swing.Icon INFO
    • OPEN MODIFIED

      public static final Icon OPEN
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon OPEN
      +static javax.swing.Icon OPEN
    • OPEN_AS_BINARY MODIFIED

      public static final Icon OPEN_AS_BINARY
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon OPEN_AS_BINARY
      +static javax.swing.Icon OPEN_AS_BINARY
    • OPEN_IN_LISTING MODIFIED

      public static final Icon OPEN_IN_LISTING
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon OPEN_IN_LISTING
      +static javax.swing.Icon OPEN_IN_LISTING
    • OPEN_FILE_SYSTEM MODIFIED

      public static final Icon OPEN_FILE_SYSTEM
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon OPEN_FILE_SYSTEM
      +static javax.swing.Icon OPEN_FILE_SYSTEM
    • PHOTO MODIFIED

      public static final Icon PHOTO
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon PHOTO
      +static javax.swing.Icon PHOTO
    • VIEW_AS_IMAGE MODIFIED

      public static final Icon VIEW_AS_IMAGE
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon VIEW_AS_IMAGE
      +static javax.swing.Icon VIEW_AS_IMAGE
    • VIEW_AS_TEXT MODIFIED

      public static final Icon VIEW_AS_TEXT
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon VIEW_AS_TEXT
      +static javax.swing.Icon VIEW_AS_TEXT
    • ECLIPSE MODIFIED

      public static final Icon ECLIPSE
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon ECLIPSE
      +static javax.swing.Icon ECLIPSE
    • JAR MODIFIED

      public static final Icon JAR
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon JAR
      +static javax.swing.Icon JAR
    • IMPORT MODIFIED

      public static final Icon IMPORT
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon IMPORT
      +static javax.swing.Icon IMPORT
    • iOS MODIFIED

      public static final Icon iOS
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon iOS
      +static javax.swing.Icon iOS
    • OPEN_ALL MODIFIED

      public static final Icon OPEN_ALL
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon OPEN_ALL
      +static javax.swing.Icon OPEN_ALL
    • LIST_MOUNTED MODIFIED

      public static final Icon LIST_MOUNTED
      type: ImageIcon → Icon
      -static javax.swing.ImageIcon LIST_MOUNTED
      +static javax.swing.Icon LIST_MOUNTED
  • Constructor Details

    • ImageManager

      public ImageManager()