org.chorem.lima.ui.celleditor
Class DateTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
org.chorem.lima.ui.celleditor.DateTableCellEditor
- All Implemented Interfaces:
- FocusListener, Serializable, EventListener, CellEditor, AncestorListener, TableCellEditor
public class DateTableCellEditor
- extends AbstractCellEditor
- implements TableCellEditor, FocusListener, AncestorListener
- Author:
- ore
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateTableCellEditor
public DateTableCellEditor()
- constructor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
isCellEditable
public boolean isCellEditable(EventObject evt)
- Specified by:
isCellEditable in interface CellEditor- Overrides:
isCellEditable in class AbstractCellEditor
getInstance
public static DateTableCellEditor getInstance()
focusGained
public void focusGained(FocusEvent e)
- Listeners
- Specified by:
focusGained in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost in interface FocusListener
ancestorAdded
public void ancestorAdded(AncestorEvent e)
- Specified by:
ancestorAdded in interface AncestorListener
ancestorRemoved
public void ancestorRemoved(AncestorEvent e)
- Specified by:
ancestorRemoved in interface AncestorListener
ancestorMoved
public void ancestorMoved(AncestorEvent e)
- Specified by:
ancestorMoved in interface AncestorListener
Copyright © 2008-2011 CodeLutin. All Rights Reserved.