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

T

TableFilter - Class in net.coderazzi.filters
TableFilter represents a RowFilter instance that can be attached to a JTable to compose dynamically the outcome of one or more filter editors.
TableFilter() - Constructor for class net.coderazzi.filters.TableFilter
Default constructor
TableFilter(JTable) - Constructor for class net.coderazzi.filters.TableFilter
Basic constructor, setting directly the controlled table
tableFilterEditorCreated(TableFilterHeader, FilterEditor) - Method in interface net.coderazzi.filters.gui.IFilterHeaderObserver
Informs the observer than a new filter editor is created
tableFilterEditorExcluded(TableFilterHeader, FilterEditor) - Method in interface net.coderazzi.filters.gui.IFilterHeaderObserver
Informs the observer than an existing filter editor has been excluded from the filter header
TableFilterHeader - Class in net.coderazzi.filters.gui
Implementation of a table filter that displays a set of editors associated to each table's column.
TableFilterHeader() - Constructor for class net.coderazzi.filters.gui.TableFilterHeader
Constructor; the object is functional after a table is attached
TableFilterHeader(JTable) - Constructor for class net.coderazzi.filters.gui.TableFilterHeader
Constructor, using the default location
TableFilterHeader(JTable, TableFilterHeader.Position) - Constructor for class net.coderazzi.filters.gui.TableFilterHeader
Full constructor
TableFilterHeader.Position - Enum in net.coderazzi.filters.gui
Location of the header in relation to the table
TableFilterHeaderBeanInfo - Class in net.coderazzi.filters.gui
 
TableFilterHeaderBeanInfo() - Constructor for class net.coderazzi.filters.gui.TableFilterHeaderBeanInfo
 
tableFilterUpdated(TableFilterHeader, FilterEditor) - Method in interface net.coderazzi.filters.gui.IFilterHeaderObserver
Notification made by the FilterEditor when the filter's content is updated
Types - Class in net.coderazzi.filters.parser
Default Types.StringTypeFormat instances, supporting all the basic java types
It also includes support for Comparator of Date instances.
The default IFilterTextParser is automatically configured to use these Types.StringTypeFormat instances, when created by the TableFilterHeader.
Users can add any Types.StringTypeFormat or Comparator definitions, as the class is used as a singleton.
Types() - Constructor for class net.coderazzi.filters.parser.Types
 
Types.BooleanTypeFormat - Class in net.coderazzi.filters.parser
Factory to build boolean objects
Types.BooleanTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.BooleanTypeFormat
 
Types.ByteTypeFormat - Class in net.coderazzi.filters.parser
Factory to build byte objects
Types.ByteTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.ByteTypeFormat
 
Types.CharacterTypeFormat - Class in net.coderazzi.filters.parser
Factory to build character objects
Types.CharacterTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.CharacterTypeFormat
 
Types.DoubleTypeFormat - Class in net.coderazzi.filters.parser
Factory to build double objects
Types.DoubleTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.DoubleTypeFormat
 
Types.FloatTypeFormat - Class in net.coderazzi.filters.parser
Factory to build float objects
Types.FloatTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.FloatTypeFormat
 
Types.IntegerTypeFormat - Class in net.coderazzi.filters.parser
Factory to build integer objects
Types.IntegerTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.IntegerTypeFormat
 
Types.LongTypeFormat - Class in net.coderazzi.filters.parser
Factory to build long objects
Types.LongTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.LongTypeFormat
 
Types.ShortTypeFormat - Class in net.coderazzi.filters.parser
Factory to build short objects
Types.ShortTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.ShortTypeFormat
 
Types.StringTypeFormat - Class in net.coderazzi.filters.parser
Factory to build string objects
Types.StringTypeFormat() - Constructor for class net.coderazzi.filters.parser.Types.StringTypeFormat
 

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