| Package | Description |
|---|---|
| net.coderazzi.filters | |
| net.coderazzi.filters.gui |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AndFilter |
Composed set of filters, added via logical AND.
|
class |
ComposedFilter |
Abstract parent class to support the composition of multiple filters.
|
class |
NotFilter |
Composed set of filters, added via logical AND, and then NOT-ed the result.
|
class |
OrFilter |
Composed set of filters, added via logical OR.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FiltersHandler |
FiltersHandler represents a
RowFilter instance that
can be attached to a JTable to compose dynamically the
outcome of one or more filter editors. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
FiltersHandler.applyEditorFilter(Filter filter) |
Applies the passed filter, from an associated editor, and, on success,
reports it to observers.
|
Copyright © 2018 coderazzi. All Rights Reserved.