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
FieldsFields inherited from class fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
editor, factorActionListener, field, regionStorage, topiaContextFields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
ConstructorsConstructorDescriptionConstructor with script parameter. -
Method Summary
Methods inherited from class fr.ifremer.isisfish.ui.widget.editor.ParameterTableCellEditor
getCellEditorValue, getStopEditingListener, getTableCellEditorComponent, setFactorActionListener, setRegionStorage, setTopiaContextMethods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:ParameterTableCellEditorGet type for value. Must be overridden (value can be null).- Overrides:
getTypein classParameterTableCellEditor- Returns:
- type for value
-