org.apache.jmeter.visualizers
Class ViewResultsFullVisualizer
- ActionListener, ChangeListener, TreeSelectionListener, Clearable, JMeterGUIComponent, Printable, UnsharedComponent, Visualizer
public class ViewResultsFullVisualizer
implements ActionListener, TreeSelectionListener, Clearable
Allows the tester to view the textual response from sampling an Entry. This
also allows to "single step through" the sampling process via a nice
"Continue" button.
Created 2001/07/25
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 |
CLIENT_ERROR_COLOR
public static final Color CLIENT_ERROR_COLOR
REDIRECT_COLOR
public static final Color REDIRECT_COLOR
SERVER_ERROR_COLOR
public static final Color SERVER_ERROR_COLOR
ViewResultsFullVisualizer
public ViewResultsFullVisualizer()
actionPerformed
public void actionPerformed(ActionEvent e)
Display the response as text or as rendered HTML. Change the text on the
button appropriate to the current display.
e
- the ActionEvent being processed
toString
public String toString()
Returns the description of this visualizer.
- description of this visualizer
valueChanged
public void valueChanged(TreeSelectionEvent e)
Sets the right pane to correspond to the selected node of the left tree.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.