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

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

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

Fields in edu.rice.cs.drjava.ui declared as DefinitionsPane
private  DefinitionsPane FindReplaceDialog._defPane
           
private  DefinitionsPane CompilerErrorPanel.ErrorListPane._lastDefPane
          The DefinitionsPane with the current error highlight.
private  DefinitionsPane JUnitPanel.JUnitErrorListPane._lastDefPane
          The DefinitionsPane with the current error highlight.
private  DefinitionsPane JUnitErrorCaretListener._definitionsPane
           
private  DefinitionsPane MainFrame._currentDefPane
          The currently displayed DefinitionsPane.
protected  DefinitionsPane LineEnumRule._pane
          DefinitionsPane that this rule is displayed for
private  DefinitionsPane CompilerErrorCaretListener._definitionsPane
           
 

Methods in edu.rice.cs.drjava.ui that return DefinitionsPane
 DefinitionsPane CompilerErrorPanel.ErrorListPane.getLastDefPane()
          Gets the last DefinitionsPane with an error highlight.
 DefinitionsPane JUnitPanel.JUnitErrorListPane.getLastDefPane()
          Gets the last DefinitionsPane with an error highlight.
 DefinitionsPane MainFrame.getCurrentDefPane()
          Returns the current DefinitionsPane.
 

Methods in edu.rice.cs.drjava.ui with parameters of type DefinitionsPane
 void FindReplaceDialog.beginListeningTo(DefinitionsPane defPane)
          Called from MainFrame upon opening this Dialog or changes in the active document
 void CompilerErrorPanel.ErrorListPane.setLastDefPane(DefinitionsPane pane)
          Allows the ErrorListPane to remember which DefinitionsPane currently has an error highlight.
 void JUnitPanel.JUnitErrorListPane.setLastDefPane(DefinitionsPane pane)
          Allows the ErrorListPane to remember which DefinitionsPane currently has an error highlight.
 

Constructors in edu.rice.cs.drjava.ui with parameters of type DefinitionsPane
DefinitionsPane.BackgroundColorOptionListener()
           
DefinitionsPane.MatchColorOptionListener()
           
DefinitionsPane.ErrorColorOptionListener()
           
DefinitionsPane.BreakpointColorOptionListener()
           
DefinitionsPane.ThreadColorOptionListener()
           
DefinitionsPane.IndentKeyActionTab()
           
DefinitionsPane.IndentKeyAction(String key, Action defaultAction)
           
DefinitionsPane.PopupMenuMouseAdapter()
           
DefinitionsPane.UndoAction()
          Constructor.
DefinitionsPane.RedoAction()
          Constructor.
DefinitionsPane.UndoWithPosition(UndoableEdit undo, int pos)
           
DefinitionsPane.OurUndoManager()
           
JUnitErrorCaretListener(OpenDefinitionsDocument doc, JUnitPanel.JUnitErrorListPane errorListPane, DefinitionsPane defPane)
          Constructs a new caret listener to highlight JUnit errors.
LineEnumRule(DefinitionsPane p)
          Create a new component to display line numbers along the left of the definitions pane.
CompilerErrorCaretListener(OpenDefinitionsDocument doc, CompilerErrorPanel.ErrorListPane errorListPane, DefinitionsPane defPane)
          Constructs a new caret listener to highlight compiler errors.