org.biomoby.service.dashboard.chooser
Class DateTimeChooserEditor
java.lang.Object
javax.swing.AbstractCellEditor
org.biomoby.service.dashboard.chooser.DateTimeChooserEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor
public class DateTimeChooserEditor
- extends AbstractCellEditor
- implements TableCellEditor
A cell editor that invokes DateTimeChooser
to get a
calendar GUI. The editor is supposed to be used for editing cells
in JTable, and it complies with the Biomoby specification for
date-time formats.
- Version:
- $Id: DateTimeChooserEditor.java,v 1.2 2007/05/21 00:56:15 senger Exp $
- Author:
- Martin Senger
- See Also:
- Serialized Form
DateTimeChooserEditor
public DateTimeChooserEditor()
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010