Package org.apache.jmeter.visualizers
Class RenderAsBoundaryExtractor
java.lang.Object
org.apache.jmeter.visualizers.RenderAsBoundaryExtractor
- All Implemented Interfaces:
- ActionListener,- EventListener,- ResultRenderer
@AutoService(ResultRenderer.class)
public class RenderAsBoundaryExtractor
extends Object
implements ResultRenderer, ActionListener
Implement ResultsRender for Boundary Extractor tester
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDisplay the response as text or as rendered HTML.voidvoidinit()voidrenderImage(SampleResult sampleResult) voidrenderResult(SampleResult sampleResult) voidsetBackgroundColor(Color backGround) voidsetLastSelectedTab(int index) voidsetRightSide(JTabbedPane side) voidsetSamplerResult(Object userObject) voidtoString()
- 
Constructor Details- 
RenderAsBoundaryExtractorpublic RenderAsBoundaryExtractor()
 
- 
- 
Method Details- 
actionPerformedDisplay the response as text or as rendered HTML. Change the text on the button appropriate to the current display.- Specified by:
- actionPerformedin interface- ActionListener
- Parameters:
- e- the ActionEvent being processed
 
- 
clearDatapublic void clearData()- Specified by:
- clearDatain interface- ResultRenderer
 
- 
initpublic void init()- Specified by:
- initin interface- ResultRenderer
 
- 
setupTabPanepublic void setupTabPane()- Specified by:
- setupTabPanein interface- ResultRenderer
 
- 
setLastSelectedTabpublic void setLastSelectedTab(int index) - Specified by:
- setLastSelectedTabin interface- ResultRenderer
 
- 
setRightSide- Specified by:
- setRightSidein interface- ResultRenderer
 
- 
setSamplerResult- Specified by:
- setSamplerResultin interface- ResultRenderer
 
- 
renderResult- Specified by:
- renderResultin interface- ResultRenderer
 
- 
toString- Specified by:
- toStringin interface- ResultRenderer
- Overrides:
- toStringin class- Object
- Returns:
- the string to be displayed by the ComboBox
 
- 
renderImage- Specified by:
- renderImagein interface- ResultRenderer
 
- 
setBackgroundColor- Specified by:
- setBackgroundColorin interface- ResultRenderer
 
 
-