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

A

addFilter(IFilter...) - Method in class net.coderazzi.filters.ComposedFilter
Subscribes one or more IFilter instances to receive filter events from this composition filter.
addFilterObserver(IFilterObserver) - Method in class net.coderazzi.filters.BaseFilter
 
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
addOptions(Collection<?>) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Adds the options to the current set.
addPropertyChangeListener(PropertyChangeListener) - Method in interface net.coderazzi.filters.IFilterTextParser
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
AndFilter - Class in net.coderazzi.filters
Composed set of filters, added via logical AND
AndFilter(IFilter...) - Constructor for class net.coderazzi.filters.AndFilter
Constructor built up out of none or more IFilter instances
autoOptions - Static variable in class net.coderazzi.filters.gui.FilterSettings
Whether to automatically fill with content the editor field's options
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.

B

BaseFilter - Class in net.coderazzi.filters
Commodity class implementing the interface IFilter on a RowFilter
BaseFilter() - Constructor for class net.coderazzi.filters.BaseFilter
 

C

clearOptions() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Clears any options currently defined, including the current history
compare(Date, Date) - Method in class net.coderazzi.filters.parser.DateComparator
 
ComposedFilter - Class in net.coderazzi.filters
Abstract parent class to support the composition of multiple filters.
ComposedFilter(IFilter...) - Constructor for class net.coderazzi.filters.ComposedFilter
Constructor built up out of none or more IFilter instances
configure(IFilterTextParser) - Method in class net.coderazzi.filters.parser.Types
Configures the passed IFilterTextParser to use the given Comparator and Types.StringTypeFormat definitions
customizeEditor(FilterEditor) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Customizes the editor, can be overridden for custom appearance

D

DateComparator - Class in net.coderazzi.filters.parser
Class to deduce a sensible Comparator for Date instances.
DateComparator() - Constructor for class net.coderazzi.filters.parser.DateComparator
 
dateFormat - Static variable in class net.coderazzi.filters.gui.FilterSettings
The default date format, used on the default text parser
defaultOperator - Static variable in class net.coderazzi.filters.gui.FilterSettings
The default operator used on the text parser
detach() - Method in class net.coderazzi.filters.BaseFilter
Detaches the instance from any observer
detach() - Method in class net.coderazzi.filters.ComposedFilter
Detaches the instance from any observer
detach() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Diposes the editor, not to be used again
diff(Date, Date) - Method in class net.coderazzi.filters.parser.DateComparator
 

E

enableNotifications(boolean) - Method in class net.coderazzi.filters.TableFilter
Temporarily enable/disable notifications to the observers, including the registered JTable.

F

FilterEditor - Class in net.coderazzi.filters.gui.editor
Custom component to handle the filter' editors
It includes: A editor component, usually a text field to enter the filter text. A popup menu that contains both history and predefined option elements. An arrow button to display the popup menu. The component keeps the same look and feel under all cases (being editable or not, having custom cell renderers or not).
FilterEditor() - Constructor for class net.coderazzi.filters.gui.editor.FilterEditor
 
FilterEditorBeanInfo - Class in net.coderazzi.filters.gui.editor
 
FilterEditorBeanInfo() - Constructor for class net.coderazzi.filters.gui.editor.FilterEditorBeanInfo
 
filterEditorClass - Static variable in class net.coderazzi.filters.gui.FilterSettings
The class implementing the FilterEditor
filterObservers - Variable in class net.coderazzi.filters.BaseFilter
The set of currently subscribed observers
filters - Variable in class net.coderazzi.filters.ComposedFilter
Set of associated IFilters
FilterSettings - Class in net.coderazzi.filters.gui
Class to define some common settings to the TableFilter library.
FilterSettings() - Constructor for class net.coderazzi.filters.gui.FilterSettings
 
FilterTextParser - Class in net.coderazzi.filters.parser
Basic implementation of a IFilterTextParser, supporting only simple operators referring to the content of a single column.
The supporter operators include: Comparison operators.
FilterTextParser() - Constructor for class net.coderazzi.filters.parser.FilterTextParser
 
filterTextParserClass - Static variable in class net.coderazzi.filters.gui.FilterSettings
The class to handle the text parsing by default.
filterUpdated(IFilter) - Method in class net.coderazzi.filters.ComposedFilter
 
filterUpdated(IFilter) - Method in interface net.coderazzi.filters.IFilterObserver
Notification made by the observer when the associated IFilter instance updates the held filter.

G

getBeanDescriptor() - Method in class net.coderazzi.filters.gui.TableFilterHeaderBeanInfo
 
getComparator(Class<?>) - Method in interface net.coderazzi.filters.IFilterTextParser
Returns the comparator provided for the given class
getComparator(Class<?>) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
getComparator(Class<?>) - Method in class net.coderazzi.filters.parser.Types
Returns the Comparator for the given class
getContent() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns the current editor's content
getDateComparator(Format) - Static method in class net.coderazzi.filters.parser.DateComparator
Factory constructor, returning an instance suitable for the given format.
getDefaultOperator() - Method in interface net.coderazzi.filters.IFilterTextParser
Returns the default operand
getDefaultOperator() - Method in class net.coderazzi.filters.parser.FilterTextParser
 
getDisabledForeground() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns the color used to represent disabled state
getDisabledForeground() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets the color used for disabled fields
getErrorForeground() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns the color used to show filter's errors
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() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns the IFilter associated to the editor's content
getFilterEditor(int) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the filter editor for the given column in the table model
getFilterObservables() - Method in class net.coderazzi.filters.ComposedFilter
Returns all IFilter instances previously added.
getFilterObservers() - Method in class net.coderazzi.filters.BaseFilter
Returns all the registered IFilterObserver instances
getFilterPosition() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns the filter position associated to this editor
getFormat(Class<?>) - Method in interface net.coderazzi.filters.IFilterTextParser
Returns the Format for a given class
getFormat(Class<?>) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
getFormat(Class<?>) - Method in class net.coderazzi.filters.parser.Types
Returns the Types.StringTypeFormat for the given class
getIcon(int) - Method in class net.coderazzi.filters.gui.editor.FilterEditorBeanInfo
 
getIcon(int) - Method in class net.coderazzi.filters.gui.TableFilterHeaderBeanInfo
 
getListCellRenderer() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns the associated ListCellRenderer
getMaxHistory() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
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 also options or only history
getMaxVisibleRows() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
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
getPosition() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the mode currently associated to the TableHeader
getTable() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the table currently attached
getTable() - Method in class net.coderazzi.filters.TableFilter
Returns the associated table
getTableFilter() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the internal table filter.
getTextParser() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns the associated IFilterTextParser
getTextParser() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the parser used on plain text filters.

H

headerBackground - Static variable in class net.coderazzi.filters.gui.FilterSettings
The color of the header background
headerForeground - Static variable in class net.coderazzi.filters.gui.FilterSettings
The color of the header foreground
headerPosition - Static variable in class net.coderazzi.filters.gui.FilterSettings
The header position, TableFilterHeader.Position.INLINE by default.

I

IFilter - Interface in net.coderazzi.filters
Interface to be implemented by any instance holding a filter than can be updated dynamically.
IFilterHeaderObserver - Interface in net.coderazzi.filters.gui
A ITableFilterHeaderObserver instance receives notifications when the associated FilterEditor 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.
IFilterTextParser - Interface in net.coderazzi.filters
Interface defining the requirements on text parsing for filter expressions.
ignoreCase - Static variable in class net.coderazzi.filters.gui.FilterSettings
Whether to ignore case or not.
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
 
isAutoOptions() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns true if the editor is using autoOptions
isAutoOptions() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the auto options flag
isAutoSelection() - Method in class net.coderazzi.filters.TableFilter
Returns the autoselection mode
isEditable() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Returns the editable flag
isEnabled() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Returns the current enable status
isIgnoreCase() - Method in interface net.coderazzi.filters.IFilterTextParser
Returns true if it ignores case
isIgnoreCase() - Method in class net.coderazzi.filters.parser.FilterTextParser
 

M

maxPopupHistory - Static variable in class net.coderazzi.filters.gui.FilterSettings
The maximum size of the history when no options are present
maxVisiblePopupRows - Static variable in class net.coderazzi.filters.gui.FilterSettings
The maximum number of visible tows on the popup menus

N

net.coderazzi.filters - package net.coderazzi.filters
 
net.coderazzi.filters.gui - package net.coderazzi.filters.gui
 
net.coderazzi.filters.gui.editor - package net.coderazzi.filters.gui.editor
 
net.coderazzi.filters.parser - package net.coderazzi.filters.parser
 
newFilterEditor() - Static method in class net.coderazzi.filters.gui.FilterSettings
Creates a FilterEditor as defined by default
newTextParser() - Static method in class net.coderazzi.filters.gui.FilterSettings
Creates a TextParser as defined by default
NotFilter - Class in net.coderazzi.filters
Composed set of filters, added via logical AND, and then NOT-ed the result
NotFilter(IFilter...) - Constructor for class net.coderazzi.filters.NotFilter
Constructor built up out of none or more IFilter instances

O

OrFilter - Class in net.coderazzi.filters
Composed set of filters, added via logical OR
OrFilter(IFilter...) - Constructor for class net.coderazzi.filters.OrFilter
Constructor built up out of none or more IFilter instances

P

parseObject(String) - Method in class net.coderazzi.filters.parser.Types.BooleanTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.parser.Types.ByteTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.parser.Types.CharacterTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.parser.Types.DoubleTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.parser.Types.FloatTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.parser.Types.IntegerTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.parser.Types.LongTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.parser.Types.ShortTypeFormat
 
parseObject(String) - Method in class net.coderazzi.filters.parser.Types.StringTypeFormat
 
parseText(String, int) - Method in interface net.coderazzi.filters.IFilterTextParser
Parses the text, corresponding to a column in the table model
It returns a filter that can be applied to the table sorter.
parseText(String, int) - Method in class net.coderazzi.filters.parser.FilterTextParser
 

R

removeFilter(IFilter) - Method in class net.coderazzi.filters.ComposedFilter
Unsubscribes a IFilter that was previously subscribed to receive filter events
removeFilterObserver(IFilterObserver) - Method in class net.coderazzi.filters.BaseFilter
 
removeFilterObserver(IFilterObserver) - Method in interface net.coderazzi.filters.IFilter
Unregisters an observer, that will not receive no further filter update notifications.
removeHeaderObserver(IFilterHeaderObserver) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Removes an existing observer from the header
removePropertyChangeListener(PropertyChangeListener) - Method in interface net.coderazzi.filters.IFilterTextParser
Removes an existing PropertyChangeListener
removePropertyChangeListener(PropertyChangeListener) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
reportFilterUpdatedToObservers() - Method in class net.coderazzi.filters.BaseFilter
Method to be called by subclasses to report to the observers that the filter has changed
resetFilter() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Resets the filter, which implies: Content set to empty If it has autooptions, they are recreated Without autooptions, if there is a renderer, nothing else is done Without autoptions, and with no renderer: History is lost Options are removed It becomes editable
resetFilter() - Method in class net.coderazzi.filters.gui.TableFilterHeader
Invokes resetFilter on all the editor filters.

S

sendPendingNotifications() - Method in class net.coderazzi.filters.TableFilter
Method to force the sending of notifications, even if they are currently temporarily disabled.
setAutoOptions(TableModel) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Using autoOptions, the options displayed on the popup menu are automatically extracted from the associated TableModel.
setAutoOptions(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets the auto options flag.
setAutoSelection(boolean) - Method in class net.coderazzi.filters.TableFilter
Sets the autoselection mode
setBackground(Color) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
 
setBackground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets the background color used by the parsed-based editors.
setComparator(Class<?>, Comparator<?>) - Method in interface net.coderazzi.filters.IFilterTextParser
Sets a specific comparator for a given class, that should override the default Compare algorithm for the given class.
setComparator(Class<?>, Comparator<?>) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
setComparator(Class<?>, Comparator<?>) - Method in class net.coderazzi.filters.parser.Types
Defines the Comparator for the given class
setContent(Object) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Sets the content, adapted to the editors' type
setDefaultOperator(String) - Method in interface net.coderazzi.filters.IFilterTextParser
Defines the default operator when the user specifies none
setDefaultOperator(String) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
setDisabledForeground(Color) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Sets the color used to represent disabled state
setDisabledForeground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets the color used for disabled fields
setEditable(boolean) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Defines the editor, if text based -i.e., without associated ListCellRenderer, as editable: this flag means that the user can enter any text, not being limited to the existing options
setEnabled(boolean) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Enabled/Disables the editor, and the associate filter
setEnabled(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Enables/Disables the filters
setEnabled(boolean) - Method in class net.coderazzi.filters.UserFilter
Enables/disables the current filter
setErrorForeground(Color) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Sets the color used to show filter's errors (invalid syntax)
setErrorForeground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets the foreground color used by the parsing text editors when there are error on the filter expressions.
setFilterPosition(int) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Defines the filter position associated to this editor.
setFont(Font) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
 
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.editor.FilterEditor
 
setForeground(Color) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets the foreground color used by the editors.
setFormat(Format) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Defines the format, used in the options list to convert content into strings -if needed-
setFormat(Class<?>, Format) - Method in interface net.coderazzi.filters.IFilterTextParser
Provides the Format to build non basic types.
setFormat(Class<?>, Format) - Method in class net.coderazzi.filters.parser.FilterTextParser
Sets the Format for the given Class.
setFormat(Class<?>, Format) - Method in class net.coderazzi.filters.parser.Types
Defines the Types.StringTypeFormat for the given class
setIgnoreCase(boolean) - Method in interface net.coderazzi.filters.IFilterTextParser
Ignores case -if the operator is string based-
setIgnoreCase(boolean) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
setListCellRenderer(ListCellRenderer) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Sets the ListCellRenderer for the options / history.
setMaxHistory(int) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Limits the history size.
setMaxVisibleRows(int) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Sets the maximum number of visible rows in the popup menu (a minimum is always enforced)
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)
setOptions(Collection<?>) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Sets the available options, shown on the popup menu
setPosition(TableFilterHeader.Position) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Defines the behaviour of the header concerning its position related to the table.
setTable(JTable) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Attaches the table where the filtering will be applied.
setTable(JTable) - Method in class net.coderazzi.filters.TableFilter
Method to set the associated table.
setTableCellRenderer(int, TableCellRenderer) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets as renderer for the editor a generic TableCellRenderer, as used by the JTable
setTableFilter(TableFilter) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets a new table filter.
setTableFilter(TableFilter) - Method in class net.coderazzi.filters.UserFilter
Sets the associated filter, enabling automatically this user filter
setTableFilter(TableFilterHeader) - Method in class net.coderazzi.filters.UserFilter
Sets the associated filter, enabling automatically this user filter
setTableModel(TableModel) - Method in interface net.coderazzi.filters.IFilterTextParser
Associates a TableModel to the parser.
setTableModel(TableModel) - Method in class net.coderazzi.filters.parser.FilterTextParser
 
setTextParser(IFilterTextParser) - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Sets the IFilterTextParser; if the editor does not have a ListCellRenderer, a parser is mandatory
setTextParser(IFilterTextParser) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Sets the parser to be used on text filter editors.
setVisible(boolean) - Method in class net.coderazzi.filters.gui.TableFilterHeader
Hides / makes visible the header

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 - Static variable in class net.coderazzi.filters.gui.FilterSettings
The types used by default on the parser
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
 

U

unsetAutoOptions() - Method in class net.coderazzi.filters.gui.editor.FilterEditor
Unsets the autoOptions flag
UserFilter - Class in net.coderazzi.filters
Commodity class to implement a custom user filter.
UserFilter(TableFilterHeader) - Constructor for class net.coderazzi.filters.UserFilter
A UserFilter is expected to be associated to a TableFilter
UserFilter(TableFilter) - Constructor for class net.coderazzi.filters.UserFilter
A UserFilter is expected to be associated to a TableFilter

V

valueOf(String) - Static method in enum net.coderazzi.filters.gui.TableFilterHeader.Position
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.coderazzi.filters.gui.TableFilterHeader.Position
Returns an array containing the constants of this enum type, in the order they are declared.

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

Copyright © 2010 coderazzi. All Rights Reserved.