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

G

getAppliedExpression(String) - Method in class net.coderazzi.filters.parser.Parser.WildcardOperand
After the operand is used, this method returns the expression that has been really applied to obtain the filter.
getAutoChoices() - Method in class net.coderazzi.filters.gui.FiltersHandler
Returns the auto choices mode.
getAutoChoices() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the autoChoices mode.
getAutoChoices() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the auto choices flag.
getBackground(IFilterEditor, boolean) - Method in class net.coderazzi.filters.gui.CustomChoice
Returns the background color, or null to use the default one.
getBackground(CustomChoice, IFilterEditor, boolean) - Method in class net.coderazzi.filters.gui.CustomChoiceDecorator.DefaultDecorator
 
getBackground(CustomChoice, IFilterEditor, boolean) - Method in interface net.coderazzi.filters.gui.CustomChoiceDecorator
Returns the background color.
getBackground() - Method in class net.coderazzi.filters.gui.Look
Returns the background color used by the editors.
getBeanDescriptor() - Method in class net.coderazzi.filters.gui.TableFilterHeaderBeanInfo
 
getChoicesComparator() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the associated Comparator choices comparator.
getComparator() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the associated Comparator, which is never null.
getComparator(Class) - Method in interface net.coderazzi.filters.gui.IParserModel
Returns the Comparator for the given class.
It never returns null.
getComparator(Class) - Method in class net.coderazzi.filters.gui.ParserModel
Returns the Comparator for the given class.
getContent() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the current editor's content.
getCustomChoiceDecorator() - Method in class net.coderazzi.filters.gui.Look
Returns the registered CustomChoiceDecorator.
getCustomChoiceDecorator() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the CustomChoiceDecorator instance.
getCustomChoices() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the current choices.
getDateComparator(Format) - Static method in class net.coderazzi.filters.parser.DateComparator
Factory constructor, returning an instance suitable for the given format.
getDefaultOperator(boolean) - Method in class net.coderazzi.filters.parser.Parser
Returns the default operator if none is specified by the user
getDisabledBackground() - Method in class net.coderazzi.filters.gui.Look
Returns the background color used for disabled editors.
getDisabledBackground() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the background color used for disabled editors.
getDisabledForeground() - Method in class net.coderazzi.filters.gui.Look
Returns the foreground color used for disabled editors.
getDisabledForeground() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the color used for disabled editors.
getEditor(int) - Method in class net.coderazzi.filters.gui.FiltersHandler
Returns the FilterEditor instance on the given column.
getEditors() - Method in class net.coderazzi.filters.gui.FiltersHandler
Returns all registered FilterEditors.
getErrorForeground() - Method in class net.coderazzi.filters.gui.Look
Returns the color set by default as foreground on each text editor when the user commits any error on the filter expression.
getErrorForeground() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the color set by default as foreground on each text editor when the user commits any error on the filter expression.
getFilter(IFilterEditor) - Method in class net.coderazzi.filters.gui.CustomChoice
Returns the associated filter.
getFilter() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the IFilter associated to the editor's content
The returned instance can then be used to enable or disable the filter and its GUI component.
getFilterEditor(int) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the filter editor for the given column in the table model.
getFilterObservers() - Method in class net.coderazzi.filters.Filter
Returns all the registered IFilterObserver instances.
getFilters() - Method in class net.coderazzi.filters.ComposedFilter
Returns all IFilter instances previously added.
getFont(IFilterEditor, boolean) - Method in class net.coderazzi.filters.gui.CustomChoice
Returns the font, or null to use the default one.
getFont(CustomChoice, IFilterEditor, boolean) - Method in class net.coderazzi.filters.gui.CustomChoiceDecorator.DefaultDecorator
 
getFont(CustomChoice, IFilterEditor, boolean) - Method in interface net.coderazzi.filters.gui.CustomChoiceDecorator
Returns the font.
getFont() - Method in class net.coderazzi.filters.gui.Look
Returns the font used on editors.
getForeground(IFilterEditor, boolean) - Method in class net.coderazzi.filters.gui.CustomChoice
Returns the foreground color, or null to use the default one.
getForeground(CustomChoice, IFilterEditor, boolean) - Method in class net.coderazzi.filters.gui.CustomChoiceDecorator.DefaultDecorator
 
getForeground(CustomChoice, IFilterEditor, boolean) - Method in interface net.coderazzi.filters.gui.CustomChoiceDecorator
Returns the foreground color.
getForeground() - Method in class net.coderazzi.filters.gui.Look
Returns the foreground color used by the editors.
getFormat() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the associated Format.
getFormat(Class) - Method in interface net.coderazzi.filters.gui.IParserModel
Returns the Format for the given class.
getFormat(Class) - Method in class net.coderazzi.filters.gui.ParserModel
Returns the Format for the given class.
getGridColor() - Method in class net.coderazzi.filters.gui.Look
Returns the color set by default for the header's grid.
getGridColor() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the color set by default for the header's grid.
getHistory() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the current history contents
getIcon() - Method in class net.coderazzi.filters.gui.CustomChoice
Returns the associated icon, if any.
getIcon(int) - Method in class net.coderazzi.filters.gui.TableFilterHeaderBeanInfo
 
getInstantAppliedExpression(String) - Method in class net.coderazzi.filters.parser.Parser
 
getLook() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the current editor's look.
getMaxHistory() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the maximum history size, as defined by the user.
This is not the real maximum history size, as it depends on the max number of visible rows and whether the popup contains only history or also choices
getMaxHistory() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the maximum history size.
getMaxVisiblePopupRows() - Method in class net.coderazzi.filters.gui.Look
Returns the maximum number of visible rows in the popup menu.
getMaxVisibleRows() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the maximum number of visible rows in the popup menu.
getModelClass() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the class associated to the editor on the model.
getModelIndex() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the model position associated to this editor.
getParserModel() - Method in class net.coderazzi.filters.gui.FiltersHandler
Returns the registered IParserModel instance.
getParserModel() - Method in class net.coderazzi.filters.gui.TableFilterHeader
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.
getPattern(String, boolean) - Method in class net.coderazzi.filters.parser.Parser.REOperand
Returns the Pattern instance associated to the provided expression.
getPattern(String, boolean) - Method in class net.coderazzi.filters.parser.Parser.WildcardOperand
Parser.REOperand interface.
getPosition() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the mode currently associated to the TableHeader.
getPrecedence() - Method in class net.coderazzi.filters.gui.CustomChoice
Returns the precedence value.
getRenderer() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the associated ChoiceRenderer.
getRendererComponent(IFilterEditor, Object, boolean) - Method in interface net.coderazzi.filters.gui.ChoiceRenderer
Returns the component used to represent the choice (normally, an element from the associated table).
The value can be as well CustomChoice instances; to use the default rendering in this case, the method should return null.
getRendererComponent(IFilterEditor, Object, boolean) - Method in class net.coderazzi.filters.gui.HtmlChoiceRenderer
 
getRepresentation() - Method in class net.coderazzi.filters.gui.CustomChoice
Returns the associated string.
getRowHeightDelta() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the filter row's height delta.
getSelectionBackground() - Method in class net.coderazzi.filters.gui.Look
Returns the background color on focused editors.
getSelectionBackground() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the background color on focused editors.
getSelectionForeground() - Method in class net.coderazzi.filters.gui.Look
Returns the foreground color on focused editors.
getSelectionForeground() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the foreground color on focused editors.
getStringComparator(boolean) - Method in interface net.coderazzi.filters.gui.IParserModel
Returns the Comparator used for String comparisons.
getStringComparator(boolean) - Method in class net.coderazzi.filters.gui.ParserModel
 
getTable() - Method in class net.coderazzi.filters.gui.FiltersHandler
Returns the associated table.
getTable() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the table currently attached.
getTextSelection() - Method in class net.coderazzi.filters.gui.Look
Returns the color set by default as text selection on filters.
getTextSelectionColor() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the color set by default as text selection on filters.
getWarningForeground() - Method in class net.coderazzi.filters.gui.Look
Returns the color set by default as foreground on each text editor when the filter would produce no visible rows
getWarningForeground() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the color set by default as foreground on each text editor when the filter would produce no visible rows
gridColor - Static variable in class net.coderazzi.filters.gui.FilterSettings
Header's grid color.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links