com.nonesole.commonui.table.utable.tableeditor
类 BasicCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
com.nonesole.commonui.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
- 另请参见:
- 序列化表格
从类 javax.swing.AbstractCellEditor 继承的方法 |
addCellEditorListener, cancelCellEditing, getCellEditorListeners, removeCellEditorListener, shouldSelectCell, stopCellEditing |
从类 java.lang.Object 继承的方法 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
从接口 javax.swing.CellEditor 继承的方法 |
addCellEditorListener, cancelCellEditing, removeCellEditorListener, shouldSelectCell, stopCellEditing |
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