com.explosion.datastream.exql.gui.table.editandrender
Class TextBasedTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.explosion.datastream.exql.gui.table.editandrender.DefaultDsProCellEditor
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
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)
|
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 |
TextBasedTableCellEditor
public TextBasedTableCellEditor(java.awt.Component highLevelParent,
javax.swing.JTable table,
com.explosion.expfmodules.rdbmsconn.dbom.DBEntityColumn dbColumn)
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.