com.infoteria.gui.property.editor
Class TimePropertyEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--com.infoteria.gui.property.editor.TimePropertyEditor
- All Implemented Interfaces:
- CellEditor, PropertyEditor, Serializable, TableCellEditor
- public class TimePropertyEditor
- extends AbstractCellEditor
- implements PropertyEditor
TimePropertyのエディタ
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimePropertyEditor
public TimePropertyEditor(String format)
setProperty
public void setProperty(Property prop)
- Specified by:
setProperty
in interface PropertyEditor
getProperty
public Property getProperty()
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