com.michaelbaranov.microba.calendar

Class 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.

Author:
Michael Baranov
See Also:
DefaultCellEditor

Constructor Summary

DatePickerCellEditor(DatePicker datePicker)
Constructor.

Constructor Details

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.

Parameters:
datePicker - the editor component