fr.ifremer.isisfish.ui.models.analyzeplan
Class AnalyzePlanParametersTableCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
          extended by fr.ifremer.isisfish.ui.models.analyzeplan.AnalyzePlanParametersTableCellEditor
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.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

Nested Class Summary
 
Nested classes/interfaces inherited from class fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
ParameterTableCellEditor.DateComponent
 
Field Summary
protected  AnalysePlan plan
           
protected  java.util.List<java.lang.Class<?>> planParametersTypes
           
 
Fields inherited from class fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
editor, region, type
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
AnalyzePlanParametersTableCellEditor(AnalysePlan plan)
          Constructor with rule parameter.
 
Method Summary
protected  java.lang.Class<?> getType(java.lang.Object value, int row, int column)
          Get type for value.
 
Methods inherited from class fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
getCellEditorValue, getComboBoxIndex, getComboBoxValue, getComboListener, getRegion, getTableCellEditorComponent, getTextFieldValue, setRegion
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Field Detail

plan

protected AnalysePlan plan

planParametersTypes

protected java.util.List<java.lang.Class<?>> planParametersTypes
Constructor Detail

AnalyzePlanParametersTableCellEditor

public AnalyzePlanParametersTableCellEditor(AnalysePlan plan)
Constructor with rule parameter.

Parameters:
plan - plan
Method Detail

getType

protected java.lang.Class<?> getType(java.lang.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.