Package org.apache.jmeter.visualizers
Class SearchTextExtension
java.lang.Object
org.apache.jmeter.visualizers.SearchTextExtension
- All Implemented Interfaces:
 ActionListener,EventListener,DocumentListener
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceSearch provider definition Allow the search extension to search on any componentstatic classJEditorPane search provider Should probably be moved in its on file - 
Constructor Summary
ConstructorsConstructorDescriptionSearchTextExtension(SearchTextExtension.ISearchTextExtensionProvider searchProvider)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidDisplay the response as text or as rendered HTML.voidvoidvoidvoid 
- 
Constructor Details
- 
SearchTextExtension
 
 - 
 - 
Method Details
- 
getSearchToolBar
- Returns:
 JToolBarthe 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:
 actionPerformedin interfaceActionListener- Parameters:
 e- the ActionEvent being processed
 - 
changedUpdate
- Specified by:
 changedUpdatein interfaceDocumentListener
 - 
insertUpdate
- Specified by:
 insertUpdatein interfaceDocumentListener
 - 
removeUpdate
- Specified by:
 removeUpdatein interfaceDocumentListener
 - 
resetTextToFind
public void resetTextToFind() 
 -