| Package | Description |
|---|---|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| Modifier and Type | Method and Description |
|---|---|
static <M |
RowFilter.andFilter(Iterable
Returns a
RowFilter that includes entries if all of the supplied filters include the entry.
|
static <M |
RowFilter.dateFilter(RowFilter
Returns a
RowFilter that includes entries that have at least one
Date value meeting the specified criteria.
|
RowFilter |
DefaultRowSorter.getRowFilter()
Returns the filter that determines which rows, if any, should be hidden from view.
|
static <M |
RowFilter.notFilter(RowFilter
Returns a
RowFilter that includes entries if the supplied filter does not include the entry.
|
static <M |
RowFilter.numberFilter(RowFilter
Returns a
RowFilter that includes entries that have at least one
Number value meeting the specified criteria.
|
static <M |
RowFilter.orFilter(Iterable
Returns a
RowFilter that includes entries if any of the supplied filters includes the entry.
|
static <M |
RowFilter.regexFilter(String
Returns a
RowFilter that uses a regular expression to determine which entries to include.
|
| Modifier and Type | Method and Description |
|---|---|
static <M |
RowFilter.notFilter(RowFilter
Returns a
RowFilter that includes entries if the supplied filter does not include the entry.
|
void |
DefaultRowSorter.setRowFilter(RowFilter
Sets the filter that determines which rows, if any, should be hidden from the view.
|
| Modifier and Type | Method and Description |
|---|---|
static <M |
RowFilter.andFilter(Iterable
Returns a
RowFilter that includes entries if all of the supplied filters include the entry.
|
static <M |
RowFilter.orFilter(Iterable
Returns a
RowFilter that includes entries if any of the supplied filters includes the entry.
|