burp.api.montoya.ui.menu.Menu Maven / Gradle / Ivy
package burp.api.montoya.ui.menu;
import java.util.List;
import static burp.api.montoya.internal.ObjectFactoryLocator.FACTORY;
/**
* A menu to be displayed in the {@link MenuBar}.
*/
public interface Menu
{
/**
* The caption to be displayed for the menu.
*
* @return The caption
*/
String caption();
/**
* The list of {@link MenuItem} that will be displayed in the menu.
*
* @return The list of {@link MenuItem}.
*/
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy