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

I

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
RowFilter interface.
include(RowFilter.Entry) - Method in class net.coderazzi.filters.NotFilter
 
include(RowFilter.Entry) - Method in class net.coderazzi.filters.OrFilter
 
InstantFilter() - Constructor for class net.coderazzi.filters.IParser.InstantFilter
 
instantFiltering - Static variable in class net.coderazzi.filters.gui.FilterSettings
Whether to enable instant filtering, true by default.
IntegerTypeFormat() - Constructor for class net.coderazzi.filters.gui.ParserModel.IntegerTypeFormat
 
IParser - Interface in net.coderazzi.filters
Interface defining the requirements on text parsing for filter expressions.
IParser.InstantFilter - Class in net.coderazzi.filters
Helper class used on IParser.parseInstantText(String).
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.
isAllowedInstantVanishing() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the instant filtering flag.
isAllowedInstantVanishing() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns true if vanishing is enabled during instant filtering
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.
isHidePopupOnTableUpdates() - Method in interface net.coderazzi.filters.gui.IFilterEditor
Returns the auto hide-popup flag
isHidePopupsOnTableUpdates() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns true if popups automatically hide during table 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.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links