com.nonesole.swing.plaf.basic.table.utable.tableeditor
类 BasicCellEditor

java.lang.Object
  继承者 javax.swing.AbstractCellEditor
      继承者 com.nonesole.swing.plaf.basic.table.utable.tableeditor.BasicCellEditor
所有已实现的接口:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor
直接已知子类:
DecimalCellEditor, IntegerCellEditor

public class BasicCellEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor

UTable使用的单元格编辑器的基类

版本:
1.0 - build in 2009-11-09
作者:
JACK LEE
另请参见:
序列化表格

字段摘要
protected  int clickCountToStart
           
 
从类 javax.swing.AbstractCellEditor 继承的字段
changeEvent, listenerList
 
构造函数摘要
BasicCellEditor()
           
 
方法摘要
 java.lang.Object getCellEditorValue()
           
 int getClickCountToStart()
           
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
           
 boolean isCellEditable(java.util.EventObject anEvent)
           
 void setClickCountToStart(int count)
           
 
从类 javax.swing.AbstractCellEditor 继承的方法
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 javax.swing.CellEditor 继承的方法
addCellEditorListener, cancelCellEditing, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

字段详细信息

clickCountToStart

protected int clickCountToStart
构造函数详细信息

BasicCellEditor

public BasicCellEditor()
方法详细信息

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
指定者:
接口 javax.swing.table.TableCellEditor 中的 getTableCellEditorComponent

getCellEditorValue

public java.lang.Object getCellEditorValue()
指定者:
接口 javax.swing.CellEditor 中的 getCellEditorValue

setClickCountToStart

public void setClickCountToStart(int count)

getClickCountToStart

public int getClickCountToStart()

isCellEditable

public boolean isCellEditable(java.util.EventObject anEvent)
指定者:
接口 javax.swing.CellEditor 中的 isCellEditable
覆盖:
javax.swing.AbstractCellEditor 中的 isCellEditable