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

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

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

Subclasses of ErrorPanel in edu.rice.cs.drjava.ui
 class CompilerErrorPanel
          The panel which houses the list of errors after an unsuccessful compilation.
 class JavadocErrorPanel
          The panel which displays all the Javadoc parsing errors.
 class JUnitPanel
          The panel that displays all the testing errors.
 

Methods in edu.rice.cs.drjava.ui that return ErrorPanel
 ErrorPanel MainFrame.getSelectedErrorPanel()
          Returns the currently shown error panel if there is one.