public class SearchTextExtension extends Object implements ActionListener, DocumentListener
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchTextExtension.ISearchTextExtensionProvider
Search provider definition
Allow the search extension to search on any component
|
static class |
SearchTextExtension.JEditorPaneSearchProvider
JEditorPane search provider
Should probably be moved in its on file
|
| Constructor and Description |
|---|
SearchTextExtension(SearchTextExtension.ISearchTextExtensionProvider searchProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
Display the response as text or as rendered HTML.
|
void |
changedUpdate(DocumentEvent e) |
JToolBar |
getSearchToolBar() |
void |
insertUpdate(DocumentEvent e) |
void |
removeUpdate(DocumentEvent e) |
void |
resetTextToFind() |
public SearchTextExtension(SearchTextExtension.ISearchTextExtensionProvider searchProvider)
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - the ActionEvent being processedpublic void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerpublic void resetTextToFind()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.