public class LocalizedDoubleCellEditor extends FormattedCellEditor
DefaultCellEditor.EditorDelegate
clickCountToStart, delegate, editorComponent
changeEvent, listenerList
Constructor and Description |
---|
LocalizedDoubleCellEditor(double minValue,
double maxValue,
Locale locale) |
LocalizedDoubleCellEditor(Locale locale)
Creates a new instance of LocalizedDoubleCellEditor
|
Modifier and Type | Method and Description |
---|---|
JLocalizedDoubleField |
getLocalizedDoubleField() |
protected Object |
getValue() |
protected void |
setValue(Object value)
Returns the value contained in the editor.
|
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 LocalizedDoubleCellEditor(Locale locale)
public LocalizedDoubleCellEditor(double minValue, double maxValue, Locale locale)
public JLocalizedDoubleField getLocalizedDoubleField()
protected void setValue(Object value)
setValue
in class FormattedCellEditor
protected Object getValue()
getValue
in class FormattedCellEditor
Copyright © 2012 SoftSmithy. All Rights Reserved.