public class ByteCellEditor extends FormattedCellEditor
DefaultCellEditor.EditorDelegate
clickCountToStart, delegate, editorComponent
changeEvent, listenerList
Constructor and Description |
---|
ByteCellEditor(byte minValue,
byte maxValue,
Locale locale) |
ByteCellEditor(Locale locale)
Creates a new instance of IntegerCellEditor
|
Modifier and Type | Method and Description |
---|---|
JByteField |
getByteField() |
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 ByteCellEditor(Locale locale)
public ByteCellEditor(byte minValue, byte maxValue, Locale locale)
public JByteField getByteField()
protected void setValue(Object value)
setValue
in class FormattedCellEditor
protected Object getValue()
getValue
in class FormattedCellEditor
Copyright © 2002–2017 SoftSmithy. All rights reserved.