Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar
Interface CalendarTableCellEditor

All Superinterfaces:
javax.swing.CellEditor, javax.swing.table.TableCellEditor

public interface CalendarTableCellEditor
extends javax.swing.table.TableCellEditor

Defines a JTableCellEditor component. This is implemented using a CalendarComboBox.
To get an instance for CalendarTableCellEditor you need to call the method createTableCellEditor() from the CalendarFactory class.


Method Summary
 CalendarComboBox getCalendarComboBox()
          Get the CalendarComboBox associated.
 
Methods inherited from interface javax.swing.table.TableCellEditor
getTableCellEditorComponent
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Method Detail

getCalendarComboBox

public CalendarComboBox getCalendarComboBox()
Get the CalendarComboBox associated.

Returns:
The CalendarComboBox associated.

Java Calendar Component v3.1
www.java-calendar.com