eTextReader
Class HighlightPrefsBox.ColorButtonHandler

java.lang.Object
  extended by eTextReader.HighlightPrefsBox.ColorButtonHandler
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
HighlightPrefsBox

 class HighlightPrefsBox.ColorButtonHandler
extends java.lang.Object
implements java.awt.event.ActionListener

Handles events generated when one of the color buttons is clicked on

Author:
mcfall

Constructor Summary
HighlightPrefsBox.ColorButtonHandler()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighlightPrefsBox.ColorButtonHandler

HighlightPrefsBox.ColorButtonHandler()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener