Package ghidra.app.util
Interface HelpTopics
public interface HelpTopics
Topics for Help. The strings correspond to a folder under the "topics"
resource.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Help Topic for "About."static final String
Help Topic for auto analysis.static final String
Help Topic for block models.static final String
Help Topic for bookmarks.static final String
Help Topic for the byte viewer.static final String
Help Topic for the code browser.static final String
Help Topic for comments.static final String
Help Topic for data.static final String
Help Topic for the data manager.static final String
Help Topic for the data type editors.static final String
Help Topic for the decompilerstatic final String
Help Topic for doing diffs between programs.static final String
Help Topic for equates.static final String
Help Topic for the exporters.static final String
Help Topic for references searchingstatic final String
Name of options for the help topic for the front end (Ghidra Project Window).static final String
Help Topic for the glossary.static final String
Help Topic for highlighting.static final String
Help Topic for the importers.static final String
Help for Intro topics.static final String
Help Topic for the add/edit label.static final String
Help Topic for the memory map.static final String
Help Topic for navigation.static final String
Help Topic for the P2 to XML exporter.static final String
Help Topic for programs (open, close, save, etc.).static final String
Help Topic for the program tree.static final String
Help Topic for references.static final String
Help Topic for the relocation table.static final String
Help Topic for the project repository.static final String
Help Topic for the Runtime Info Plugin.static final String
Help Topic for search functions.static final String
Help Topic for selection.static final String
Help Topic for the symbol table.static final String
Help Topic for the symbol tree.static final String
Help Topic for tools.
-
Field Details
-
ABOUT
Help Topic for "About."- See Also:
-
AUTO_ANALYSIS
Help Topic for auto analysis.- See Also:
-
BLOCK_MODEL
Help Topic for block models.- See Also:
-
BOOKMARKS
Help Topic for bookmarks.- See Also:
-
BYTE_VIEWER
Help Topic for the byte viewer.- See Also:
-
CODE_BROWSER
Help Topic for the code browser.- See Also:
-
COMMENTS
Help Topic for comments.- See Also:
-
DATA
Help Topic for data.- See Also:
-
DATA_MANAGER
Help Topic for the data manager.- See Also:
-
DATA_TYPE_EDITORS
Help Topic for the data type editors.- See Also:
-
DECOMPILER
Help Topic for the decompiler- See Also:
-
DIFF
Help Topic for doing diffs between programs.- See Also:
-
EQUATES
Help Topic for equates.- See Also:
-
EXPORTER
Help Topic for the exporters.- See Also:
-
FIND_REFERENCES
Help Topic for references searching- See Also:
-
FRONT_END
Name of options for the help topic for the front end (Ghidra Project Window).- See Also:
-
GLOSSARY
Help Topic for the glossary.- See Also:
-
HIGHLIGHT
Help Topic for highlighting.- See Also:
-
IMPORTER
Help Topic for the importers.- See Also:
-
INTRO
Help for Intro topics.- See Also:
-
LABEL
Help Topic for the add/edit label.- See Also:
-
NAVIGATION
Help Topic for navigation.- See Also:
-
MEMORY_MAP
Help Topic for the memory map.- See Also:
-
PE2XML
Help Topic for the P2 to XML exporter.- See Also:
-
PROGRAM
Help Topic for programs (open, close, save, etc.).- See Also:
-
PROGRAM_TREE
Help Topic for the program tree.- See Also:
-
REFERENCES
Help Topic for references.- See Also:
-
RELOCATION_TABLE
Help Topic for the relocation table.- See Also:
-
REPOSITORY
Help Topic for the project repository.- See Also:
-
RUNTIME_INFO
Help Topic for the Runtime Info Plugin.- See Also:
-
SEARCH
Help Topic for search functions.- See Also:
-
SELECTION
Help Topic for selection.- See Also:
-
SYMBOL_TABLE
Help Topic for the symbol table.- See Also:
-
SYMBOL_TREE
Help Topic for the symbol tree.- See Also:
-
TOOL
Help Topic for tools.- See Also:
-