Uses of Package
edu.rice.cs.drjava.ui

Packages that use edu.rice.cs.drjava.ui
edu.rice.cs.drjava The main package for DrJava contains only two classes. 
edu.rice.cs.drjava.ui The ui package contains classes for the default user interface for DrJava. 
edu.rice.cs.drjava.ui.config Contains the GUI code for displaying and modifying configuration options. 
 

Classes in edu.rice.cs.drjava.ui used by edu.rice.cs.drjava
MainFrame
          DrJava's main window.
 

Classes in edu.rice.cs.drjava.ui used by edu.rice.cs.drjava.ui
AboutDialog
          About dialog.
AboutDialog.ImageInfo
           
CompilerErrorCaretListener
          Listens to the caret in a particular DefinitionsPane and highlights the source containing CompilerErrors as appropriate.
CompilerErrorPanel
          The panel which houses the list of errors after an unsuccessful compilation.
CompilerErrorPanel.ErrorListPane
          A pane to show compiler errors.
DebugPanel
          Panel for displaying the debugger input and output in MainFrame.
DefinitionsPane
          The pane in which work on a given OpenDefinitionsDocument occurs.
DefinitionsPane.OurUndoManager
          Is used to be able to call editToBeUndone and editToBeRedone since they are protected methods in UndoManager
DefinitionsPane.PopupMenuMouseAdapter
           
DefinitionsPane.RedoAction
          Redo action.
DefinitionsPane.UndoAction
          The undo action.
FindReplaceDialog
          The tabbed panel that handles requests for finding and replacing text.
HelpFrame
          The frame for displaying the HTML help files.
HelpFrame.HistoryList
           
HelpFrame.ResourceAction
           
InteractionsPane
          The view component for repl interaction.
JUnitErrorCaretListener
          Listens to the caret in a particular DefinitionsPane and highlights the source containing JUnitErrors as appropriate.
JUnitPanel
          The panel which displays all the testing errors.
JUnitPanel.JUnitErrorListPane
          A pane to show JUnit errors.
JUnitPanel.JUnitErrorListPane.PopupAdapter
          private MouseAdapter _mouseListener = new MouseAdapter() { public void mouseClicked(MouseEvent e) { JUnitError error = _errorAtPoint(e.getPoint()); if (error == null) { selectNothing(); } else { _errorListPane.switchToError(error); } } };
KeyBindingManager
          Contains Hashtables that are used in the key-binding process along with methods to build them and access their contents.
KeyBindingManager.KeyStrokeData
           
MainFrame
          DrJava's main window.
MainFrame.PositionListener
          Inner class to handle the updating of current position within the document.
OutputPane
          The view component to which System.out and System.err is redirected when DrJava is run.
PreviewFrame
          DrJava's print preview window
PreviewFrame.PageChangerUpdater
           
PreviewFrame.PagePreview
          Inner class which displays the image on the screen, and holds the Image object.
RecentFileManager
           
SingleDisplayModel
          A GlobalModel that enforces invariants associated with having one active document at a time.
SingleDisplayModelListener
          Extension of GlobalModelListener for SingleDisplayModels.
TabbedPanel
          Extended by all panels that can dynamically be added or removed from the _tabbedPane in MainFrame.
 

Classes in edu.rice.cs.drjava.ui used by edu.rice.cs.drjava.ui.config
MainFrame
          DrJava's main window.