|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |