org.fife.ui
Class RColorSwatchesButton.PopupListener

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

protected class RColorSwatchesButton.PopupListener
extends RColorButton.RColorButtonActionListener

Listens for the user clicking on one of the menu items in the popup menu and responds accordingly.


Constructor Summary
protected RColorSwatchesButton.PopupListener()
           
 
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

RColorSwatchesButton.PopupListener

protected RColorSwatchesButton.PopupListener()
Method Detail

actionPerformed

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