class RGElicitor.MyDocumentListener
extends Object
implements DocumentListener
Constructor and Description |
---|
MyDocumentListener() |
Modifier and Type | Method and Description |
---|---|
void |
changedUpdate(DocumentEvent e) |
private void |
commitChanges(DocumentEvent e) |
void |
insertUpdate(DocumentEvent e) |
void |
removeUpdate(DocumentEvent e) |
public void insertUpdate(DocumentEvent e)
insertUpdate
in interface DocumentListener
public void removeUpdate(DocumentEvent e)
removeUpdate
in interface DocumentListener
public void changedUpdate(DocumentEvent e)
changedUpdate
in interface DocumentListener
private void commitChanges(DocumentEvent e)