javax.swing.colorchooser
Class DefaultHSBChooserPanel.RadioButtonHandler

java.lang.Object
  extended byjavax.swing.colorchooser.DefaultHSBChooserPanel.RadioButtonHandler
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
DefaultHSBChooserPanel

private class DefaultHSBChooserPanel.RadioButtonHandler
extends Object
implements ActionListener

Handler for the radio button classes.


Constructor Summary
private DefaultHSBChooserPanel.RadioButtonHandler()
           
 
Method Summary
 void actionPerformed(ActionEvent evt)
          Invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultHSBChooserPanel.RadioButtonHandler

private DefaultHSBChooserPanel.RadioButtonHandler()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Description copied from interface: ActionListener
Invoked when an action occurs.

Specified by:
actionPerformed in interface ActionListener