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

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

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

Subclasses of ErrorPanel.ErrorListPane in edu.rice.cs.drjava.ui
 class JavadocErrorPanel.JavadocErrorListPane
          A pane to show Javadoc errors.
 class JUnitPanel.JUnitErrorListPane
          A pane to show JUnit errors.
 

Methods in edu.rice.cs.drjava.ui that return ErrorPanel.ErrorListPane
protected abstract  ErrorPanel.ErrorListPane ErrorPanel.getErrorListPane()
           
 

Methods in edu.rice.cs.drjava.ui with parameters of type ErrorPanel.ErrorListPane
protected  void ErrorPanel.setErrorListPane(ErrorPanel.ErrorListPane elp)