org.fife.ui
Class RColorButton.RColorButtonActionListener

java.lang.Object
  extended by org.fife.ui.RColorButton.RColorButtonActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Direct Known Subclasses:
RColorSwatchesButton.PopupListener
Enclosing class:
RColorButton

protected class RColorButton.RColorButtonActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listens for the user to click on the RColorButton so a JColorChooser can be displayed.


Constructor Summary
protected RColorButton.RColorButtonActionListener()
           
 
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

RColorButton.RColorButtonActionListener

protected RColorButton.RColorButtonActionListener()
Method Detail

actionPerformed

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