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