This method is used to add a custom tab to the main Burp Suite window. @param tab An object created by the extension that implements the ITab interface.
(ITab tab)
| 478 | * <code>ITab</code> interface. |
| 479 | */ |
| 480 | void addSuiteTab(ITab tab); |
| 481 | |
| 482 | /** |
| 483 | * This method is used to remove a previously-added tab from the main Burp |