Interface PluginConstants


public interface PluginConstants
Miscellaneous defined constants
  • Field Details

    • CATEGORY_DELIMITER

      static final String CATEGORY_DELIMITER
      Delimiter used to denote sub-categories for specifying a plugin's category.
      See Also:
    • PROTOTYPE

      static final String PROTOTYPE
      Plugin descriptive name suffix used when a Plugin is still in a "prototype" stage, where a test plan hasn't been fully written to thoroughly test the plugin's functionality to stamp it "released".
      See Also:
    • DEVELOP

      static final String DEVELOP
      Plugin descriptive name suffix used when a Plugin is still in "development" stage and needs more work to get to the "prototype" stage.
      See Also:
    • DEFAULT_TREE_NAME

      static final String DEFAULT_TREE_NAME
      Default name for the default program tree
      See Also:
    • DEFAULT_SEARCH_LIMIT

      static final int DEFAULT_SEARCH_LIMIT
      The default search limit.
      See Also:
    • ANYSUBSTRING_WILDCARD_CHAR

      static final char ANYSUBSTRING_WILDCARD_CHAR
      Wildcard char for any string.
      See Also:
    • ANYSINGLECHAR_WILDCARD_CHAR

      static final char ANYSINGLECHAR_WILDCARD_CHAR
      Wildcard char for a single char.
      See Also:
    • CODE_BROWSER

      static final String CODE_BROWSER
      See Also:
    • MEMORY_MAP

      static final String MEMORY_MAP
      See Also:
    • BYTE_VIEWER

      static final String BYTE_VIEWER
      See Also:
    • BOOKMARKS

      static final String BOOKMARKS
      See Also:
    • AUTO_RESTRICT_SELECTION

      static final String AUTO_RESTRICT_SELECTION
      See Also:
    • SEARCH_OPTION_NAME

      static final String SEARCH_OPTION_NAME
      Name of the Options object for Search.
      See Also:
    • SEARCH_HIGHLIGHT_COLOR_NAME

      static final String SEARCH_HIGHLIGHT_COLOR_NAME
      Option name for highlight color
      See Also:
    • SEARCH_HIGHLIGHT_CURRENT_COLOR_NAME

      static final String SEARCH_HIGHLIGHT_CURRENT_COLOR_NAME
      Option name for highlight color used when something to highlight is at the current address.
      See Also:
    • SEARCH_HIGHLIGHT_NAME

      static final String SEARCH_HIGHLIGHT_NAME
      Option name for whether to highlight search results.
      See Also:
    • SEARCH_HIGHLIGHT_COLOR

      static final Color SEARCH_HIGHLIGHT_COLOR
      Color for highlighting for searches.
    • SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR

      static final Color SEARCH_HIGHLIGHT_CURRENT_ADDR_COLOR
      Default highlight color used when something to highlight is at the current address.