Package ghidra.plugins.fsbrowser
Class ImageManager
- java.lang.Object
-
- ghidra.plugins.fsbrowser.ImageManager
-
public class ImageManager extends java.lang.ObjectStatic 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.ImageIconCLOSEstatic javax.swing.ImageIconCOLLAPSE_ALLstatic javax.swing.ImageIconCOMPRESSstatic javax.swing.ImageIconCOPYstatic javax.swing.ImageIconCREATE_FIRMWAREstatic javax.swing.ImageIconCUTstatic javax.swing.ImageIconDELETEstatic javax.swing.ImageIconECLIPSEstatic javax.swing.ImageIconEXPAND_ALLstatic javax.swing.ImageIconEXTRACTstatic javax.swing.ImageIconFONTstatic javax.swing.ImageIconIMPORTstatic javax.swing.ImageIconINFOstatic javax.swing.ImageIconiOSstatic javax.swing.ImageIconIPODstatic javax.swing.ImageIconIPOD_48static javax.swing.ImageIconJARstatic javax.swing.ImageIconKEYstatic javax.swing.ImageIconLIST_MOUNTEDstatic javax.swing.ImageIconLOCKEDstatic javax.swing.ImageIconNEWstatic javax.swing.ImageIconOPENstatic javax.swing.ImageIconOPEN_ALLstatic javax.swing.ImageIconOPEN_AS_BINARYstatic javax.swing.ImageIconOPEN_FILE_SYSTEMstatic javax.swing.ImageIconOPEN_IN_LISTINGstatic javax.swing.ImageIconPASTEstatic javax.swing.ImageIconPHOTOstatic javax.swing.ImageIconREDOstatic javax.swing.ImageIconREFRESHstatic javax.swing.ImageIconRENAMEstatic javax.swing.ImageIconSAVEstatic javax.swing.ImageIconSAVE_ASstatic javax.swing.ImageIconUNDOstatic javax.swing.ImageIconUNKNOWNstatic javax.swing.ImageIconUNLOCKEDstatic javax.swing.ImageIconVIEW_AS_IMAGEstatic javax.swing.ImageIconVIEW_AS_TEXT
-
Constructor Summary
Constructors Constructor Description ImageManager()
-
-
-
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
-
-