public abstract class TableStringConverter extends Object
toString实现对象。
| Constructor and Description |
|---|
TableStringConverter() |
public abstract String toString(TableModel model, int row, int column)
model -
TableModel获取价值
row -行的字符串被要求
column的弦柱被要求
NullPointerException -如果
model是空的
IndexOutOfBoundsException -如果参数超出模型范围
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.