ResultRendererRenderAsDocument, RenderAsHTML, RenderAsJSON, RenderAsText, RenderAsXMLpublic abstract class SamplerResultTab extends Object implements ResultRenderer
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SamplerResultTab.RowResult |
For model table
|
| Modifier and Type | Field | Description |
|---|---|---|
protected boolean |
activateSearchExtension |
|
static Color |
CLIENT_ERROR_COLOR |
|
static Color |
REDIRECT_COLOR |
|
protected static String |
REQUEST_VIEW_COMMAND |
|
protected JEditorPane |
results |
Contains results; contained in resultsPane
|
protected JScrollPane |
resultsScrollPane |
Response Data pane
|
protected JTabbedPane |
rightSide |
request pane content
|
protected SearchTextExtension |
searchTextExtension |
|
static Color |
SERVER_ERROR_COLOR |
|
protected static String |
TEXT_COMMAND |
| Constructor | Description |
|---|---|
SamplerResultTab() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
clearData() |
|
void |
init() |
|
void |
renderImage(SampleResult sampleResult) |
|
void |
setBackgroundColor(Color backGround) |
|
void |
setLastSelectedTab(int index) |
|
void |
setRightSide(JTabbedPane side) |
|
void |
setSamplerResult(Object sample) |
|
void |
setupTabPane() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderResult, toStringpublic static final Color SERVER_ERROR_COLOR
public static final Color CLIENT_ERROR_COLOR
public static final Color REDIRECT_COLOR
protected static final String TEXT_COMMAND
protected static final String REQUEST_VIEW_COMMAND
protected JScrollPane resultsScrollPane
protected JEditorPane results
protected JTabbedPane rightSide
protected SearchTextExtension searchTextExtension
protected boolean activateSearchExtension
public void clearData()
clearData in interface ResultRendererpublic void init()
init in interface ResultRendererpublic void setupTabPane()
setupTabPane in interface ResultRendererpublic void setSamplerResult(Object sample)
setSamplerResult in interface ResultRendererpublic void setRightSide(JTabbedPane side)
setRightSide in interface ResultRendererpublic void setLastSelectedTab(int index)
setLastSelectedTab in interface ResultRendererpublic void renderImage(SampleResult sampleResult)
renderImage in interface ResultRendererpublic void setBackgroundColor(Color backGround)
setBackgroundColor in interface ResultRendererCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.