net.aerith.misao.toolkit.ImageConversion
Class ImageConversionTable.OutputImageFormatEditorListener

java.lang.Object
  |
  +--net.aerith.misao.gui.table.CommonCellEditorListener
        |
        +--net.aerith.misao.toolkit.ImageConversion.ImageConversionTable.OutputImageFormatEditorListener
Enclosing class:
ImageConversionTable

protected class ImageConversionTable.OutputImageFormatEditorListener
extends CommonCellEditorListener

The OutputImageFormatEditorListener is a listener class of output image file format selection.


Fields inherited from class net.aerith.misao.gui.table.CommonCellEditorListener
object
 
Constructor Summary
protected ImageConversionTable.OutputImageFormatEditorListener()
           
 
Method Summary
 void editingStopped(javax.swing.event.ChangeEvent e)
          This tells the listeners the editor has ended editing.
 
Methods inherited from class net.aerith.misao.gui.table.CommonCellEditorListener
editingCanceled, setEditingObject
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ImageConversionTable.OutputImageFormatEditorListener

protected ImageConversionTable.OutputImageFormatEditorListener()
Method Detail

editingStopped

public void editingStopped(javax.swing.event.ChangeEvent e)
This tells the listeners the editor has ended editing.
Overrides:
editingStopped in class CommonCellEditorListener
Parameters:
e - the event.