JavaTM Platform
Standard Ed. 6

クラス
javax.swing.RowFilter の使用

RowFilter を使用しているパッケージ
javax.swing すべてのプラットフォームで可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。 
 

javax.swing での RowFilter の使用
 

RowFilter を返す javax.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)
          指定された基準を満たす Date 値を少なくとも 1 つ以上持つエントリを含める RowFilter を返します。
 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)
          指定された基準を満たす Number 値を少なくとも 1 つ以上持つエントリを含める RowFilter を返します。
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 を返します。
 

RowFilter 型のパラメータを持つ javax.swing のメソッド
static
<M,I> RowFilter<M,I>
RowFilter.notFilter(RowFilter<M,I> filter)
          指定されたフィルタがエントリを含めない場合、エントリを含める RowFilter を返します。
 void DefaultRowSorter.setRowFilter(RowFilter<? super M,? super I> filter)
          必要に応じてビューに表示しない行を指定するフィルタを設定します。
 

RowFilter 型の型引数を持つ javax.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 Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。