edu.rice.cs.drjava.ui.predictive
Class PredictiveInputFrame.PredictiveInputListener

java.lang.Object
  extended by 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.


Constructor Summary
private PredictiveInputFrame.PredictiveInputListener()
           
 
Method Summary
 void caretUpdate(CaretEvent e)
           
 void changedUpdate(DocumentEvent e)
           
 void insertUpdate(DocumentEvent e)
           
 void removeUpdate(DocumentEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PredictiveInputFrame.PredictiveInputListener

private PredictiveInputFrame.PredictiveInputListener()
Method Detail

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