Package | Description |
---|---|
net.coderazzi.filters | |
net.coderazzi.filters.gui |
Modifier and Type | Class and 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 and Description |
---|---|
class |
FiltersHandler
|
Modifier and Type | Method and Description |
---|---|
boolean |
FiltersHandler.applyEditorFilter(Filter filter)
Applies the passed filter, from an associated editor, and, on success,
reports it to observers.
|