public class BigDecimalCellEditor extends FormattedCellEditor
DefaultCellEditor.EditorDelegate
clickCountToStart, delegate, editorComponent
changeEvent, 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, 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 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 FormattedCellEditor
protected Object getValue()
getValue
in class FormattedCellEditor
Copyright © 2002–2017 SoftSmithy. All rights reserved.