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

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

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

Subclasses of TabbedPanel in edu.rice.cs.drjava.ui
 class AbortablePanel
          Panel for displaying some component with buttons, one of which is an "Abort" button.
 class BookmarksPanel
          Panel for displaying bookmarks.
 class BreakpointsPanel
          Panel for displaying the breakpoints.
 class BrowserHistoryPanel
          Panel for displaying browser history.
 class CompilerErrorPanel
          The panel which houses the list of errors after an unsuccessful compilation.
 class ErrorPanel
          This class contains common code and interfaces from CompilerErrorPanel, JUnitPanel, and JavadocErrorPanel.
 class ExternalProcessPanel
          Panel for displaying some component with buttons, one of which is an "Abort" button.
 class FindResultsPanel
          Panel for displaying find results.
 class JavadocErrorPanel
          The panel which displays all the Javadoc parsing errors.
 class JUnitPanel
          The panel that displays all the testing errors.
 class LessPanel
          Panel for displaying some component with buttons, one of which is an "Abort" button.
 class RegionsListPanel<R extends IDocumentRegion>
          Panel for displaying regions in a list in the order specified by indices passes to addRegion.
 class RegionsTreePanel<R extends OrderedDocumentRegion>
          Panel for displaying regions in a tree sorted by class name and line number.
 

Fields in edu.rice.cs.drjava.ui with type parameters of type TabbedPanel
 LinkedList<TabbedPanel> MainFrame._tabs