Package | Description |
---|---|
net.coderazzi.filters.gui |
Modifier and Type | Class and 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 and Description |
---|---|
static Class<? extends IParserModel> |
FilterSettings.parserModelClass
The class defining the generic
IParserModel It must have a default constructor. It corresponds to the property ParserModel.class |
Modifier and Type | Method and Description |
---|---|
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. |
IParserModel |
FiltersHandler.getParserModel()
Returns the registered
IParserModel instance. |
static IParserModel |
FilterSettings.newParserModel()
Creates a TextParser as defined by default.
|
Modifier and Type | Method and Description |
---|---|
void |
TableFilterHeader.setParserModel(IParserModel parserModel)
Sets the
IParserModel , used to define the parsing of text on the
filter editors. |
void |
FiltersHandler.setParserModel(IParserModel parserModel)
Sets the
IParserModel instance. |
Constructor and Description |
---|
TableFilterHeader(JTable table,
IParserModel parserModel)
Advanced constructor.
|
TableFilterHeader(JTable table,
IParserModel parserModel,
AutoChoices mode)
Full constructor.
|