Package io.github.jonestimd.swing.filter
Interface FilterSource
-
- All Known Implementing Classes:
FilterField
public interface FilterSourceAn 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.StringgetText()booleanisOperator(int index)
-