扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing.table类defaulttablemodel的类成员方法: iscelleditable定义及介绍
发布时间:2014-2-18
本文导语:
iscelleditable
public boolean iscelleditable(int row,
int column)
无论参数值是多少都返回 true。
指定者:接口 tablemodel 中的 iscelleditable覆盖:类 abstracttablemodel 中的 iscelleditable
参数:row - 要查询其值的行column - 要...