net.aerith.misao.toolkit.ImageConversion
Class ConversionDialog.FilterCheckListener

java.lang.Object
  |
  +--net.aerith.misao.toolkit.ImageConversion.ConversionDialog.FilterCheckListener
Enclosing class:
ConversionDialog

protected class ConversionDialog.FilterCheckListener
extends java.lang.Object
implements java.awt.event.ActionListener

The FilterCheckListener is a listener class of menu selection to apply image processing filters.


Constructor Summary
protected ConversionDialog.FilterCheckListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when one of the menus is selected.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ConversionDialog.FilterCheckListener

protected ConversionDialog.FilterCheckListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when one of the menus is selected.
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - contains the selected menu item.