fr.ifremer.isisfish.ui.models.export
Class ExportParametersTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
fr.ifremer.isisfish.ui.models.export.ExportParametersTableCellEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor
public class ExportParametersTableCellEditor
- extends ParameterTableCellEditor
Specific editor for export parameters.
- Version:
- $Revision: 2418 $
Last update : $Date: 2009-06-22 14:52:27 +0200 (lun., 22 juin 2009) $
By : $Author: chatellier $
- Author:
- chatellier
- See Also:
- Serialized Form
|
Method Summary |
protected Class<?> |
getType(Object value,
int row,
int column)
Get type for value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
export
protected Export export
exportParametersTypes
protected List<Class<?>> exportParametersTypes
ExportParametersTableCellEditor
public ExportParametersTableCellEditor(Export export)
- Constructor with export parameter.
- Parameters:
export - export
getType
protected Class<?> getType(Object value,
int row,
int column)
- Description copied from class:
ParameterTableCellEditor
- Get type for value.
Must be overridden (value can be null).
- Overrides:
getType in class ParameterTableCellEditor
- Returns:
- type for value
Copyright © 1999-2010 CodeLutin. All Rights Reserved.