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, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
public JRadioButton theRadioButton
public void setActionListener(ActionListener listener)
listener
- public Component getTableCellEditorComponent(JTable table, Object obj, boolean isSelected, int row, int col)
getTableCellEditorComponent
in interface TableCellEditor
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor