当前位置: 技术问答>java相关
高人指点:如何取得正在编辑的表格的CellEditor的行列号?
来源: 互联网 发布时间:2015-05-06
本文导语: 我想在stopCellEditing()的时候更新表格别的单元格,可是如何取得正在编辑的 表格的CellEditor的行列号?用getTableCellEditorComponent中的行列号总是有问题。 | JTable int getEditingColumn() ...
我想在stopCellEditing()的时候更新表格别的单元格,可是如何取得正在编辑的
表格的CellEditor的行列号?用getTableCellEditorComponent中的行列号总是有问题。
表格的CellEditor的行列号?用getTableCellEditorComponent中的行列号总是有问题。
|
JTable
int getEditingColumn()
Returns the index of the column that contains the cell currently being edited.
int getEditingRow()
Returns the index of the row that contains the cell currently being edited.
没有测试, 不知道是不是你所需要的.
int getEditingColumn()
Returns the index of the column that contains the cell currently being edited.
int getEditingRow()
Returns the index of the row that contains the cell currently being edited.
没有测试, 不知道是不是你所需要的.
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。