| Package | Description |
|---|---|
| net.coderazzi.filters.gui |
| Modifier and Type | Class | Description |
|---|---|---|
class |
LooseParserModel |
Default
Format instances, supporting all the basic java typesIt also includes support for Comparator of Date instances. |
class |
ParserModel |
Default
Format instances, supporting all the basic java typesIt also includes support for Comparator of Date instances. |
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.Class<? extends IParserModel> |
FilterSettings.parserModelClass |
The class defining the generic
IParserModelIt must have a default constructor. It corresponds to the property ParserModel.class |
| Modifier and Type | Method | Description |
|---|---|---|
IParserModel |
FiltersHandler.getParserModel() |
Returns the registered
IParserModel instance. |
IParserModel |
TableFilterHeader.getParserModel() |
Retrieves the current
IParserModel; The returned reference is
required to update properties like Format or Comparator
instances associated to each class, or whether to ignore case. |
static IParserModel |
FilterSettings.newParserModel() |
Creates a TextParser as defined by default.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
FiltersHandler.setParserModel(IParserModel parserModel) |
Sets the
IParserModel instance. |
void |
TableFilterHeader.setParserModel(IParserModel parserModel) |
Sets the
IParserModel, used to define the parsing of text on the
filter editors. |
| Constructor | Description |
|---|---|
TableFilterHeader(javax.swing.JTable table,
IParserModel parserModel) |
Advanced constructor.
|
TableFilterHeader(javax.swing.JTable table,
IParserModel parserModel,
AutoChoices mode) |
Full constructor.
|
Copyright © 2018 coderazzi. All Rights Reserved.