|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITab
This interface is used to provide Burp with details of a custom tab that will
be added to Burp's UI, using a method such as
IBurpExtenderCallbacks.addSuiteTab()
.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getTabCaption()
java.awt.Component getUiComponent()
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |