edu.rice.cs.drjava.ui
Class BackgroundColorListener

java.lang.Object
  extended by edu.rice.cs.drjava.ui.BackgroundColorListener
All Implemented Interfaces:
OptionListener<java.awt.Color>

 class BackgroundColorListener
extends java.lang.Object
implements OptionListener<java.awt.Color>

Creates and installs an OptionListener for DEFINITIONS_BACKGROUND_COLOR on a specified JTextComponent.


Field Summary
(package private)  java.awt.Component _target
           
 
Constructor Summary
BackgroundColorListener(java.awt.Component target)
           
 
Method Summary
 void optionChanged(OptionEvent<java.awt.Color> oce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_target

final java.awt.Component _target
Constructor Detail

BackgroundColorListener

public BackgroundColorListener(java.awt.Component target)
Method Detail

optionChanged

public void optionChanged(OptionEvent<java.awt.Color> oce)
Specified by:
optionChanged in interface OptionListener<java.awt.Color>