org.apache.jmeter.visualizers
Class TableVisualizer
- ChangeListener, Clearable, JMeterGUIComponent, Printable, UnsharedComponent, Visualizer
public class TableVisualizer
This class implements a statistical analyser that calculates both the average
and the standard deviation of the sampling process. The samples are displayed
in a JTable, and the statistics are displayed at the bottom of the table.
created March 10, 2002
clearGui , configure , configureTestElement , createTestElement , getErrorLoggingCheckbox , getFile , getFilePanel , getModel , isStats , makeTitlePanel , modifyTestElement , setFile , setModel , stateChanged |
clearGui , configure , configureTestElement , createTitleLabel , getComment , getDocAnchor , getName , getNamePanel , getNode , getPrintableComponent , getStaticLabel , isEnabled , makeBorder , makeScrollPane , makeScrollPane , makeTitlePanel , setComment , setEnabled , setName , setNode |
TableVisualizer
public TableVisualizer()
Constructor for the TableVisualizer object.
getLabelResource
public String getLabelResource()
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 overriden in preference to overriding
getStaticLabel(). However where the resource name is not available or required,
getStaticLabel() may be overridden instead.
- getLabelResource in interface JMeterGUIComponent
testFunctors
public static boolean testFunctors()
toString
public String toString()
updateTextFields
protected void updateTextFields()
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.