Uses of Class
edu.rice.cs.drjava.ui.CompilerErrorPanel.ErrorListPane

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

Uses of CompilerErrorPanel.ErrorListPane in edu.rice.cs.drjava.ui
 

Fields in edu.rice.cs.drjava.ui declared as CompilerErrorPanel.ErrorListPane
private  CompilerErrorPanel.ErrorListPane CompilerErrorPanel._errorListPane
           
private  CompilerErrorPanel.ErrorListPane CompilerErrorCaretListener._errorListPane
           
 

Methods in edu.rice.cs.drjava.ui that return CompilerErrorPanel.ErrorListPane
 CompilerErrorPanel.ErrorListPane CompilerErrorPanel.getErrorListPane()
          Returns the ErrorListPane that this panel manages.
 

Constructors in edu.rice.cs.drjava.ui with parameters of type CompilerErrorPanel.ErrorListPane
CompilerErrorPanel.ErrorListPane.CompilerErrorColorOptionListener()
           
CompilerErrorCaretListener(OpenDefinitionsDocument doc, CompilerErrorPanel.ErrorListPane errorListPane, DefinitionsPane defPane)
          Constructs a new caret listener to highlight compiler errors.