Interface RequestView

  • All Implemented Interfaces:

    
    public interface RequestView
    
                        

    Interface for request panel in View Results Tree All classes which implements this interface is display on bottom tab in request panel

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void init() Init the panel
      abstract void clearData() Clear all data in panel
      abstract void setSamplerResult(Object userObject) Put the result bean to display in panel
      abstract JPanel getPanel() Get the panel
      abstract String getLabel() Get the label.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • init

         abstract void init()

        Init the panel

      • clearData

         abstract void clearData()

        Clear all data in panel

      • setSamplerResult

         abstract void setSamplerResult(Object userObject)

        Put the result bean to display in panel

        Parameters:
        userObject - result to display
      • getLabel

         abstract String getLabel()

        Get the label. Use as name for bottom tab