info.joseluismartin.gui.table
Class ColorTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
info.joseluismartin.gui.table.ColorTableCellEditor
- All Implemented Interfaces:
- ActionListener, Serializable, EventListener, CellEditor, TableCellEditor
public class ColorTableCellEditor
- extends AbstractCellEditor
- implements TableCellEditor, ActionListener
TableCellEditor that show a JColorChooser.
- Author:
- Jose Luis Martin - (jlm@joseluismartin.info)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EDIT
protected static final String EDIT
- See Also:
- Constant Field Values
ColorTableCellEditor
public ColorTableCellEditor()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
Copyright © 2013 JDAL. All Rights Reserved.