public class BigDecimalCellEditor extends FormattedCellEditor
DefaultCellEditor.EditorDelegateclickCountToStart, delegate, editorComponentchangeEvent, listenerList| Constructor and Description |
|---|
BigDecimalCellEditor()
Creates a new instance of BigDecimalCellEditor
|
BigDecimalCellEditor(BigDecimal minValue,
BigDecimal maxValue) |
BigDecimalCellEditor(NumberFormat format) |
BigDecimalCellEditor(NumberFormat format,
BigDecimal minValue,
BigDecimal maxValue) |
| Modifier and Type | Method and Description |
|---|---|
JRealNumberField |
getRealNumberField() |
protected Object |
getValue() |
protected void |
setValue(Object value) |
getCellEditorValue, getFormattedTextField, getTableCellEditorComponentcancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditingaddCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic BigDecimalCellEditor()
public BigDecimalCellEditor(NumberFormat format)
public BigDecimalCellEditor(BigDecimal minValue, BigDecimal maxValue)
public BigDecimalCellEditor(NumberFormat format, BigDecimal minValue, BigDecimal maxValue)
public JRealNumberField getRealNumberField()
protected void setValue(Object value)
setValue in class FormattedCellEditorprotected Object getValue()
getValue in class FormattedCellEditorCopyright © 2002–2017 SoftSmithy. All rights reserved.