Package org.apache.jmeter.visualizers
Class SamplerResultTab
- java.lang.Object
-
- org.apache.jmeter.visualizers.SamplerResultTab
-
- All Implemented Interfaces:
ResultRenderer
- Direct Known Subclasses:
RenderAsDocument,RenderAsHTML,RenderAsJSON,RenderAsText,RenderAsXML
public abstract class SamplerResultTab extends Object implements ResultRenderer
Right side in View Results Tree
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSamplerResultTab.RowResultFor model table
-
Field Summary
Fields Modifier and Type Field Description protected booleanactivateSearchExtensionstatic ColorCLIENT_ERROR_COLORstatic ColorREDIRECT_COLORprotected static StringREQUEST_VIEW_COMMANDprotected JEditorPaneresultsContains results; contained in resultsPaneprotected JScrollPaneresultsScrollPaneResponse Data paneprotected JTabbedPanerightSiderequest pane contentprotected SearchTextExtensionsearchTextExtensionstatic ColorSERVER_ERROR_COLORprotected static StringTEXT_COMMAND
-
Constructor Summary
Constructors Constructor Description SamplerResultTab()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearData()voidinit()voidrenderImage(SampleResult sampleResult)voidsetBackgroundColor(Color backGround)voidsetLastSelectedTab(int index)voidsetRightSide(JTabbedPane side)voidsetSamplerResult(Object sample)voidsetupTabPane()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.jmeter.visualizers.ResultRenderer
renderResult, toString
-
-
-
-
Field Detail
-
SERVER_ERROR_COLOR
public static final Color SERVER_ERROR_COLOR
-
CLIENT_ERROR_COLOR
public static final Color CLIENT_ERROR_COLOR
-
REDIRECT_COLOR
public static final Color REDIRECT_COLOR
-
TEXT_COMMAND
protected static final String TEXT_COMMAND
- See Also:
- Constant Field Values
-
REQUEST_VIEW_COMMAND
protected static final String REQUEST_VIEW_COMMAND
- See Also:
- Constant Field Values
-
resultsScrollPane
protected JScrollPane resultsScrollPane
Response Data pane
-
results
protected JEditorPane results
Contains results; contained in resultsPane
-
rightSide
protected JTabbedPane rightSide
request pane content
-
searchTextExtension
protected SearchTextExtension searchTextExtension
-
activateSearchExtension
protected boolean activateSearchExtension
-
-
Method Detail
-
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
public void setSamplerResult(Object sample)
- Specified by:
setSamplerResultin interfaceResultRenderer
-
setRightSide
public void setRightSide(JTabbedPane side)
- Specified by:
setRightSidein interfaceResultRenderer
-
setLastSelectedTab
public void setLastSelectedTab(int index)
- Specified by:
setLastSelectedTabin interfaceResultRenderer
-
renderImage
public void renderImage(SampleResult sampleResult)
- Specified by:
renderImagein interfaceResultRenderer
-
setBackgroundColor
public void setBackgroundColor(Color backGround)
- Specified by:
setBackgroundColorin interfaceResultRenderer
-
-