Package org.apache.jmeter.visualizers
Class SearchTextExtension
java.lang.Object
org.apache.jmeter.visualizers.SearchTextExtension
- All Implemented Interfaces:
ActionListener
,EventListener
,DocumentListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Display the response as text or as rendered HTML.void
void
void
void
void
setResults
(JEditorPane results)
-
Constructor Details
-
SearchTextExtension
public SearchTextExtension()
-
-
Method Details
-
init
-
setResults
-
actionPerformed
Display the response as text or as rendered HTML. Change the text on the button appropriate to the current display.- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
- the ActionEvent being processed
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-