fr.ifremer.isisfish.ui.models.analyzeplan
Class AnalyzePlanParametersTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
fr.ifremer.isisfish.ui.models.analyzeplan.AnalyzePlanParametersTableCellEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor
public class AnalyzePlanParametersTableCellEditor
- extends ParameterTableCellEditor
Specific editor for rule 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 |
plan
protected AnalysePlan plan
planParametersTypes
protected List<Class<?>> planParametersTypes
AnalyzePlanParametersTableCellEditor
public AnalyzePlanParametersTableCellEditor(AnalysePlan plan)
- Constructor with rule parameter.
- Parameters:
plan - plan
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.