Class ScriptParametersParamValueEditor
java.lang.Object
javax.swing.AbstractCellEditor
fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
fr.ifremer.isisfish.ui.models.common.ScriptParametersParamValueEditor
- All Implemented Interfaces:
Serializable
,CellEditor
,TableCellEditor
Specific editor for script parameters.
- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
- See Also:
-
Field Summary
Fields inherited from class fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
editor, factorActionListener, field, regionStorage, topiaContext
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
-
Constructor Summary
ConstructorDescriptionConstructor with script parameter. -
Method Summary
Methods inherited from class fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
getCellEditorValue, getStopEditingListener, getTableCellEditorComponent, setFactorActionListener, setRegionStorage, setTopiaContext
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 Details
-
script
-
scriptParametersTypes
-
-
Constructor Details
-
ScriptParametersParamValueEditor
Constructor with script parameter.- Parameters:
script
- script
-
-
Method Details
-
getType
Description copied from class:ParameterTableCellEditor
Get type for value. Must be overridden (value can be null).- Overrides:
getType
in classParameterTableCellEditor
- Returns:
- type for value
-