edu.rice.cs.drjava.ui
Class DefinitionsPane.DisabledBreakpointColorOptionListener
java.lang.Object
edu.rice.cs.drjava.ui.DefinitionsPane.DisabledBreakpointColorOptionListener
- All Implemented Interfaces:
- OptionListener<Color>
- Enclosing class:
- DefinitionsPane
private class DefinitionsPane.DisabledBreakpointColorOptionListener
- extends Object
- implements OptionListener<Color>
The OptionListener for DEBUG_BREAKPOINT_DISABLED_COLOR.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefinitionsPane.DisabledBreakpointColorOptionListener
private DefinitionsPane.DisabledBreakpointColorOptionListener()
optionChanged
public void optionChanged(OptionEvent<Color> oce)
- Specified by:
optionChanged in interface OptionListener<Color>