com.explosion.datastream.exql.gui.table.editandrender
Class BlobClobCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by javax.swing.DefaultCellEditor
          extended by com.explosion.datastream.exql.gui.table.editandrender.BlobClobCellEditor
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

public class BlobClobCellEditor
extends javax.swing.DefaultCellEditor

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.DefaultCellEditor
javax.swing.DefaultCellEditor.EditorDelegate
 
Field Summary
 
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
BlobClobCellEditor(javax.swing.JButton b, java.awt.Component owner)
           
 
Method Summary
protected  void fireEditingStopped()
           
 java.lang.Object getCellEditorValue()
           
 java.awt.Color getColour()
          Returns the colour value for this editor
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
           
 void setColour(java.awt.Color colour)
          Sets the color value for this editor
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, getCellEditorListeners, removeCellEditorListener
 
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, removeCellEditorListener
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 

Constructor Detail

BlobClobCellEditor

public BlobClobCellEditor(javax.swing.JButton b,
                          java.awt.Component owner)
Method Detail

fireEditingStopped

protected void fireEditingStopped()
Overrides:
fireEditingStopped in class javax.swing.AbstractCellEditor

getCellEditorValue

public java.lang.Object getCellEditorValue()
Specified by:
getCellEditorValue in interface javax.swing.CellEditor
Overrides:
getCellEditorValue in class javax.swing.DefaultCellEditor

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Specified by:
getTableCellEditorComponent in interface javax.swing.table.TableCellEditor
Overrides:
getTableCellEditorComponent in class javax.swing.DefaultCellEditor

getColour

public java.awt.Color getColour()
Returns the colour value for this editor

Returns:

setColour

public void setColour(java.awt.Color colour)
               throws java.lang.Exception
Sets the color value for this editor

Parameters:
colour -
Throws:
java.lang.Exception


Copyright © 2003-2005 Explosion I.T.. All Rights Reserved.