Package io.github.jonestimd.swing.filter
Interface FilterSource
-
- All Known Implementing Classes:
FilterField
public interface FilterSource
An interface for a component that provides text to be parsed by aFilterParser
. TheisOperator(int)
method is used to determine where to divide the filter text into terms and what logical operators are contained in the filter text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getText()
boolean
isOperator(int index)
-