public interface ITab
IBurpExtenderCallbacks.addSuiteTab()
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTabCaption()
Burp uses this method to obtain the caption that should appear on the
custom tab when it is displayed.
|
java.awt.Component |
getUiComponent()
Burp uses this method to obtain the component that should be used as the
contents of the custom tab when it is displayed.
|
java.lang.String getTabCaption()
java.awt.Component getUiComponent()