net.luniks.jtvd
Class DateCellEditor

java.lang.Object
  extended byjavax.swing.AbstractCellEditor
      extended byjavax.swing.DefaultCellEditor
          extended bynet.luniks.swing.TextValidatorCellEditor
              extended bynet.luniks.jtvd.DateCellEditor
All Implemented Interfaces:
javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

class DateCellEditor
extends TextValidatorCellEditor


Nested Class Summary
 
Nested classes inherited from class net.luniks.swing.TextValidatorCellEditor
TextValidatorCellEditor.Validator
 
Nested classes inherited from class javax.swing.DefaultCellEditor
javax.swing.DefaultCellEditor.EditorDelegate
 
Field Summary
(package private)  java.text.DateFormat format
           
 
Fields inherited from class net.luniks.swing.TextValidatorCellEditor
 
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
DateCellEditor(TextValidatorCellEditor.Validator validator, java.text.DateFormat format)
           
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
           
 
Methods inherited from class net.luniks.swing.TextValidatorCellEditor
getTextField, stopCellEditing
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 

Field Detail

format

java.text.DateFormat format
Constructor Detail

DateCellEditor

public DateCellEditor(TextValidatorCellEditor.Validator validator,
                      java.text.DateFormat format)
Method Detail

getCellEditorValue

public java.lang.Object getCellEditorValue()

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)


Copyright (c) 2004, 2005 Torsten Römer, dode@luniks.net