public class SimpleTableCellEditor extends Object implements TableCellEditor
| Constructor and Description |
|---|
SimpleTableCellEditor(org.gvsig.tools.dynform.DynFormFieldDefinition field,
org.gvsig.tools.dynform.spi.DynFormSPIManager dynFormSPIManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellEditorListener(CellEditorListener arg0) |
void |
cancelCellEditing() |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
boolean |
isCellEditable(EventObject anEvent) |
void |
removeCellEditorListener(CellEditorListener arg0) |
boolean |
shouldSelectCell(EventObject arg0) |
boolean |
stopCellEditing() |
public SimpleTableCellEditor(org.gvsig.tools.dynform.DynFormFieldDefinition field,
org.gvsig.tools.dynform.spi.DynFormSPIManager dynFormSPIManager)
public boolean isCellEditable(EventObject anEvent)
isCellEditable in interface CellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic void addCellEditorListener(CellEditorListener arg0)
addCellEditorListener in interface CellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorpublic void removeCellEditorListener(CellEditorListener arg0)
removeCellEditorListener in interface CellEditorpublic boolean shouldSelectCell(EventObject arg0)
shouldSelectCell in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorCopyright © 2014 gvSIG Association. All Rights Reserved.