|
||||||||||
| 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.compiler | Contains adaptor code for invoking various Java compilers. |
| edu.rice.cs.drjava.model.definitions | Provides the data model for storing Java source code. |
| 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 |
ConfigOptionListeners.DisplayAllCompilerVersionsListener.optionChanged(OptionEvent<Boolean> oe)
|
void |
ConfigOptionListeners.SlaveJVMArgsListener.optionChanged(OptionEvent<String> oe)
|
void |
ConfigOptionListeners.SlaveJVMXMXListener.optionChanged(OptionEvent<String> oe)
|
void |
ConfigOptionListeners.MasterJVMArgsListener.optionChanged(OptionEvent<String> oe)
|
void |
ConfigOptionListeners.MasterJVMXMXListener.optionChanged(OptionEvent<String> oe)
|
void |
ConfigOptionListeners.JavadocCustomParamsListener.optionChanged(OptionEvent<String> oe)
|
void |
ConfigOptionListeners.LookAndFeelListener.optionChanged(OptionEvent<String> oe)
|
void |
ConfigOptionListeners.PlasticThemeListener.optionChanged(OptionEvent<String> oe)
|
void |
ConfigOptionListeners.DefaultCompilerListener.optionChanged(OptionEvent<String> oe)
|
void |
OptionListener.optionChanged(OptionEvent<T> oce)
|
void |
ConfigOptionListeners.RequiresDrJavaRestartListener.optionChanged(OptionEvent<T> oe)
|
void |
ConfigOptionListeners.RequiresInteractionsRestartListener.optionChanged(OptionEvent<T> oe)
|
| Uses of OptionEvent in edu.rice.cs.drjava.model.compiler |
|---|
| Methods in edu.rice.cs.drjava.model.compiler with parameters of type OptionEvent | |
|---|---|
void |
CompilerOptions.WarningOptionListener.optionChanged(OptionEvent<Boolean> 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<Color> oce)
|
void |
ColoringGlyphPainter.ColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
ColoringView.FontOptionListener.optionChanged(OptionEvent<Font> oce)
|
void |
ColoringGlyphPainter.FontOptionListener.optionChanged(OptionEvent<Font> oce)
|
| Uses of OptionEvent in edu.rice.cs.drjava.ui |
|---|
| Methods in edu.rice.cs.drjava.ui with parameters of type OptionEvent | |
|---|---|
void |
DefinitionsPane.AntiAliasOptionListener.optionChanged(OptionEvent<Boolean> oce)
|
void |
MainFrame.ToolbarOptionListener.optionChanged(OptionEvent<Boolean> oce)
|
void |
MainFrame.LineEnumOptionListener.optionChanged(OptionEvent<Boolean> oce)
|
void |
MainFrame.QuitPromptOptionListener.optionChanged(OptionEvent<Boolean> oce)
|
void |
InteractionsPane.AntiAliasOptionListener.optionChanged(OptionEvent<Boolean> oce)
|
void |
DefinitionsPane.MatchColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
DefinitionsPane.ErrorColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
DefinitionsPane.BookmarkColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
DefinitionsPane.FindResultsColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
DefinitionsPane.BreakpointColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
DefinitionsPane.DisabledBreakpointColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
DefinitionsPane.ThreadColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
BackgroundColorListener.optionChanged(OptionEvent<Color> oce)
|
void |
ForegroundColorListener.optionChanged(OptionEvent<Color> oce)
|
void |
MainFrame.NormalColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
MainFrame.BackgroundColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
MainFrame.LineEnumColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
FindResultsPanel.FindResultsColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
ErrorPanel.ErrorListPane.CompilerErrorColorOptionListener.optionChanged(OptionEvent<Color> oce)
|
void |
ErrorPanel.ErrorListPane.ForegroundColorListener.optionChanged(OptionEvent<Color> oce)
|
void |
ErrorPanel.ErrorListPane.BackgroundColorListener.optionChanged(OptionEvent<Color> oce)
|
void |
MainFrame.MainFontOptionListener.optionChanged(OptionEvent<Font> oce)
|
void |
MainFrame.LineNumbersFontOptionListener.optionChanged(OptionEvent<Font> oce)
|
void |
MainFrame.DoclistFontOptionListener.optionChanged(OptionEvent<Font> oce)
|
void |
MainFrame.ToolbarFontOptionListener.optionChanged(OptionEvent<Font> oce)
|
void |
MainFrame.RecentFilesOptionListener.optionChanged(OptionEvent<Integer> oce)
|
void |
CompilerErrorPanel.CompilerLocationOptionListener.optionChanged(OptionEvent<T> oce)
|
void |
KeyBindingManager.VectorKeyStrokeOptionListener.optionChanged(OptionEvent<Vector<KeyStroke>> oce)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||