|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個 下一個 | 框架 無框架 | |||||||||
| 使用 RowFilter 的軟體套件 | |
|---|---|
| javax.swing | 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 |
| javax.swing 中 RowFilter 的使用 |
|---|
| 返回 RowFilter 的 javax.swing 中的方法 | ||
|---|---|---|
static
|
RowFilter.andFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
返回一個 RowFilter,它包含所有提供的過濾器所包含的條目。 |
|
static
|
RowFilter.dateFilter(RowFilter.ComparisonType type,
Date date,
int... indices)
返回一個 RowFilter,它包含至少具有一個符合指定標準的 Date 值的條目。 |
|
RowFilter<? super M,? super I> |
DefaultRowSorter.getRowFilter()
返回用於確定哪些行(如果有)應該在視圖中隱藏的過濾器。 |
|
static
|
RowFilter.notFilter(RowFilter<M,I> filter)
返回一個 RowFilter,它包含提供的過濾器不包含的條目。 |
|
static
|
RowFilter.numberFilter(RowFilter.ComparisonType type,
Number number,
int... indices)
返回一個 RowFilter,它包含至少具有一個符合指定標準的 Number 值的條目。 |
|
static
|
RowFilter.orFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
返回一個 RowFilter,它包含所有提供的過濾器所包含的條目。 |
|
static
|
RowFilter.regexFilter(String regex,
int... indices)
返回一個 RowFilter,它使用正則表達式確定要包含哪些條目。 |
|
| 參數型別為 RowFilter 的 javax.swing 中的方法 | ||
|---|---|---|
static
|
RowFilter.notFilter(RowFilter<M,I> filter)
返回一個 RowFilter,它包含提供的過濾器不包含的條目。 |
|
void |
DefaultRowSorter.setRowFilter(RowFilter<? super M,? super I> filter)
設置用於確定哪些行(如果有)應該在視圖中隱藏的過濾器。 |
|
| 型別變數型別為 RowFilter 的 javax.swing 中的方法參數 | ||
|---|---|---|
static
|
RowFilter.andFilter(Iterable<? extends RowFilter<? super M,? super I>> filters)
返回一個 RowFilter,它包含所有提供的過濾器所包含的條目。 |
|
static
|
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。