Package org.apache.jmeter.visualizers
Class SamplerResultTab
java.lang.Object
org.apache.jmeter.visualizers.SamplerResultTab
- All Implemented Interfaces:
- ResultRenderer
- Direct Known Subclasses:
- RenderAsDocument,- RenderAsHTML,- RenderAsHTMLFormatted,- RenderAsJSON,- RenderAsText,- RenderAsXML
Right side in View Results Tree
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected booleanstatic final Colorstatic final Colorprotected static final Stringprotected JEditorPaneResponse Data shown hereprotected JScrollPaneContains results; contained in resultsPaneprotected JTabbedPaneholds the tabbed panesprotected SearchTextExtensionstatic final Colorprotected static final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidinit()voidrenderImage(SampleResult sampleResult) voidsetBackgroundColor(Color backGround) voidsetLastSelectedTab(int index) voidsetRightSide(JTabbedPane side) voidsetSamplerResult(Object sample) protected voidsetTextOptimized(String data) Optimized way to set text based on : http://javatechniques.com/blog/faster-jtextpane-text-insertion-part-i/voidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jmeter.visualizers.ResultRendererrenderResult, toString
- 
Field Details- 
SERVER_ERROR_COLOR
- 
CLIENT_ERROR_COLOR
- 
REDIRECT_COLOR
- 
TEXT_COMMAND- See Also:
 
- 
REQUEST_VIEW_COMMAND- See Also:
 
- 
resultsScrollPaneContains results; contained in resultsPane
- 
resultsResponse Data shown here
- 
rightSideholds the tabbed panes
- 
searchTextExtension
- 
activateSearchExtensionprotected boolean activateSearchExtension
 
- 
- 
Constructor Details- 
SamplerResultTabprotected SamplerResultTab()
 
- 
- 
Method Details- 
clearDatapublic void clearData()- Specified by:
- clearDatain interface- ResultRenderer
 
- 
initpublic void init()- Specified by:
- initin interface- ResultRenderer
 
- 
setupTabPanepublic void setupTabPane()- Specified by:
- setupTabPanein interface- ResultRenderer
 
- 
setSamplerResult- Specified by:
- setSamplerResultin interface- ResultRenderer
 
- 
setRightSide- Specified by:
- setRightSidein interface- ResultRenderer
 
- 
setLastSelectedTabpublic void setLastSelectedTab(int index) - Specified by:
- setLastSelectedTabin interface- ResultRenderer
 
- 
renderImage- Specified by:
- renderImagein interface- ResultRenderer
 
- 
setBackgroundColor- Specified by:
- setBackgroundColorin interface- ResultRenderer
 
- 
setTextOptimizedOptimized way to set text based on : http://javatechniques.com/blog/faster-jtextpane-text-insertion-part-i/- Parameters:
- data- String data
 
 
-