Class SearchTextExtension
java.lang.Object
org.apache.jmeter.visualizers.SearchTextExtension
- All Implemented Interfaces:
ActionListener, EventListener, DocumentListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDisplay the response as text or as rendered HTML.voidvoidvoidvoidvoidsetResults(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:
actionPerformedin interfaceActionListener- Parameters:
e- the ActionEvent being processed
-
changedUpdate
- Specified by:
changedUpdatein interfaceDocumentListener
-
insertUpdate
- Specified by:
insertUpdatein interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdatein interfaceDocumentListener
-