Package io.github.jonestimd.swing.filter
-
Interface Summary Interface Description FilterParser<T> An interface for parsing the text of aFilterSource
and creating aPredicate
.FilterSource An interface for a component that provides text to be parsed by aFilterParser
. -
Class Summary Class Description BasicFilterParser<T> AFilterParser
that generates a compound predicate from the filter text.Operation<T> A logical operation to apply to one or more predicates.Operation.BinaryOperation<T> A logical operation that combines 2 predicates. -
Enum Summary Enum Description Operator Logical operators for combining/modifying predicates.