Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jmeter.visualizers.gui: Javadoc index of package org.apache.jmeter.visualizers.gui.


Package Samples:

org.apache.jmeter.visualizers.gui: This package contains the interfaces that have to be implemented by any class wishing to display or present data collected in SampleResults.  

Classes:

AbstractVisualizer: This is the base class for JMeter GUI components which can display test results in some way. It provides the following conveniences to developers: Implements the JMeterGUIComponent interface that allows your Gui visualizer to "plug-in" to the JMeter GUI environment. Provides implementations for the following methods: configure(TestElement) 55 . Any additional parameters of your Visualizer need to be handled by you. createTestElement() 55 . For most purposes, the default ResultCollector created by this method is sufficient. getMenuCategories() 55 . To control where in the GUI your visualizer can ...

Home | Contact Us | Privacy Policy | Terms of Service