| 
 | ||||||||||
| 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 | ParserModelDefault ParserModel.StringTypeFormatinstances, supporting all the basic java typesIt also includes support for ComparatorofDateinstances. | 
| Fields in net.coderazzi.filters.gui with type parameters of type IParserModel | |
|---|---|
| static Class<? extends IParserModel> | FilterSettings.parserModelClassThe 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 IParserModelinstance. | 
|  IParserModel | TableFilterHeader.getParserModel()Retrieves the current IParserModel; The returned reference is
 required to update properties likeFormatorComparatorinstances 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 IParserModelinstance. | 
|  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 | |||||||||