Interface HelpTopics


  • public interface HelpTopics
    Topics for Help. The strings correspond to a folder under the "topics" resource.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ABOUT
      Help Topic for "About."
      static java.lang.String AUTO_ANALYSIS
      Help Topic for auto analysis.
      static java.lang.String BLOCK_MODEL
      Help Topic for block models.
      static java.lang.String BOOKMARKS
      Help Topic for bookmarks.
      static java.lang.String BYTE_VIEWER
      Help Topic for the byte viewer.
      static java.lang.String CODE_BROWSER
      Help Topic for the code browser.
      static java.lang.String COMMENTS
      Help Topic for comments.
      static java.lang.String DATA
      Help Topic for data.
      static java.lang.String DATA_MANAGER
      Help Topic for the data manager.
      static java.lang.String DATA_TYPE_EDITORS
      Help Topic for the data type editors.
      static java.lang.String DIFF
      Help Topic for doing diffs between programs.
      static java.lang.String EQUATES
      Help Topic for equates.
      static java.lang.String EXPORTER
      Help Topic for the exporters.
      static java.lang.String FIND_REFERENCES
      Help Topic for references searching
      static java.lang.String FRONT_END
      Name of options for the help topic for the front end (Ghidra Project Window).
      static java.lang.String GLOSSARY
      Help Topic for the glossary.
      static java.lang.String HIGHLIGHT
      Help Topic for highlighting.
      static java.lang.String IMPORTER
      Help Topic for the importers.
      static java.lang.String INTRO
      Help for Intro topics.
      static java.lang.String LABEL
      Help Topic for the add/edit label.
      static java.lang.String MEMORY_MAP
      Help Topic for the memory map.
      static java.lang.String NAVIGATION
      Help Topic for navigation.
      static java.lang.String PE2XML
      Help Topic for the P2 to XML exporter.
      static java.lang.String PROGRAM
      Help Topic for programs (open, close, save, etc.).
      static java.lang.String PROGRAM_TREE
      Help Topic for the program tree.
      static java.lang.String REFERENCES
      Help Topic for references.
      static java.lang.String RELOCATION_TABLE
      Help Topic for the relocation table.
      static java.lang.String REPOSITORY
      Help Topic for the project repository.
      static java.lang.String SEARCH
      Help Topic for search functions.
      static java.lang.String SELECTION
      Help Topic for selection.
      static java.lang.String SYMBOL_TABLE
      Help Topic for the symbol table.
      static java.lang.String SYMBOL_TREE
      Help Topic for the symbol tree.
      static java.lang.String TOOL
      Help Topic for tools.
    • Field Detail

      • 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_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
      • 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
      • 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