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 | Method and Description |
---|---|
Set<IFilterObserver> |
Filter.getFilterObservers()
Returns all the registered
IFilterObserver instances. |
Modifier and Type | Method and Description |
---|---|
void |
Filter.addFilterObserver(IFilterObserver observer) |
void |
IFilter.addFilterObserver(IFilterObserver observer)
Adds an observer to receive filter change notifications.
|
void |
Filter.removeFilterObserver(IFilterObserver observer) |
void |
IFilter.removeFilterObserver(IFilterObserver observer)
Unregisters an observer, that will not receive any further filter update
notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
FiltersHandler
|