Package burp.api.montoya.ui.menu
Interface MenuItem
-
Method Summary
Modifier and TypeMethodDescriptionstatic BasicMenuItembasicMenuItem(String caption) Create a new instance ofBasicMenuItemwith a caption.caption()The caption of theMenuItem.
-
Method Details
-
caption
-
basicMenuItem
Create a new instance ofBasicMenuItemwith a caption.- Parameters:
caption- The caption for theBasicMenuItem.- Returns:
- A new instance of the
BasicMenuItem.
-