Class MenuInfo

java.lang.Object
org.apache.jmeter.gui.util.MenuInfo
Direct Known Subclasses:
MenuSeparatorInfo

public class MenuInfo extends Object
Class to hold additional information needed when building the GUI lists
  • Field Details

  • Constructor Details

  • Method Details

    • getLabel

      public String getLabel()
    • getClassName

      public String getClassName()
    • getSortOrder

      public int getSortOrder()
    • getEnabled

      public boolean getEnabled(String actionCommand)
      Returns whether the menu item represented by this MenuInfo object should be enabled
      Parameters:
      actionCommand - the action command name for the menu item
      Returns:
      true when menu item should be enabled, false otherwise.