com.infoteria.gui.property.editor
Class DatetimePropertyEditor

java.lang.Object
  |
  +--javax.swing.AbstractCellEditor
        |
        +--com.infoteria.swing.table.ButtonTextCellEditor
              |
              +--com.infoteria.gui.property.editor.DatetimePropertyEditor
All Implemented Interfaces:
CellEditor, FontSupport, PropertyEditor, Serializable, TableCellEditor

public class DatetimePropertyEditor
extends ButtonTextCellEditor
implements PropertyEditor

DatetimePropertyのエディタ

See Also:
Serialized Form

Inner classes inherited from class com.infoteria.swing.table.ButtonTextCellEditor
ButtonTextCellEditor.JTextFieldEx
 
Fields inherited from class com.infoteria.swing.table.ButtonTextCellEditor
_text, _value
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
DatetimePropertyEditor()
           
DatetimePropertyEditor(Component parent)
           
 
Method Summary
protected  void doButtonAction(EventObject e)
           
 Object getCellEditorValue()
           
 Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
protected  void setCellEditorValue(Object o)
           
 
Methods inherited from class com.infoteria.swing.table.ButtonTextCellEditor
cancelCellEditing, doClick, getClickCountToStart, getDialogTitle, getFont, getProperty, getValueAsString, isCellEditable, setClickCountToStart, setFont, setProperty, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.infoteria.gui.property.editor.PropertyEditor
setProperty
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

DatetimePropertyEditor

public DatetimePropertyEditor()

DatetimePropertyEditor

public DatetimePropertyEditor(Component parent)
Method Detail

doButtonAction

protected void doButtonAction(EventObject e)
Description copied from class: ButtonTextCellEditor
オーバーライドしてボタンがクリックされた時の処理を記述します。
Overrides:
doButtonAction in class ButtonTextCellEditor

setCellEditorValue

protected void setCellEditorValue(Object o)
Description copied from class: ButtonTextCellEditor
CellEditorの値を設定します。
Overrides:
setCellEditorValue in class ButtonTextCellEditor

getCellEditorValue

public Object getCellEditorValue()
Description copied from class: ButtonTextCellEditor
CellEditorの値を取得します。
Specified by:
getCellEditorValue in interface CellEditor
Overrides:
getCellEditorValue in class ButtonTextCellEditor

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table,
                                             Object value,
                                             boolean isSelected,
                                             int row,
                                             int column)
Specified by:
getTableCellEditorComponent in interface TableCellEditor
Overrides:
getTableCellEditorComponent in class ButtonTextCellEditor