Class IncludeControllerGui

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ClearGui, JMeterGUIComponent, Printable

public class IncludeControllerGui extends AbstractControllerGui
See Also:
  • Constructor Details

    • IncludeControllerGui

      public IncludeControllerGui()
      Initializes the gui panel for the ModuleController instance.
  • Method Details

    • getLabelResource

      public String getLabelResource()
      Description copied from interface: JMeterGUIComponent
      Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. The resource name is fixed, and does not vary with the selected language.

      Normally this method should be overridden in preference to overriding getStaticLabel(). However where the resource name is not available or required, getStaticLabel() may be overridden instead.

      Returns:
      the resource name
    • makeTestElement

      public org.apache.jmeter.testelement.TestElement makeTestElement()
      Description copied from interface: JMeterGUIComponent
      Creates the test element represented by the GUI component.
      Returns:
      a new TestElement
    • clearGui

      public void clearGui()
      Implements JMeterGUIComponent.clearGui
      Specified by:
      clearGui in interface ClearGui
      Overrides:
      clearGui in class AbstractJMeterGuiComponent
    • createPopupMenu

      public JPopupMenu createPopupMenu()
      Description copied from class: AbstractControllerGui
      When a user right-clicks on the component in the test tree, or selects the edit menu when the component is selected, the component will be asked to return a JPopupMenu that provides all the options available to the user from this component.

      This implementation returns menu items appropriate for most controller components.

      Specified by:
      createPopupMenu in interface JMeterGUIComponent
      Overrides:
      createPopupMenu in class AbstractControllerGui
      Returns:
      a JPopupMenu appropriate for the component.