软件包 | 描述 |
---|---|
javax.swing |
提供了一套“轻量级”(所有的java语言)组件,以最大可能的程度,在所有平台上工作。
|
Modifier and Type | Method and Description |
---|---|
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 使用正则表达式来确定哪些条目包括。
|
Modifier and Type | Method and Description |
---|---|
static <M,I> RowFilter<M,I> |
RowFilter.notFilter(RowFilter<M,I> filter)
返回一个
RowFilter 包括条目,如果提供的过滤器不包括入境。
|
void |
DefaultRowSorter.setRowFilter(RowFilter<? super M,? super I> filter)
设置确定要隐藏的行,如果有的话,应该从视图中隐藏的筛选器。
|
Modifier and Type | Method and Description |
---|---|
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 包括条目,如果提供的过滤器包括入口。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.