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

C

CharacterTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.CharacterTypeFormat
 
ChoiceRenderer - Interface in net.coderazzi.filters.gui
Interface to customize the rendering of choices in the IFilterEditor.
COMPARATOR_PROPERTY - Static variable in interface net.coderazzi.filters.gui.IParserModel
Property fired when any class' comparator changes.
compare(Date, Date) - Method in class net.coderazzi.filters.parser.DateComparator
 
ComparisonOperand() - Constructor for class net.coderazzi.filters.parser.Parser.ComparisonOperand
 
ComposedFilter - Class in net.coderazzi.filters
Abstract parent class to support the composition of multiple filters.
ComposedFilter() - Constructor for class net.coderazzi.filters.ComposedFilter
Default constructor.
ComposedFilter(IFilter...) - Constructor for class net.coderazzi.filters.ComposedFilter
Constructor built up out of one or more IFilter instances.
consolidateFilterChanges(int) - Method in class net.coderazzi.filters.gui.FiltersHandler
Method called when an editor has ended typing changes.
convertToRE(String) - Method in class net.coderazzi.filters.parser.Parser.WildcardOperand
Converts a wildcard expression into a regular expression.
create(Object) - Static method in class net.coderazzi.filters.gui.CustomChoice
Creates a CustomChoice that matches the given object; its stringfied format is the representation shown to the user.
create(Object, String) - Static method in class net.coderazzi.filters.gui.CustomChoice
Creates a CustomChoice that matches the given object, with the provided representation.
The choice can be a Pattern instance, in which case it is performed a complete regular expression match.
create(Parser, String) - Method in class net.coderazzi.filters.parser.Parser.ComparisonOperand
Parser.IOperand interface.
create(Parser, String) - Method in class net.coderazzi.filters.parser.Parser.EqualOperand
Parser.IOperand interface.
create(Parser, String) - Method in interface net.coderazzi.filters.parser.Parser.IOperand
 
create(Parser, String) - Method in class net.coderazzi.filters.parser.Parser.REOperand
Parser.IOperand interface.
createParser(IFilterEditor) - Method in interface net.coderazzi.filters.gui.IParserModel
Creates a text parser for the given editor.
createParser(Format, Comparator, Comparator, boolean, int) - Method in class net.coderazzi.filters.gui.LooseParserModel
Creates the parser as required with the given parameters
createParser(IFilterEditor) - Method in class net.coderazzi.filters.gui.ParserModel
 
createParser(Format, Comparator, Comparator, boolean, int) - Method in class net.coderazzi.filters.gui.ParserModel
Creates the parser as required with the given parameters
createSet(Object[]) - Static method in class net.coderazzi.filters.gui.CustomChoice
Creates a set of CustomChoice instances, one for each provided choice.
createSet(Collection) - Static method in class net.coderazzi.filters.gui.CustomChoice
Creates a set of CustomChoice instances, one for each provided choice.
CustomChoice - Class in net.coderazzi.filters.gui
Class to specify a custom filter in the choices list.
CustomChoice(String, Icon, int) - Constructor for class net.coderazzi.filters.gui.CustomChoice
Full constructor.
CustomChoice(String) - Constructor for class net.coderazzi.filters.gui.CustomChoice
Creates a custom choice without associated icon, and with default precedence, to be handled exclusively as text.
CustomChoice(String, Icon) - Constructor for class net.coderazzi.filters.gui.CustomChoice
Creates a custom choice with associated icon and default precedence.
CustomChoiceDecorator - Interface in net.coderazzi.filters.gui
Interface that allows customizing the appearance of CustomChoices in those IFilterEditors without associated ChoiceRenderer.
CustomChoiceDecorator.DefaultDecorator - Class in net.coderazzi.filters.gui
Default decorator, delegating always to the associated methods on the CustomChoice instances.
customChoiceDecoratorClass - Static variable in class net.coderazzi.filters.gui.FilterSettings
The class defining the generic CustomChoiceDecorator
It must have a default constructor.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links