Package ghidra.app.util
Interface HelpTopics
-
public interface HelpTopicsTopics for Help. The strings correspond to a folder under the "topics" resource.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringABOUTHelp Topic for "About."static java.lang.StringAUTO_ANALYSISHelp Topic for auto analysis.static java.lang.StringBLOCK_MODELHelp Topic for block models.static java.lang.StringBOOKMARKSHelp Topic for bookmarks.static java.lang.StringBYTE_VIEWERHelp Topic for the byte viewer.static java.lang.StringCODE_BROWSERHelp Topic for the code browser.static java.lang.StringCOMMENTSHelp Topic for comments.static java.lang.StringDATAHelp Topic for data.static java.lang.StringDATA_MANAGERHelp Topic for the data manager.static java.lang.StringDATA_TYPE_EDITORSHelp Topic for the data type editors.static java.lang.StringDIFFHelp Topic for doing diffs between programs.static java.lang.StringEQUATESHelp Topic for equates.static java.lang.StringEXPORTERHelp Topic for the exporters.static java.lang.StringFIND_REFERENCESHelp Topic for references searchingstatic java.lang.StringFRONT_ENDName of options for the help topic for the front end (Ghidra Project Window).static java.lang.StringGLOSSARYHelp Topic for the glossary.static java.lang.StringHIGHLIGHTHelp Topic for highlighting.static java.lang.StringIMPORTERHelp Topic for the importers.static java.lang.StringINTROHelp for Intro topics.static java.lang.StringLABELHelp Topic for the add/edit label.static java.lang.StringMEMORY_MAPHelp Topic for the memory map.static java.lang.StringNAVIGATIONHelp Topic for navigation.static java.lang.StringPE2XMLHelp Topic for the P2 to XML exporter.static java.lang.StringPROGRAMHelp Topic for programs (open, close, save, etc.).static java.lang.StringPROGRAM_TREEHelp Topic for the program tree.static java.lang.StringREFERENCESHelp Topic for references.static java.lang.StringRELOCATION_TABLEHelp Topic for the relocation table.static java.lang.StringREPOSITORYHelp Topic for the project repository.static java.lang.StringSEARCHHelp Topic for search functions.static java.lang.StringSELECTIONHelp Topic for selection.static java.lang.StringSYMBOL_TABLEHelp Topic for the symbol table.static java.lang.StringSYMBOL_TREEHelp Topic for the symbol tree.static java.lang.StringTOOLHelp Topic for tools.
-
-
-
Field Detail
-
ABOUT
static final java.lang.String ABOUT
Help Topic for "About."- See Also:
- Constant Field Values
-
AUTO_ANALYSIS
static final java.lang.String AUTO_ANALYSIS
Help Topic for auto analysis.- See Also:
- Constant Field Values
-
BLOCK_MODEL
static final java.lang.String BLOCK_MODEL
Help Topic for block models.- See Also:
- Constant Field Values
-
BOOKMARKS
static final java.lang.String BOOKMARKS
Help Topic for bookmarks.- See Also:
- Constant Field Values
-
BYTE_VIEWER
static final java.lang.String BYTE_VIEWER
Help Topic for the byte viewer.- See Also:
- Constant Field Values
-
CODE_BROWSER
static final java.lang.String CODE_BROWSER
Help Topic for the code browser.- See Also:
- Constant Field Values
-
COMMENTS
static final java.lang.String COMMENTS
Help Topic for comments.- See Also:
- Constant Field Values
-
DATA
static final java.lang.String DATA
Help Topic for data.- See Also:
- Constant Field Values
-
DATA_MANAGER
static final java.lang.String DATA_MANAGER
Help Topic for the data manager.- See Also:
- Constant Field Values
-
DATA_TYPE_EDITORS
static final java.lang.String DATA_TYPE_EDITORS
Help Topic for the data type editors.- See Also:
- Constant Field Values
-
DIFF
static final java.lang.String DIFF
Help Topic for doing diffs between programs.- See Also:
- Constant Field Values
-
EQUATES
static final java.lang.String EQUATES
Help Topic for equates.- See Also:
- Constant Field Values
-
EXPORTER
static final java.lang.String EXPORTER
Help Topic for the exporters.- See Also:
- Constant Field Values
-
FIND_REFERENCES
static final java.lang.String FIND_REFERENCES
Help Topic for references searching- See Also:
- Constant Field Values
-
FRONT_END
static final java.lang.String FRONT_END
Name of options for the help topic for the front end (Ghidra Project Window).- See Also:
- Constant Field Values
-
GLOSSARY
static final java.lang.String GLOSSARY
Help Topic for the glossary.- See Also:
- Constant Field Values
-
HIGHLIGHT
static final java.lang.String HIGHLIGHT
Help Topic for highlighting.- See Also:
- Constant Field Values
-
IMPORTER
static final java.lang.String IMPORTER
Help Topic for the importers.- See Also:
- Constant Field Values
-
INTRO
static final java.lang.String INTRO
Help for Intro topics.- See Also:
- Constant Field Values
-
LABEL
static final java.lang.String LABEL
Help Topic for the add/edit label.- See Also:
- Constant Field Values
-
NAVIGATION
static final java.lang.String NAVIGATION
Help Topic for navigation.- See Also:
- Constant Field Values
-
MEMORY_MAP
static final java.lang.String MEMORY_MAP
Help Topic for the memory map.- See Also:
- Constant Field Values
-
PE2XML
static final java.lang.String PE2XML
Help Topic for the P2 to XML exporter.- See Also:
- Constant Field Values
-
PROGRAM
static final java.lang.String PROGRAM
Help Topic for programs (open, close, save, etc.).- See Also:
- Constant Field Values
-
PROGRAM_TREE
static final java.lang.String PROGRAM_TREE
Help Topic for the program tree.- See Also:
- Constant Field Values
-
REFERENCES
static final java.lang.String REFERENCES
Help Topic for references.- See Also:
- Constant Field Values
-
RELOCATION_TABLE
static final java.lang.String RELOCATION_TABLE
Help Topic for the relocation table.- See Also:
- Constant Field Values
-
REPOSITORY
static final java.lang.String REPOSITORY
Help Topic for the project repository.- See Also:
- Constant Field Values
-
SEARCH
static final java.lang.String SEARCH
Help Topic for search functions.- See Also:
- Constant Field Values
-
SELECTION
static final java.lang.String SELECTION
Help Topic for selection.- See Also:
- Constant Field Values
-
SYMBOL_TABLE
static final java.lang.String SYMBOL_TABLE
Help Topic for the symbol table.- See Also:
- Constant Field Values
-
SYMBOL_TREE
static final java.lang.String SYMBOL_TREE
Help Topic for the symbol tree.- See Also:
- Constant Field Values
-
TOOL
static final java.lang.String TOOL
Help Topic for tools.- See Also:
- Constant Field Values
-
-