JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
burp.api.montoya.ui.hotkey
HotKey
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
name()
hotkey()
hotKey(String, String)
Interface HotKey
public interface
HotKey
Represents a hot key.
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
hotkey
()
Hotkeys are defined in the same format as within Burp's Settings.
static
HotKey
hotKey
(
String
name,
String
hotkey)
Create a new instance
String
name
()
Method Details
name
String
name
()
Returns:
the name of the hot key.
hotkey
String
hotkey
()
Hotkeys are defined in the same format as within Burp's Settings.
Returns:
the hot key
hotKey
static
HotKey
hotKey
(
String
name,
String
hotkey)
Create a new instance
Parameters:
name
- The name of the hot key.
hotkey
- The hot key.
Returns:
A new
HotKey
instance.