Package ghidra.plugins.fsbrowser
Class FSBIcons
java.lang.Object
ghidra.plugins.fsbrowser.FSBIcons
Static list of Icons for the file system browser plugin and its child windows.
The singleton instance
provides Icon
s that represent the type
and status of a file, based on a filename mapping and caller specified status overlays.
Thread safe
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
static final Icon
-
Method Summary
-
Field Details
-
COPY
-
CUT
-
DELETE
-
FONT
-
LOCKED
-
NEW
-
PASTE
-
REDO
-
RENAME
-
REFRESH
-
SAVE
-
SAVE_AS
-
UNDO
-
UNLOCKED
-
CLOSE
-
COLLAPSE_ALL
-
COMPRESS
-
CREATE_FIRMWARE
-
EXPAND_ALL
-
EXTRACT
-
INFO
-
OPEN
-
OPEN_AS_BINARY
-
OPEN_IN_LISTING
-
OPEN_FILE_SYSTEM
-
PHOTO
-
VIEW_AS_IMAGE
-
VIEW_AS_TEXT
-
ECLIPSE
-
JAR
-
IMPORT
-
iOS
-
OPEN_ALL
-
LIST_MOUNTED
-
LIBRARY
-
IMPORTED_OVERLAY_ICON
-
FILESYSTEM_OVERLAY_ICON
-
MISSING_PASSWORD_OVERLAY_ICON
-
LINK_OVERLAY_ICON
-
DEFAULT_ICON
-
-
Method Details
-
getInstance
-
getIcon
Returns anIcon
that represents a file's content based on its name.- Parameters:
fileName
- name of file that an icon is being requested for.overlays
- optional list of overlay icons that should be overlaid on top of the base icon. These icons represent a status or feature independent of the file's base icon.- Returns:
Icon
instance that best represents the named file, never null.
-