uchicago.src.guiUtils
Class ColorCellEditor
java.lang.Object
|
+--javax.swing.AbstractCellEditor
|
+--uchicago.src.guiUtils.ColorCellEditor
- All Implemented Interfaces:
- CellEditor, ChangeListener, EventListener, Serializable, TableCellEditor
- public class ColorCellEditor
- extends AbstractCellEditor
- implements TableCellEditor, ChangeListener
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorCellEditor
public ColorCellEditor()
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int col)
- Specified by:
getTableCellEditorComponent in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue in interface CellEditor
stateChanged
public void stateChanged(ChangeEvent evt)
- Specified by:
stateChanged in interface ChangeListener
Bug reports and feature requests to RePast