Package org.gvsig.gui.beans.table.models
Class CheckBoxColumnEditor
java.lang.Object
javax.swing.AbstractCellEditor
org.gvsig.gui.beans.table.models.CheckBoxColumnEditor
- 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) Methods 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
-
theCheckBox
-
-
Constructor Details
-
CheckBoxColumnEditor
public CheckBoxColumnEditor()
-
-
Method Details
-
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table, Object obj, boolean isSelected, int row, int col) - Specified by:
getTableCellEditorComponentin interfaceTableCellEditor
-
getCellEditorValue
- Specified by:
getCellEditorValuein interfaceCellEditor
-