public abstract class TableStringConverter extends Object
toString
实现的对象时,这对过滤和搜索非常有用。
Constructor and Description |
---|
TableStringConverter() |
public abstract String toString(TableModel model, int row, int column)
model
-
TableModel
获取值的
TableModel
row
- 正在请求字符串的行
column
- 正在请求字符串的列
NullPointerException
- 如果
model
为空
IndexOutOfBoundsException
- 如果参数超出模型的边界