org.ow2.clif.analyze.lib.graph.ui
Class AbstractCellEditorColor
java.lang.Object
javax.swing.AbstractCellEditor
org.ow2.clif.analyze.lib.graph.ui.AbstractCellEditorColor
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor
public class AbstractCellEditorColor
- extends javax.swing.AbstractCellEditor
- implements javax.swing.table.TableCellEditor
The Class AbstractCellEditorColor.
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
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 |
AbstractCellEditorColor
public AbstractCellEditorColor(DataQuickViewContainer arg0)
- Instantiates a new abstract cell editor color.
- Parameters:
arg0
- the Data Quick View Container
AbstractCellEditorColor
public AbstractCellEditorColor()
- Instantiates a new abstract cell editor color.
getCellEditorValue
public java.lang.Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface javax.swing.CellEditor
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable arg0,
java.lang.Object arg1,
boolean arg2,
int arg3,
int arg4)
- Specified by:
getTableCellEditorComponent
in interface javax.swing.table.TableCellEditor