org.sigpath.navigator.components
Class CheckBoxCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
org.sigpath.navigator.components.CheckBoxCellEditor
- All Implemented Interfaces:
- Serializable, Observer, CellEditor, TableCellEditor
public class CheckBoxCellEditor
- extends AbstractCellEditor
- implements TableCellEditor, Observer
CheckBox field of the backward references table.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckBoxCellEditor
public CheckBoxCellEditor()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
update
public void update(Observable o,
Object arg)
- Specified by:
update in interface Observer
Copyright © 2002-2005 Institute for Computational Biomedicine, All Rights Reserved.