|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionEvent | |
edu.rice.cs.drjava.config | This package contains the code that allows for dynamically modifying the configuration options in DrJava. |
edu.rice.cs.drjava.model | The model package is responsible for the majority of the logic
and state in DrJava. |
edu.rice.cs.drjava.model.definitions | Provides the data model for storing Java source code. |
edu.rice.cs.drjava.model.repl | Contains the adapter code for the interpreter, as well as the code for managing the history of interactions, the handling of exceptions thrown by the interpreter, etc. |
edu.rice.cs.drjava.ui | The ui package contains classes for the default user interface
for DrJava. |
Uses of OptionEvent in edu.rice.cs.drjava.config |
Methods in edu.rice.cs.drjava.config with parameters of type OptionEvent | |
void |
OptionListener.optionChanged(OptionEvent oce)
|
Uses of OptionEvent in edu.rice.cs.drjava.model |
Methods in edu.rice.cs.drjava.model with parameters of type OptionEvent | |
void |
DefaultGlobalModel.ExtraClasspathOptionListener.optionChanged(OptionEvent oce)
|
Uses of OptionEvent in edu.rice.cs.drjava.model.definitions |
Methods in edu.rice.cs.drjava.model.definitions with parameters of type OptionEvent | |
void |
ColoringView.ColorOptionListener.optionChanged(OptionEvent oce)
|
Uses of OptionEvent in edu.rice.cs.drjava.model.repl |
Methods in edu.rice.cs.drjava.model.repl with parameters of type OptionEvent | |
void |
History.HistorySizeOptionListener.optionChanged(OptionEvent oce)
|
Uses of OptionEvent in edu.rice.cs.drjava.ui |
Methods in edu.rice.cs.drjava.ui with parameters of type OptionEvent | |
void |
DefinitionsPane.BackgroundColorOptionListener.optionChanged(OptionEvent oce)
|
void |
DefinitionsPane.MatchColorOptionListener.optionChanged(OptionEvent oce)
|
void |
DefinitionsPane.ErrorColorOptionListener.optionChanged(OptionEvent oce)
|
void |
DefinitionsPane.BreakpointColorOptionListener.optionChanged(OptionEvent oce)
|
void |
DefinitionsPane.ThreadColorOptionListener.optionChanged(OptionEvent oce)
|
void |
CompilerErrorPanel.CompilerLocationOptionListener.optionChanged(OptionEvent oce)
|
void |
CompilerErrorPanel.ErrorListPane.CompilerErrorColorOptionListener.optionChanged(OptionEvent oce)
|
void |
JUnitPanel.JUnitErrorListPane.CompilerErrorColorOptionListener.optionChanged(OptionEvent oce)
|
void |
MainFrame.MainFontOptionListener.optionChanged(OptionEvent oce)
|
void |
MainFrame.DoclistFontOptionListener.optionChanged(OptionEvent oce)
|
void |
MainFrame.ToolbarFontOptionListener.optionChanged(OptionEvent oce)
|
void |
MainFrame.ToolbarOptionListener.optionChanged(OptionEvent oce)
|
void |
MainFrame.WorkingDirOptionListener.optionChanged(OptionEvent oce)
|
void |
MainFrame.LineEnumOptionListener.optionChanged(OptionEvent oce)
|
void |
MainFrame.QuitPromptOptionListener.optionChanged(OptionEvent oce)
|
void |
MainFrame.RecentFilesOptionListener.optionChanged(OptionEvent oce)
|
void |
KeyBindingManager.KeyStrokeOptionListener.optionChanged(OptionEvent oce)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |