Package burp.api.montoya.ui.menu
Interface MenuBar
public interface MenuBar
The top menu bar for the main suite frame.
-
Method Summary
Modifier and TypeMethodDescriptionregisterMenu
(Menu menu) Register a menu to be added to the menu bar.registerMenu
(JMenu menu) Register a menu to be added to the menu bar.
-
Method Details
-
registerMenu
Register a menu to be added to the menu bar. This option is available if you want more control over the menu structure.- Parameters:
menu
- The menu to be registered.- Returns:
- A
Registration
for the menu.
-