Class SamplerResultTab
java.lang.Object
org.apache.jmeter.visualizers.SamplerResultTab
- All Implemented Interfaces:
ResultRenderer
- Direct Known Subclasses:
RenderAsDocument, RenderAsHTML, RenderAsJSON, RenderAsText, RenderAsXML
Right side in View Results Tree
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanstatic final Colorstatic final Colorprotected static final Stringprotected JEditorPaneContains results; contained in resultsPaneprotected JScrollPaneResponse Data paneprotected JTabbedPanerequest pane contentprotected SearchTextExtensionstatic final Colorprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidinit()voidrenderImage(SampleResult sampleResult) voidsetBackgroundColor(Color backGround) voidsetLastSelectedTab(int index) voidsetRightSide(JTabbedPane side) voidsetSamplerResult(Object sample) voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ResultRenderer
renderResult, toString
-
Field Details
-
SERVER_ERROR_COLOR
-
CLIENT_ERROR_COLOR
-
REDIRECT_COLOR
-
TEXT_COMMAND
- See Also:
-
REQUEST_VIEW_COMMAND
- See Also:
-
resultsScrollPane
Response Data pane -
results
Contains results; contained in resultsPane -
rightSide
request pane content -
searchTextExtension
-
activateSearchExtension
protected boolean activateSearchExtension
-
-
Constructor Details
-
SamplerResultTab
public SamplerResultTab()
-
-
Method Details
-
clearData
public void clearData()- Specified by:
clearDatain interfaceResultRenderer
-
init
public void init()- Specified by:
initin interfaceResultRenderer
-
setupTabPane
public void setupTabPane()- Specified by:
setupTabPanein interfaceResultRenderer
-
setSamplerResult
- Specified by:
setSamplerResultin interfaceResultRenderer
-
setRightSide
- Specified by:
setRightSidein interfaceResultRenderer
-
setLastSelectedTab
public void setLastSelectedTab(int index) - Specified by:
setLastSelectedTabin interfaceResultRenderer
-
renderImage
- Specified by:
renderImagein interfaceResultRenderer
-
setBackgroundColor
- Specified by:
setBackgroundColorin interfaceResultRenderer
-