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

java.lang.Object
  |
  +--javax.swing.DefaultCellEditor
        |
        +--net.aerith.misao.gui.table.CommonCellEditor
              |
              +--net.aerith.misao.toolkit.ImageConversion.ImageConversionTable.InputImageFormatEditor
Enclosing class:
ImageConversionTable

protected class ImageConversionTable.InputImageFormatEditor
extends CommonCellEditor

The InputImageFormatEditor represents a table cell editor to select an input image file format.

See Also:
Serialized Form

Inner classes inherited from class javax.swing.DefaultCellEditor
javax.swing.DefaultCellEditor.EditorDelegate
 
Fields inherited from class net.aerith.misao.gui.table.CommonCellEditor
listener
 
Fields inherited from class javax.swing.DefaultCellEditor
changeEvent, clickCountToStart, delegate, editorComponent, listenerList
 
Constructor Summary
ImageConversionTable.InputImageFormatEditor(javax.swing.JComboBox combo)
          Constructs an InputImageFormatEditor.
 
Method Summary
protected  java.lang.Object getEditingObject(int row, int column)
          Gets the object to edit.
protected  CommonCellEditorListener getListener()
          Gets the cell editor listener.
 
Methods inherited from class net.aerith.misao.gui.table.CommonCellEditor
getTableCellEditorComponent
 
Methods inherited from class javax.swing.DefaultCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, removeCellEditorListener, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ImageConversionTable.InputImageFormatEditor

public ImageConversionTable.InputImageFormatEditor(javax.swing.JComboBox combo)
Constructs an InputImageFormatEditor.
Parameters:
combo - the combo box to select a file format.
Method Detail

getListener

protected CommonCellEditorListener getListener()
Gets the cell editor listener. It must be overrided in the subclasses.
Overrides:
getListener in class CommonCellEditor
Returns:
the cell editor listener.

getEditingObject

protected java.lang.Object getEditingObject(int row,
                                            int column)
Gets the object to edit.
Overrides:
getEditingObject in class CommonCellEditor
Parameters:
row - the row to edit.
column - the column to edit.
Returns:
the object to edit.