public class MenuInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SORT_ORDER_DEFAULT |
Constructor and Description |
---|
MenuInfo(JMeterGUIComponent item,
String classFullName) |
MenuInfo(String label,
JMeterGUIComponent item,
String classFullName) |
MenuInfo(String displayLabel,
String classFullName) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
boolean |
getEnabled(String actionCommand)
Returns whether the menu item represented by this MenuInfo object should be enabled
|
String |
getLabel() |
int |
getSortOrder() |
public static final int SORT_ORDER_DEFAULT
public MenuInfo(JMeterGUIComponent item, String classFullName)
public MenuInfo(String label, JMeterGUIComponent item, String classFullName)
public String getLabel()
public String getClassName()
public int getSortOrder()
public boolean getEnabled(String actionCommand)
actionCommand
- the action command name for the menu itemCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.