|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.michaelbaranov.microba.calendar.DatePickerCellEditor
public class DatePickerCellEditor
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
.
DefaultCellEditor
,
Serialized FormConstructor Summary | |
---|---|
DatePickerCellEditor(DatePicker datePicker)
Constructor. |
Method Summary |
---|
Methods inherited from class javax.swing.DefaultCellEditor |
---|
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing |
Methods inherited from class javax.swing.AbstractCellEditor |
---|
addCellEditorListener, getCellEditorListeners, removeCellEditorListener |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.swing.CellEditor |
---|
addCellEditorListener, removeCellEditorListener |
Constructor Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |