| Modifier and Type | Method and Description |
|---|---|
List<IMessageEditorTabFactory> |
IBurpExtenderCallbacks.getMessageEditorTabFactories()
This method is used to retrieve the message editor tab factories that are
registered by the extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBurpExtenderCallbacks.registerMessageEditorTabFactory(IMessageEditorTabFactory factory)
This method is used to register a factory for custom message editor tabs.
|
void |
IBurpExtenderCallbacks.removeMessageEditorTabFactory(IMessageEditorTabFactory factory)
This method is used to remove a message editor tab factory that has been
registered by the extension.
|
Copyright © 2017. All rights reserved.