public class DatePickerCellEditor
extends javax.swing.DefaultCellEditor
TableCellEditor
and
TreeCellEditor
interfaces. Uses DatePicker
control as en
editor. Subclass to extend functionality. *
Note: you probably will want to set the property of the DatePicker
to false
before using it to construct DatePickerCellEditor
.
DefaultCellEditor
,
Serialized FormConstructor and Description |
---|
DatePickerCellEditor(DatePicker datePicker)
Constructor.
|
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
addCellEditorListener, getCellEditorListeners, removeCellEditorListener
public DatePickerCellEditor(DatePicker datePicker)
Note: you probably will want to set the property of the
DatePicker
to false
before using it to construct
DatePickerCellEditor
.
datePicker
- the editor component