org.gvsig.raster.georeferencing.app.georeferencingclient.gui
Class CheckBoxColumnEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by org.gvsig.raster.georeferencing.app.georeferencingclient.gui.CheckBoxColumnEditor
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor

public class CheckBoxColumnEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor

Componente tabla

Author:
Nacho Brodin (brodin_ign@gva.es)
See Also:
Serialized Form

Field Summary
 javax.swing.JCheckBox theCheckBox
           
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
CheckBoxColumnEditor()
           
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object obj, boolean isSelected, int row, int col)
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Field Detail

theCheckBox

public javax.swing.JCheckBox theCheckBox
Constructor Detail

CheckBoxColumnEditor

public CheckBoxColumnEditor()
Method Detail

getCellEditorValue

public java.lang.Object getCellEditorValue()
Specified by:
getCellEditorValue in interface javax.swing.CellEditor

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object obj,
                                                      boolean isSelected,
                                                      int row,
                                                      int col)
Specified by:
getTableCellEditorComponent in interface javax.swing.table.TableCellEditor


Copyright © 2013-2014 gvSIG Association. All Rights Reserved.