public class SearchTextExtension extends Object implements ActionListener, DocumentListener
| Constructor and Description |
|---|
SearchTextExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e)
Display the response as text or as rendered HTML.
|
void |
changedUpdate(DocumentEvent e) |
void |
init(JPanel resultsPane) |
void |
insertUpdate(DocumentEvent e) |
void |
removeUpdate(DocumentEvent e) |
void |
setResults(JEditorPane results) |
public void init(JPanel resultsPane)
public void setResults(JEditorPane results)
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 DocumentListenerCopyright © 1998-2015 Apache Software Foundation. All Rights Reserved.