|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IParserModel | |
|---|---|
| net.coderazzi.filters.gui | |
| Uses of IParserModel in net.coderazzi.filters.gui |
|---|
| Classes in net.coderazzi.filters.gui that implement IParserModel | |
|---|---|
class |
ParserModel
Default ParserModel.StringTypeFormat instances, supporting all the basic java typesIt also includes support for Comparator of Date instances. |
| Fields in net.coderazzi.filters.gui with type parameters of type IParserModel | |
|---|---|
static Class<? extends IParserModel> |
FilterSettings.parserModelClass
The class defining the generic IParserModelIt must have a default constructor. It corresponds to the property ParserModel.class |
| Methods in net.coderazzi.filters.gui that return IParserModel | |
|---|---|
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. |
| Methods in net.coderazzi.filters.gui with parameters of type IParserModel | |
|---|---|
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. |
| Constructors in net.coderazzi.filters.gui with parameters of type IParserModel | |
|---|---|
TableFilterHeader(JTable table,
IParserModel parserModel)
Advanced constructor. |
|
TableFilterHeader(JTable table,
IParserModel parserModel,
AutoChoices mode)
Full constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||