com.antelmann.util.table
Class ColorDialogCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.antelmann.util.table.AbstractDialogCellEditor<Color>
com.antelmann.util.table.ColorDialogCellEditor
- All Implemented Interfaces:
- ValueRetriever<Color>, ValueSetter<Color>, Serializable, CellEditor, TableCellEditor, TreeCellEditor
public class ColorDialogCellEditor
- extends AbstractDialogCellEditor<Color>
provides a dialog to edit colors
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorDialogCellEditor
public ColorDialogCellEditor()
getRelevantValue
public Color getRelevantValue()
- Description copied from interface:
ValueRetriever
- returns the relevant value for this instance at the time of calling
setRelevantValue
public void setRelevantValue(Color c)
throws Exception
- Description copied from interface:
ValueSetter
- sets the relevant value for this instance with the given value
- Throws:
Exception
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads