org.apache.jmeter.visualizers

Class TableVisualizer

Implemented Interfaces:
ChangeListener, Clearable, JMeterGUIComponent, Printable, UnsharedComponent, Visualizer

public class TableVisualizer
extends AbstractVisualizer
implements Clearable

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

Nested Class Summary

static class
TableVisualizer.SampleSuccessFunctor

Field Summary

Fields inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer

collector, isStats

Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent

namePanel

Constructor Summary

TableVisualizer()
Constructor for the TableVisualizer object.

Method Summary

void
add(SampleResult res)
void
clearData()
String
getLabelResource()
Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language.
static boolean
testFunctors()
String
toString()
protected void
updateTextFields()

Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer

clearGui, configure, configureTestElement, createTestElement, getErrorLoggingCheckbox, getFile, getFilePanel, getModel, isStats, makeTitlePanel, modifyTestElement, setFile, setModel, stateChanged

Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractListenerGui

createPopupMenu, getMenuCategories

Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent

clearGui, configure, configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setComment, setEnabled, setName, setNode

Constructor Details

TableVisualizer

public TableVisualizer()
Constructor for the TableVisualizer object.

Method Details

add

public void add(SampleResult res)
Specified by:
add in interface Visualizer

clearData

public void clearData()
Specified by:
clearData in interface Clearable

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.
Specified by:
getLabelResource in interface JMeterGUIComponent
Returns:
the resource name

testFunctors

public static boolean testFunctors()

toString

public String toString()

updateTextFields

protected void updateTextFields()

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.