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

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

public class TextBasedTableCellEditor
extends DefaultDsProCellEditor

This includes support for cut copy paste select all etc from the main menu

Author:
Stephen Created on May 15, 2004
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.explosion.datastream.exql.gui.table.editandrender.DefaultDsProCellEditor
DefaultDsProCellEditor.EditorDelegate
 
Field Summary
 
Fields inherited from class com.explosion.datastream.exql.gui.table.editandrender.DefaultDsProCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
TextBasedTableCellEditor(java.awt.Component highLevelParent, javax.swing.JTable table, com.explosion.expfmodules.rdbmsconn.dbom.DBEntityColumn dbColumn)
           
 
Method Summary
protected  void fireEditingStopped()
           
 java.lang.Object getCellEditorValue()
          Returns the cellEditorValue
 
Methods inherited from class com.explosion.datastream.exql.gui.table.editandrender.DefaultDsProCellEditor
cancelCellEditing, getClickCountToStart, getComponent, getTableCellEditorComponent, 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

TextBasedTableCellEditor

public TextBasedTableCellEditor(java.awt.Component highLevelParent,
                                javax.swing.JTable table,
                                com.explosion.expfmodules.rdbmsconn.dbom.DBEntityColumn dbColumn)
Method Detail

fireEditingStopped

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

getCellEditorValue

public java.lang.Object getCellEditorValue()
Returns the cellEditorValue

Specified by:
getCellEditorValue in interface javax.swing.CellEditor
Overrides:
getCellEditorValue in class DefaultDsProCellEditor
Returns:
See Also:
CellEditor.getCellEditorValue()


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