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 - 如果参数超出模型的边界 
            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.