|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IFilterTextParser | |
|---|---|
| net.coderazzi.filters.gui | |
| net.coderazzi.filters.gui.editor | |
| net.coderazzi.filters.parser | |
| Uses of IFilterTextParser in net.coderazzi.filters.gui |
|---|
| Fields in net.coderazzi.filters.gui with type parameters of type IFilterTextParser | |
|---|---|
static Class<? extends IFilterTextParser> |
FilterSettings.filterTextParserClass
The class to handle the text parsing by default. |
| Methods in net.coderazzi.filters.gui that return IFilterTextParser | |
|---|---|
IFilterTextParser |
TableFilterHeader.getTextParser()
Returns the parser used on plain text filters. |
static IFilterTextParser |
FilterSettings.newTextParser()
Creates a TextParser as defined by default |
| Methods in net.coderazzi.filters.gui with parameters of type IFilterTextParser | |
|---|---|
void |
TableFilterHeader.setTextParser(IFilterTextParser parser)
Sets the parser to be used on text filter editors. |
| Uses of IFilterTextParser in net.coderazzi.filters.gui.editor |
|---|
| Methods in net.coderazzi.filters.gui.editor that return IFilterTextParser | |
|---|---|
IFilterTextParser |
FilterEditor.getTextParser()
Returns the associated IFilterTextParser |
| Methods in net.coderazzi.filters.gui.editor with parameters of type IFilterTextParser | |
|---|---|
void |
FilterEditor.setTextParser(IFilterTextParser parser)
Sets the IFilterTextParser; if the editor does not have a
ListCellRenderer, a parser is mandatory |
| Uses of IFilterTextParser in net.coderazzi.filters.parser |
|---|
| Classes in net.coderazzi.filters.parser that implement IFilterTextParser | |
|---|---|
class |
FilterTextParser
Basic implementation of a IFilterTextParser, supporting only simple operators referring
to the content of a single column.The supporter operators include: Comparison operators. |
| Methods in net.coderazzi.filters.parser with parameters of type IFilterTextParser | |
|---|---|
void |
Types.configure(IFilterTextParser textParser)
Configures the passed IFilterTextParser to use the given
Comparator and Types.StringTypeFormat definitions |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||