扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.table类abstracttablemodel的类成员方法: iscelleditable定义及介绍
发布时间:2014-2-18
本文导语:
iscelleditable
public boolean iscelleditable(int rowindex,
int columnindex)
返回 false。这是所有单元格的默认实现。
指定者:接口 tablemodel 中的 iscelleditable
参数:rowindex - 被查询的行columnindex - 被查询的列
返回:fals...