com.michaelbaranov.microba.calendar
Class DatePickerCellEditor
DefaultCellEditor
com.michaelbaranov.microba.calendar.DatePickerCellEditor
public class DatePickerCellEditor
extends DefaultCellEditor
This class in a concrete implementation of
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
.
DatePickerCellEditor
public DatePickerCellEditor(DatePicker datePicker)
Constructor.
Note: you probably will want to set the property of the
DatePicker
to
false
before using it to construct
DatePickerCellEditor
.
datePicker
- the editor component