Package org.gvsig.gui.beans.table.models
Class TreeRadioButtonColumnEditor
java.lang.Object
javax.swing.AbstractCellEditor
org.gvsig.gui.beans.table.models.TreeRadioButtonColumnEditor
- All Implemented Interfaces:
Serializable,CellEditor,TableCellEditor
Componente tabla
- Author:
- Nacho Brodin (brodin_ign@gva.es)
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTableCellEditorComponent(JTable table, Object obj, boolean isSelected, int row, int col) voidsetActionListener(ActionListener listener) Asigna un listener externoMethods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
-
Field Details
-
theRadioButton
-
-
Constructor Details
-
TreeRadioButtonColumnEditor
public TreeRadioButtonColumnEditor()
-
-
Method Details
-
setActionListener
Asigna un listener externo- Parameters:
listener-
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object obj, boolean isSelected, int row, int col) - Specified by:
getTableCellEditorComponentin interfaceTableCellEditor
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-