©
本文档使用
php中文网手册 发布
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.swing.table.TableStringConverter
public abstract class TableStringConverter
TableStringConverter 用于将对象从模型转换为字符串。当模型返回不具有有意义的 toString 实现的对象时,此类用于过滤和搜索操作。
| 构造方法摘要 | |
|---|---|
TableStringConverter()
|
|
| 方法摘要 | |
|---|---|
abstract String |
toString(TableModel model,
int row,
int column)
返回指定位置处值的字符串表示形式。 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public TableStringConverter()
| 方法详细信息 |
|---|
public abstract String toString(TableModel model,
int row,
int column)
model - 要从中获取值的 TableModelrow - 向其请求字符串的行column - 向其请求字符串的列
NullPointerException - 如果 model 为 null
IndexOutOfBoundsException - 如果参数超出模型的范围
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。