Uses of Class
edu.rice.cs.drjava.ui.CompilerErrorCaretListener

Packages that use CompilerErrorCaretListener
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
 

Uses of CompilerErrorCaretListener in edu.rice.cs.drjava.ui
 

Fields in edu.rice.cs.drjava.ui declared as CompilerErrorCaretListener
private  CompilerErrorCaretListener DefinitionsPane._errorListener
          Listens to caret to highlight errors as appropriate.
 

Methods in edu.rice.cs.drjava.ui that return CompilerErrorCaretListener
 CompilerErrorCaretListener DefinitionsPane.getErrorCaretListener()
          Gets the CompilerErrorCaretListener for this pane.
 

Methods in edu.rice.cs.drjava.ui with parameters of type CompilerErrorCaretListener
 void DefinitionsPane.addErrorCaretListener(CompilerErrorCaretListener listener)
          Add a CompilerErrorCaretListener to this pane, keeping it accessible so its error model can be updated later.