Package org.apache.jmeter.visualizers
Class SearchTextExtension
java.lang.Object
org.apache.jmeter.visualizers.SearchTextExtension
- All Implemented Interfaces:
ActionListener
,EventListener
,DocumentListener
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Search provider definition Allow the search extension to search on any componentstatic class
JEditorPane search provider Should probably be moved in its on file -
Constructor Summary
ConstructorDescriptionSearchTextExtension
(SearchTextExtension.ISearchTextExtensionProvider searchProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Display the response as text or as rendered HTML.void
void
void
void
-
Constructor Details
-
SearchTextExtension
-
-
Method Details
-
getSearchToolBar
- Returns:
JToolBar
the search toolbar component
-
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
-
resetTextToFind
public void resetTextToFind()
-