JavaTM 2 Platform
Standard Ed. 6

javax.swing.table
類別 TableStringConverter

java.lang.Object
  繼承者 javax.swing.table.TableStringConverter

public abstract class TableStringConverter
extends Object

TableStringConverter 用於將物件從模型轉換為字元串。當模型返回不具有有意義的 toString 實作的物件時,此類別用於過濾和搜尋操作。

從以下版本開始:
1.6

建構子摘要
TableStringConverter()
           
 
方法摘要
abstract  String toString(TableModel model, int row, int column)
          返回指定位置處值的字元串表示形式。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

TableStringConverter

public TableStringConverter()
方法詳細資訊

toString

public abstract String toString(TableModel model,
                                int row,
                                int column)
返回指定位置處值的字元串表示形式。

參數:
model - 要從中獲取值的 TableModel
row - 向其請求字元串的行
column - 向其請求字元串的列
返回:
字元串表示形式。此方法不返回 null。
拋出:
NullPointerException - 如果 model 為 null
IndexOutOfBoundsException - 如果參數超出模型的範圍

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only