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 Icons that represent the type
and status of a file, based on a filename mapping and caller specified status overlays.
Thread safe
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic final Iconstatic 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
-
MY_COMPUTER
-
-
Method Details
-
getInstance
-
getIcon
Returns anIconthat 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:
Iconinstance that best represents the named file, never null.
-