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

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

protected class ImageConversionTable.OutputImageEditorListener
extends CommonCellEditorListener

The OutputImageEditorListener is a listenerclass of editing output image file name.


Fields inherited from class net.aerith.misao.gui.table.CommonCellEditorListener
object
 
Constructor Summary
protected ImageConversionTable.OutputImageEditorListener()
           
 
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.OutputImageEditorListener

protected ImageConversionTable.OutputImageEditorListener()
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.