Enum Class HotKeyContext

java.lang.Object
java.lang.Enum<HotKeyContext>
burp.api.montoya.ui.hotkey.HotKeyContext
All Implemented Interfaces:
Serializable, Comparable<HotKeyContext>, Constable

public enum HotKeyContext extends Enum<HotKeyContext>
  • Enum Constant Details

    • HTTP_MESSAGE_EDITOR

      public static final HotKeyContext HTTP_MESSAGE_EDITOR
    • PROXY_HTTP_HISTORY

      public static final HotKeyContext PROXY_HTTP_HISTORY
    • INTRUDER_ATTACK_RESULTS

      public static final HotKeyContext INTRUDER_ATTACK_RESULTS
    • ORGANIZER_ENTRIES

      public static final HotKeyContext ORGANIZER_ENTRIES
    • SITE_MAP_CONTENTS_TABLE

      public static final HotKeyContext SITE_MAP_CONTENTS_TABLE
  • Method Details

    • values

      public static HotKeyContext[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static HotKeyContext valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null