Package org.apache.jmeter.visualizers
Class RenderAsRegexp
- java.lang.Object
-
- org.apache.jmeter.visualizers.RenderAsRegexp
-
- All Implemented Interfaces:
ActionListener,EventListener,ResultRenderer
public class RenderAsRegexp extends Object implements ResultRenderer, ActionListener
Implement ResultsRender for Regexp tester
-
-
Constructor Summary
Constructors Constructor Description RenderAsRegexp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)Display the response as text or as rendered HTML.voidclearData()voidinit()voidrenderImage(SampleResult sampleResult)voidrenderResult(SampleResult sampleResult)voidsetBackgroundColor(Color backGround)voidsetLastSelectedTab(int index)voidsetRightSide(JTabbedPane side)voidsetSamplerResult(Object userObject)voidsetupTabPane()StringtoString()
-
-
-
Method Detail
-
clearData
public void clearData()
- Specified by:
clearDatain interfaceResultRenderer
-
init
public void init()
- Specified by:
initin interfaceResultRenderer
-
actionPerformed
public void actionPerformed(ActionEvent e)
Display the response as text or as rendered HTML. Change the text on the button appropriate to the current display.- Specified by:
actionPerformedin interfaceActionListener- Parameters:
e- the ActionEvent being processed
-
renderResult
public void renderResult(SampleResult sampleResult)
- Specified by:
renderResultin interfaceResultRenderer
-
setupTabPane
public void setupTabPane()
- Specified by:
setupTabPanein interfaceResultRenderer
-
setRightSide
public void setRightSide(JTabbedPane side)
- Specified by:
setRightSidein interfaceResultRenderer
-
setSamplerResult
public void setSamplerResult(Object userObject)
- Specified by:
setSamplerResultin interfaceResultRenderer
-
setLastSelectedTab
public void setLastSelectedTab(int index)
- Specified by:
setLastSelectedTabin interfaceResultRenderer
-
toString
public String toString()
- Specified by:
toStringin interfaceResultRenderer- Overrides:
toStringin classObject- Returns:
- the string to be displayed by the ComboBox
-
renderImage
public void renderImage(SampleResult sampleResult)
- Specified by:
renderImagein interfaceResultRenderer
-
setBackgroundColor
public void setBackgroundColor(Color backGround)
- Specified by:
setBackgroundColorin interfaceResultRenderer
-
-