- adaptiveChoices - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
Whether to enable adaptive choices, true by default.
- addFilter(IFilter...) - Method in class net.coderazzi.filters.ComposedFilter
-
Subscribes one or more
IFilter instances to
receive filter events from this composition filter.
- addFilter(IFilter...) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
- addFilter(IFilter...) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Adds a filter -user specified- to the filter header.
- addFilterEditor(FilterEditor) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
- addFilterObserver(IFilterObserver) - Method in class net.coderazzi.filters.Filter
-
- addFilterObserver(IFilterObserver) - Method in interface net.coderazzi.filters.IFilter
-
Adds an observer to receive filter change notifications.
- addHeaderObserver(IFilterHeaderObserver) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Adds a new observer to the header.
- addNotify() - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Method automatically invoked when the class ancestor changes.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface net.coderazzi.filters.gui.IParserModel
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class net.coderazzi.filters.gui.ParserModel
-
- AndFilter - Class in net.coderazzi.filters
-
Composed set of filters, added via logical AND.
- AndFilter() - Constructor for class net.coderazzi.filters.AndFilter
-
Default constructor.
- AndFilter(IFilter...) - Constructor for class net.coderazzi.filters.AndFilter
-
Constructor built up out of one or more
IFilter instances.
- applyEditorFilter(Filter) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Applies the passed filter, from an associated editor, and, on success,
reports it to observers.
- AutoChoices - Enum in net.coderazzi.filters.gui
-
Enumeration to define the available auto choices modes on a table filter or
on each separated filter editor.
- autoChoices - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
If and how to provide content to the editor field's choices.
- autoCompletion - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
Whether to enable auto completion, true by default.
- autoSelection - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
Set to true to perform automatically the selection of a row that is
uniquely identified by the existing 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
-
- getContent() - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Returns the current editor's content.
- getCustomChoiceDecorator() - Method in class net.coderazzi.filters.gui.Look
-
- getCustomChoiceDecorator() - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
- 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.
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- IFilter - Interface in net.coderazzi.filters
-
Interface to be implemented by any instance holding a filter than can be
updated dynamically.
- IFilterEditor - Interface in net.coderazzi.filters.gui
-
Public interface of the editors associated to each table's column.
- IFilterHeaderObserver - Interface in net.coderazzi.filters.gui
-
A ITableFilterHeaderObserver instance receives notifications when the
associated
IFilterEditor instances are
created, destroyed, or update the held filter.
- IFilterObserver - Interface in net.coderazzi.filters
-
A IFilterObserver instance receives notifications when the associated
IFilter instance updates the held filter.
- IGNORE_CASE_PROPERTY - Static variable in interface net.coderazzi.filters.gui.IParserModel
-
Property fired when the ignore case value changes.
- ignoreCase - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
Whether to ignore case or not, false by default (case sensitive).
- include(RowFilter.Entry) - Method in class net.coderazzi.filters.AndFilter
-
- include(RowFilter.Entry) - Method in interface net.coderazzi.filters.IFilter
-
- include(RowFilter.Entry) - Method in class net.coderazzi.filters.NotFilter
-
- include(RowFilter.Entry) - Method in class net.coderazzi.filters.OrFilter
-
- instantFiltering - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
Whether to enable instant filtering, true by default.
- IParser - Interface in net.coderazzi.filters
-
Interface defining the requirements on text parsing for filter expressions.
- IParser.InstantFilter - Class in net.coderazzi.filters
-
- IParser.InstantFilter() - Constructor for class net.coderazzi.filters.IParser.InstantFilter
-
- IParserModel - Interface in net.coderazzi.filters.gui
-
Interface defining the model required to use and create
IParser
instances.
- isAdaptiveChoices() - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Returns the adaptive choices mode.
- isAdaptiveChoices() - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Returns the adaptive choices mode.
- isAutoCompletion() - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Returns the auto completion flag.
- isAutoCompletion() - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Returns true if auto completion is enabled.
- isAutoSelection() - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Returns the autoselection mode.
- isAutoSelection() - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Returns true if auto selection is enabled.
- isDisabled(IFilter) - Method in class net.coderazzi.filters.ComposedFilter
-
Returns true if there is information of this filter as disabled.
- isEditable() - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Returns the editable flag.
- isEnabled() - Method in class net.coderazzi.filters.Filter
-
- isEnabled() - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Returns the current enable status.
- isEnabled() - Method in interface net.coderazzi.filters.IFilter
-
Returns true if the filter is enabled.
- isFilterOnUpdates() - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Returns true if the filter is reapplied on updates.
- isFilterOnUpdates() - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Returns true if the filter is reapplied on updates.
- isIgnoreCase() - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Returns the ignore case flag.
- isIgnoreCase() - Method in interface net.coderazzi.filters.gui.IParserModel
-
Returns true if the String comparator ignores case
Note that this is redundant information, which can be retrieved from the
IParserModel.getComparator(Class) method with a String.class parameter.
- isIgnoreCase() - Method in class net.coderazzi.filters.gui.ParserModel
-
- isInstantFiltering() - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Returns the instant filtering flag.
- isInstantFiltering() - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Returns true if instant filtering is enabled.
- isUserInteractionEnabled() - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Returns the user interaction mode.
- selectionBackgroundColor - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
Header's selection background color.
- selectionColor - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
Header's selection color.
- selectionForegroundColor - Static variable in class net.coderazzi.filters.gui.FilterSettings
-
Header's selection foreground color.
- setAdaptiveChoices(boolean) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Sets the adaptive choices mode.
- setAdaptiveChoices(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the adaptive choices mode.
- setAutoChoices(AutoChoices) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Sets/unsets the auto choices flag.
- setAutoChoices(AutoChoices) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Using autoChoices, the choices displayed on the popup menu are
automatically extracted from the associated
TableModel.
For editors associated to boolean or short enumerations, if
AutoCompletion is not set, setting the AutoChoices automatically changes
the editable flag to true, unless AutoChoices has the DISABLED value
- setAutoChoices(AutoChoices) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the auto choices flag.
- setAutoCompletion(boolean) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Sets the auto completion flag.
- setAutoCompletion(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Enables auto completion, as the user edits the filter's text.
- setAutoSelection(boolean) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Sets the autoselection mode
- setAutoSelection(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Enables / Disables auto selection mode
- setBackground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the background color used by the parsed-based editors.
- setChoicesComparator(Comparator) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
- setComparator(Comparator) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
- setComparator(Class, Comparator) - Method in interface net.coderazzi.filters.gui.IParserModel
-
- setComparator(Class, Comparator) - Method in class net.coderazzi.filters.gui.ParserModel
-
- setContent(Object) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Sets the content, adapted to the editors' type.
- setCustomChoiceDecorator(CustomChoiceDecorator) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
- setCustomChoices(Set<CustomChoice>) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Sets the available choices, shown on the popup menu.
- setDisabledBackground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the background color used for disabled editors.
- setDisabledForeground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the color used for disabled fields.
- setEditable(boolean) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Defines the editor, if text based -i.e., without associated
ChoiceRenderer, as editable: this flag means that the user can enter any
text, not being limited to the existing choices
- setEnabled(boolean) - Method in class net.coderazzi.filters.ComposedFilter
-
- setEnabled(boolean) - Method in class net.coderazzi.filters.Filter
-
- setEnabled(boolean) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Enables/Disables the filtering.
- setEnabled(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Enables/Disables the filters.
- setEnabled(boolean) - Method in interface net.coderazzi.filters.IFilter
-
Enables/Disables the filter.
- setErrorForeground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the foreground color used by the parsing text editors when there are
errors on the filter expressions.
- setFilterOnUpdates(boolean) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Sets the filter on updates flag.
It sets the sortOnUpdates flag on the underlying
DefaultRowSorter
- setFilterOnUpdates(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the filter on updates flag.
It sets the sortOnUpdates flag on the underlying
DefaultRowSorter
it is, in fact, just a helper to set this flag without accessing directly
the row sorter.
- setFont(Font) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the font used on all the editors.
- setForeground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the foreground color used by the editors.
- setFormat(Format) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Sets the
Format required by the editor to handle the user's input
when the associated class is not a String
It is initially retrieved from the
IParserModel.
- setFormat(Class, Format) - Method in interface net.coderazzi.filters.gui.IParserModel
-
Defines the
Format for the given class.
- setFormat(Class, Format) - Method in class net.coderazzi.filters.gui.ParserModel
-
Defines the
Format for the given class.
- setGridColor(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the color used to draw the header's grid.
- setHistory(List<Object>) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Sets the history contents.
- setIcon(Icon) - Method in class net.coderazzi.filters.gui.CustomChoice
-
Sets the associated icon.
- setIgnoreCase(boolean) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Sets the ignore case flag.
- setIgnoreCase(boolean) - Method in interface net.coderazzi.filters.gui.IParserModel
-
Sets a String comparator that is case sensitive/insensitive.
- setIgnoreCase(boolean) - Method in class net.coderazzi.filters.gui.ParserModel
-
- setInstantFiltering(boolean) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Sets the instant filtering flag.
- setInstantFiltering(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Enables instant filtering, as the user edits the filter's text
The exact way the instant filtering works depends on the associated.
- setMaxHistory(int) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Limits the history size.
This limit is only used when the popup contains also choices.
- setMaxHistory(int) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the maximum history size, always lower than the max number of
visible rows.
- setMaxVisibleRows(int) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the maximum number of visible rows in the popup menu (a minimum is
always enforced).
- setParserModel(IParserModel) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
- setParserModel(IParserModel) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the
IParserModel, used to define the parsing of text on the
filter editors.
- setPosition(TableFilterHeader.Position) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the position of the header related to the table.
- setPrecedence(int) - Method in class net.coderazzi.filters.gui.CustomChoice
-
Sets the precedence value.
- setRenderer(ChoiceRenderer) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
- setRepresentation(String) - Method in class net.coderazzi.filters.gui.CustomChoice
-
Sets the representation value.
- setRowHeightDelta(int) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Setting to add / decrease height to the filter row.
- setSelectionBackground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the background color used to represent selected state.
- setSelectionForeground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the foreground color used to represent selected state.
- setTable(JTable) - Method in class net.coderazzi.filters.gui.FiltersHandler
-
Method to set the associated table.
- setTable(JTable) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Attaches the table where the filtering will be applied.
- setTextSelectionColor(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the color set by default as text selection on filters.
- setupComponent(Component, boolean, boolean) - Method in class net.coderazzi.filters.gui.Look
-
Prepares the provided component to have the expected appearance
Only the background, foreground and font are updated.
- setUserInteractionEnabled(boolean) - Method in interface net.coderazzi.filters.gui.IFilterEditor
-
Enables or disables the user's interaction; if disabled, the control
is disabled but the associated filter remains in place.
- setVisible(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Hides / makes visible the header.
- setWarningForeground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
-
Sets the foreground color used by the parsing text editors when the
associated filter would produce no visible rows.
- stringComparator(boolean) - Static method in class net.coderazzi.filters.gui.ParserModel
-
Returns a default singleton comparator for the given case flag.
- stripHtml(String) - Method in interface net.coderazzi.filters.IParser
-
Removes any Html content from the passed string, converting special
Html characters to Java characters.
- stripHtml(String) - Method in class net.coderazzi.filters.parser.Parser
-