Version: 1.1.1

org.biomoby.service.dashboard.chooser
Class DateTimeChooserEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by 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

Constructor Summary
DateTimeChooserEditor()
           
 
Method Summary
 Object getCellEditorValue()
           
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

DateTimeChooserEditor

public DateTimeChooserEditor()
Method Detail

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

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010