public class FloatCellEditor extends FormattedCellEditor
DefaultCellEditor.EditorDelegate
clickCountToStart, delegate, editorComponent
changeEvent, listenerList
Constructor and Description |
---|
FloatCellEditor()
Creates a new instance of FloatCellEditor
|
FloatCellEditor(float minValue,
float maxValue) |
FloatCellEditor(NumberFormat format) |
FloatCellEditor(NumberFormat format,
float minValue,
float maxValue) |
Modifier and Type | Method and Description |
---|---|
JFloatField |
getFloatField() |
protected Object |
getValue() |
protected void |
setValue(Object value) |
getCellEditorValue, getFormattedTextField, getTableCellEditorComponent
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public FloatCellEditor()
public FloatCellEditor(NumberFormat format)
public FloatCellEditor(float minValue, float maxValue)
public FloatCellEditor(NumberFormat format, float minValue, float maxValue)
public JFloatField getFloatField()
protected void setValue(Object value)
setValue
in class FormattedCellEditor
protected Object getValue()
getValue
in class FormattedCellEditor
Copyright © 2002–2017 SoftSmithy. All rights reserved.