edu.rice.cs.drjava.ui.predictive
Class PredictiveInputFrame.PredictiveInputListener
java.lang.Object
edu.rice.cs.drjava.ui.predictive.PredictiveInputFrame.PredictiveInputListener
- All Implemented Interfaces:
- EventListener, CaretListener, DocumentListener
- Enclosing class:
- PredictiveInputFrame<T extends Comparable<? super T>>
private class PredictiveInputFrame.PredictiveInputListener
- extends Object
- implements CaretListener, DocumentListener
Listener for several events.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PredictiveInputFrame.PredictiveInputListener
private PredictiveInputFrame.PredictiveInputListener()
insertUpdate
public void insertUpdate(DocumentEvent e)
- Specified by:
insertUpdate in interface DocumentListener
removeUpdate
public void removeUpdate(DocumentEvent e)
- Specified by:
removeUpdate in interface DocumentListener
changedUpdate
public void changedUpdate(DocumentEvent e)
- Specified by:
changedUpdate in interface DocumentListener
caretUpdate
public void caretUpdate(CaretEvent e)
- Specified by:
caretUpdate in interface CaretListener