public interface IContextMenuFactory
IBurpExtenderCallbacks.registerContextMenuFactory()
to register
a factory for custom context menu items.Modifier and Type | Method and Description |
---|---|
java.util.List<javax.swing.JMenuItem> |
createMenuItems(IContextMenuInvocation invocation)
This method will be called by Burp when the user invokes a context menu
anywhere within Burp.
|
java.util.List<javax.swing.JMenuItem> createMenuItems(IContextMenuInvocation invocation)
invocation
- An object that implements the
IContextMenuInvocation
interface, which the extension can
query to obtain details of the context menu invocation.null
from this method, to indicate that no menu items are
required.