protected class URIChooser.DocumentAdapter extends Object implements DocumentListener
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
changedUpdate(DocumentEvent e) |
void |
insertUpdate(DocumentEvent e) |
void |
removeUpdate(DocumentEvent e) |
public void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerCopyright © 2000–2021 Apache Software Foundation. All rights reserved.