Package org.apache.jmeter.visualizers
Class SearchTextExtension
java.lang.Object
org.apache.jmeter.visualizers.SearchTextExtension
- All Implemented Interfaces:
- ActionListener,- EventListener,- DocumentListener
- 
Nested Class SummaryNested 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 SummaryConstructorsConstructorDescriptionSearchTextExtension(SearchTextExtension.ISearchTextExtensionProvider searchProvider) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidDisplay the response as text or as rendered HTML.voidvoidvoidvoid
- 
Constructor Details- 
SearchTextExtension
 
- 
- 
Method Details- 
getSearchToolBar- Returns:
- JToolBarthe search toolbar component
 
- 
actionPerformedDisplay the response as text or as rendered HTML. Change the text on the button appropriate to the current display.- Specified by:
- actionPerformedin interface- ActionListener
- Parameters:
- e- the ActionEvent being processed
 
- 
changedUpdate- Specified by:
- changedUpdatein interface- DocumentListener
 
- 
insertUpdate- Specified by:
- insertUpdatein interface- DocumentListener
 
- 
removeUpdate- Specified by:
- removeUpdatein interface- DocumentListener
 
- 
resetTextToFindpublic void resetTextToFind()
 
-