public static class AttachmentCellComponent.AttachmentCellEditor extends AbstractCellEditor implements TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<AbstractTuttiBeanUIModel> |
columnIdentifier |
protected Integer |
columnIndex |
protected AttachmentCellComponent |
component |
protected AbstractTuttiBeanUIModel |
editRow |
protected Frame |
frame |
protected Integer |
rowIndex |
protected JTable |
table |
protected AbstractTuttiTableModel<AbstractTuttiBeanUIModel> |
tableModel |
protected AttachmentEditorUI |
ui |
changeEvent, listenerList| Constructor and Description |
|---|
AttachmentCellComponent.AttachmentCellEditor(AttachmentEditorUI ui) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelCellEditing() |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
protected void |
startEdit() |
boolean |
stopCellEditing() |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCellclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, isCellEditable, removeCellEditorListener, shouldSelectCellprotected final AttachmentCellComponent component
protected final AttachmentEditorUI ui
protected Frame frame
protected JTable table
protected AbstractTuttiTableModel<AbstractTuttiBeanUIModel> tableModel
protected ColumnIdentifier<AbstractTuttiBeanUIModel> columnIdentifier
protected AbstractTuttiBeanUIModel editRow
protected Integer rowIndex
protected Integer columnIndex
public AttachmentCellComponent.AttachmentCellEditor(AttachmentEditorUI ui)
protected void startEdit()
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorstopCellEditing in class AbstractCellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorcancelCellEditing in class AbstractCellEditorCopyright © 2012 Ifremer. All Rights Reserved.