org.ow2.clif.analyze.lib.graph.ui
Class AbstractCellEditorColor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by 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

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
AbstractCellEditorColor()
          Instantiates a new abstract cell editor color.
AbstractCellEditorColor(DataQuickViewContainer arg0)
          Instantiates a new abstract cell editor color.
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable arg0, java.lang.Object arg1, boolean arg2, int arg3, int arg4)
           
 
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
 

Constructor Detail

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.

Method Detail

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