JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.RowFilter.ComparisonType
的使用

使用 RowFilter.ComparisonType 的軟體套件
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
 

javax.swingRowFilter.ComparisonType 的使用
 

返回 RowFilter.ComparisonTypejavax.swing 中的方法
static RowFilter.ComparisonType RowFilter.ComparisonType.valueOf(String name)
          返回帶有指定名稱的該型別的列舉常數。
static RowFilter.ComparisonType[] RowFilter.ComparisonType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

參數型別為 RowFilter.ComparisonTypejavax.swing 中的方法
static
<M,I> RowFilter<M,I>
RowFilter.dateFilter(RowFilter.ComparisonType type, Date date, int... indices)
          返回一個 RowFilter,它包含至少具有一個符合指定標準的 Date 值的條目。
static
<M,I> RowFilter<M,I>
RowFilter.numberFilter(RowFilter.ComparisonType type, Number number, int... indices)
          返回一個 RowFilter,它包含至少具有一個符合指定標準的 Number 值的條目。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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