public class TableCellEditorSupport extends Object
Modifier and Type | Field and Description |
---|---|
private Object |
editor |
private List<CellEditorListener> |
listeners |
Constructor and Description |
---|
TableCellEditorSupport(Object editor) |
Modifier and Type | Method and Description |
---|---|
void |
addCellEditorListener(CellEditorListener l) |
void |
fireEditingCanceled() |
void |
fireEditingStopped() |
protected List<CellEditorListener> |
getListeners() |
void |
removeCellEditorListener(CellEditorListener l) |
private List<CellEditorListener> listeners
public TableCellEditorSupport(Object editor)
protected List<CellEditorListener> getListeners()
public void addCellEditorListener(CellEditorListener l)
public void removeCellEditorListener(CellEditorListener l)
public void fireEditingCanceled()
public void fireEditingStopped()