A B C D E F G H I L M N O P R S T U V

P

parseInstantText(String) - Method in interface net.coderazzi.filters.IParser
Parses the text, considered to be a part of the whole text to enter.
parseInstantText(String) - Method in class net.coderazzi.filters.parser.Parser
IParser interface.
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.BooleanTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.ByteTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.CharacterTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.DoubleTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.EnumTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.FloatTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.IntegerTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.LongTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.ShortTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.gui.ParserModel.StringTypeFormat
 
Parser - Class in net.coderazzi.filters.parser
Basic implementation of a IParser, supporting only simple operators referring to the content of a single column.
The supporter operators include: Comparison operators.
Parser(Format, Comparator, Comparator<String>, boolean, int) - Constructor for class net.coderazzi.filters.parser.Parser
 
ParserModel - Class in net.coderazzi.filters.gui
Default ParserModel.StringTypeFormat instances, supporting all the basic java types
It also includes support for Comparator of Date instances.
ParserModel() - Constructor for class net.coderazzi.filters.gui.ParserModel
 
ParserModel.BooleanTypeFormat - Class in net.coderazzi.filters.gui
Factory to build boolean objects.
ParserModel.BooleanTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.BooleanTypeFormat
 
ParserModel.ByteTypeFormat - Class in net.coderazzi.filters.gui
Factory to build byte objects.
ParserModel.ByteTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.ByteTypeFormat
 
ParserModel.CharacterTypeFormat - Class in net.coderazzi.filters.gui
Factory to build character objects.
ParserModel.CharacterTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.CharacterTypeFormat
 
ParserModel.DoubleTypeFormat - Class in net.coderazzi.filters.gui
Factory to build double objects.
ParserModel.DoubleTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.DoubleTypeFormat
 
ParserModel.EnumTypeFormat - Class in net.coderazzi.filters.gui
Factory to build character objects.
ParserModel.EnumTypeFormat(Class<? extends Enum>) - Constructor for class net.coderazzi.filters.gui.ParserModel.EnumTypeFormat
 
ParserModel.FloatTypeFormat - Class in net.coderazzi.filters.gui
Factory to build float objects.
ParserModel.FloatTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.FloatTypeFormat
 
ParserModel.IntegerTypeFormat - Class in net.coderazzi.filters.gui
Factory to build integer objects.
ParserModel.IntegerTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.IntegerTypeFormat
 
ParserModel.LongTypeFormat - Class in net.coderazzi.filters.gui
Factory to build long objects.
ParserModel.LongTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.LongTypeFormat
 
ParserModel.ShortTypeFormat - Class in net.coderazzi.filters.gui
Factory to build short objects.
ParserModel.ShortTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.ShortTypeFormat
 
ParserModel.StringTypeFormat - Class in net.coderazzi.filters.gui
Factory to build string objects.
ParserModel.StringTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.StringTypeFormat
 
parserModelClass - Static variable in class net.coderazzi.filters.gui.FilterSettings
The class defining the generic IParserModel
It must have a default constructor.
It corresponds to the property ParserModel.class
parseText(String, int) - Method in interface net.coderazzi.filters.IFilterTextParser
Parses the text, corresponding to a column in the table model
It returns a filter that can be applied to the table sorter.
parseText(String) - Method in interface net.coderazzi.filters.IParser
Parses the text, returning a filter that can be applied to the table.
parseText(String) - Method in class net.coderazzi.filters.parser.Parser
IParser interface.
PROPERTIES_PREFIX - Static variable in class net.coderazzi.filters.gui.FilterSettings
Properties must be defined with this prefix.
propertyChange(PropertyChangeEvent) - Method in class net.coderazzi.filters.gui.FiltersHandler
PropertyChangeListener interface, for changes on IParserModel.

A B C D E F G H I L M N O P R S T U V