ResultRenderer
RenderAsDocument
, RenderAsHTML
, RenderAsJSON
, RenderAsText
, RenderAsXML
public 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, wait
renderResult, toString
public 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 ResultRenderer
public void init()
init
in interface ResultRenderer
public void setupTabPane()
setupTabPane
in interface ResultRenderer
public void setSamplerResult(Object sample)
setSamplerResult
in interface ResultRenderer
public void setRightSide(JTabbedPane side)
setRightSide
in interface ResultRenderer
public void setLastSelectedTab(int index)
setLastSelectedTab
in interface ResultRenderer
public void renderImage(SampleResult sampleResult)
renderImage
in interface ResultRenderer
public void setBackgroundColor(Color backGround)
setBackgroundColor
in interface ResultRenderer
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.