Package org.apache.jmeter.visualizers
Class SearchTextExtension
-
- All Implemented Interfaces:
-
java.awt.event.ActionListener
,java.util.EventListener
,javax.swing.event.DocumentListener
public class SearchTextExtension implements ActionListener, DocumentListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
SearchTextExtension.ISearchTextExtensionProvider
Search provider definition Allow the search extension to search on any component
public class
SearchTextExtension.JEditorPaneSearchProvider
JEditorPane search provider Should probably be moved in its on file
-
Constructor Summary
Constructors Constructor Description SearchTextExtension(SearchTextExtension.ISearchTextExtensionProvider searchProvider)
-
Method Summary
Modifier and Type Method Description JToolBar
getSearchToolBar()
void
actionPerformed(ActionEvent e)
Display the response as text or as rendered HTML. void
changedUpdate(DocumentEvent e)
void
insertUpdate(DocumentEvent e)
void
removeUpdate(DocumentEvent e)
void
resetTextToFind()
-
-
Constructor Detail
-
SearchTextExtension
SearchTextExtension(SearchTextExtension.ISearchTextExtensionProvider searchProvider)
-
-
Method Detail
-
getSearchToolBar
JToolBar getSearchToolBar()
-
actionPerformed
void actionPerformed(ActionEvent e)
Display the response as text or as rendered HTML. Change the text on the button appropriate to the current display.
- Parameters:
e
- the ActionEvent being processed
-
changedUpdate
void changedUpdate(DocumentEvent e)
-
insertUpdate
void insertUpdate(DocumentEvent e)
-
removeUpdate
void removeUpdate(DocumentEvent e)
-
resetTextToFind
void resetTextToFind()
-
-
-
-