Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.schooltool.client.gui.widgets
Class DateCellEditor_2  view DateCellEditor_2 download DateCellEditor_2.java

java.lang.Object
  extended byjavax.swing.AbstractCellEditor
      extended byjavax.swing.DefaultCellEditor
          extended byorg.schooltool.client.gui.widgets.DateCellEditor_2
All Implemented Interfaces:
javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

class DateCellEditor_2
extends javax.swing.DefaultCellEditor


Nested Class Summary
 
Nested classes inherited from class javax.swing.DefaultCellEditor
javax.swing.DefaultCellEditor.EditorDelegate
 
Field Summary
private  java.util.Date currentDate
           
private  java.text.SimpleDateFormat dateFormat
           
 
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
DateCellEditor_2(DateComboBox date, java.text.SimpleDateFormat format)
           
 
Method Summary
protected  void fireEditingStopped()
          Notifies all registered listeners that the editing of the cell has has been stopped.
 java.lang.Object getCellEditorValue()
          getCellEditorValue
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
          getTableCellEditorComponent
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, 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

currentDate

private java.util.Date currentDate

dateFormat

private java.text.SimpleDateFormat dateFormat
Constructor Detail

DateCellEditor_2

public DateCellEditor_2(DateComboBox date,
                        java.text.SimpleDateFormat format)
Method Detail

fireEditingStopped

protected void fireEditingStopped()
Description copied from class: javax.swing.AbstractCellEditor
Notifies all registered listeners that the editing of the cell has has been stopped.


getCellEditorValue

public java.lang.Object getCellEditorValue()
Description copied from class: javax.swing.DefaultCellEditor
getCellEditorValue


getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Description copied from class: javax.swing.DefaultCellEditor
getTableCellEditorComponent