public class TreeRadioButtonColumnEditor extends AbstractCellEditor implements TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
JRadioButton |
theRadioButton |
changeEvent, listenerList| Constructor and Description |
|---|
TreeRadioButtonColumnEditor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object obj,
boolean isSelected,
int row,
int col) |
void |
setActionListener(ActionListener listener)
Asigna un listener externo
|
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingpublic JRadioButton theRadioButton
public void setActionListener(ActionListener listener)
listener - public Component getTableCellEditorComponent(JTable table, Object obj, boolean isSelected, int row, int col)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditor