public class ConfigTableEditor extends Object implements TableCellEditor
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ConfigTableEditor.FileCellEditorWithExtDetector |
| Modifier and Type | Field and Description |
|---|---|
protected TableCellEditor |
delegate |
protected ConfigTableModel |
model |
| Constructor and Description |
|---|
ConfigTableEditor(ConfigTableModel model) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCellEditorListener(CellEditorListener l) |
void |
cancelCellEditing() |
protected TableCellEditor |
findDelegate(JTable table,
OptionModel option) |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
protected boolean |
hasDelegate() |
boolean |
isCellEditable(EventObject anEvent) |
void |
removeCellEditorListener(CellEditorListener l) |
boolean |
shouldSelectCell(EventObject anEvent) |
boolean |
stopCellEditing() |
protected TableCellEditor delegate
protected final ConfigTableModel model
public ConfigTableEditor(ConfigTableModel model)
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic boolean isCellEditable(EventObject anEvent)
isCellEditable in interface CellEditorpublic boolean shouldSelectCell(EventObject anEvent)
shouldSelectCell in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorpublic void addCellEditorListener(CellEditorListener l)
addCellEditorListener in interface CellEditorpublic void removeCellEditorListener(CellEditorListener l)
removeCellEditorListener in interface CellEditorprotected TableCellEditor findDelegate(JTable table, OptionModel option)
protected boolean hasDelegate()
Copyright © 2008–2018 Ultreia.io. All rights reserved.