Class RequestPanel

  • All Implemented Interfaces:

    
    public class RequestPanel
    
                        

    Manipulate all classes which implements request view panel interface and return a super panel with a bottom tab list of this classes

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final JPanel panel
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestPanel() Find and instantiate all classes that extend RequestView and Create Request Panel
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      JPanel getPanel()
      void clearData() Clear data in all request view
      void setSamplerResult(SampleResultĀ samplerResult) Put SamplerResult in all request view
      • Methods inherited from class java.lang.Object

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

      • RequestPanel

        RequestPanel()
        Find and instantiate all classes that extend RequestView and Create Request Panel
    • Method Detail

      • clearData

         void clearData()

        Clear data in all request view

      • setSamplerResult

         void setSamplerResult(SampleResultĀ samplerResult)

        Put SamplerResult in all request view

        Parameters:
        samplerResult - The SampleResult to be put in all RequestViews