JavaTM 2 Platform
Standard Ed. 6

類別 javax.swing.RowFilter
的使用

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

javax.swingRowFilter 的使用
 

返回 RowFilterjavax.swing 中的方法
static
<M,I> RowFilter<M,I>
RowFilter.andFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
          返回一個 RowFilter,它包含所有提供的過濾器所包含的條目。
static
<M,I> RowFilter<M,I>
RowFilter.dateFilter(RowFilter.ComparisonType type, Date date, int... indices)
          返回一個 RowFilter,它包含至少具有一個符合指定標準的 Date 值的條目。
 RowFilter<? super M,? super I> DefaultRowSorter.getRowFilter()
          返回用於確定哪些行(如果有)應該在視圖中隱藏的過濾器。
static
<M,I> RowFilter<M,I>
RowFilter.notFilter(RowFilter<M,I> filter)
          返回一個 RowFilter,它包含提供的過濾器不包含的條目。
static
<M,I> RowFilter<M,I>
RowFilter.numberFilter(RowFilter.ComparisonType type, Number number, int... indices)
          返回一個 RowFilter,它包含至少具有一個符合指定標準的 Number 值的條目。
static
<M,I> RowFilter<M,I>
RowFilter.orFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
          返回一個 RowFilter,它包含所有提供的過濾器所包含的條目。
static
<M,I> RowFilter<M,I>
RowFilter.regexFilter(String regex, int... indices)
          返回一個 RowFilter,它使用正則表達式確定要包含哪些條目。
 

參數型別為 RowFilterjavax.swing 中的方法
static
<M,I> RowFilter<M,I>
RowFilter.notFilter(RowFilter<M,I> filter)
          返回一個 RowFilter,它包含提供的過濾器不包含的條目。
 void DefaultRowSorter.setRowFilter(RowFilter<? super M,? super I> filter)
          設置用於確定哪些行(如果有)應該在視圖中隱藏的過濾器。
 

型別變數型別為 RowFilterjavax.swing 中的方法參數
static
<M,I> RowFilter<M,I>
RowFilter.andFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
          返回一個 RowFilter,它包含所有提供的過濾器所包含的條目。
static
<M,I> RowFilter<M,I>
RowFilter.orFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
          返回一個 RowFilter,它包含所有提供的過濾器所包含的條目。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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