Serialized Form


Package net.coderazzi.filters.gui

Class net.coderazzi.filters.gui.TableFilterHeader extends JPanel implements Serializable

serialVersionUID: 5217701111228491294L

Serialized Fields

errorColor

Color errorColor
Colors for the filters


disabledForeground

Color disabledForeground
Colors for the filters


backgroundSet

boolean backgroundSet
whether the user has explicitly provided colors/font


foregroundSet

boolean foregroundSet
whether the user has explicitly provided colors/font


disabledSet

boolean disabledSet
whether the user has explicitly provided colors/font


fontSet

boolean fontSet
whether the user has explicitly provided colors/font


enabled

boolean enabled
Whether the component is enabled (cannot be delegated to the parent


autoOptions

boolean autoOptions
If true,filter editors will automatically extract the content from the table


positionHelper

net.coderazzi.filters.gui.PositionHelper positionHelper
The associated locator to handle the location of the filter in the table header


maxVisibleRows

int maxVisibleRows
This is the total max number of visible rows (history PLUS options)


columnsController

net.coderazzi.filters.gui.TableFilterHeader.FilterColumnsControllerPanel columnsController
The columnsController is a glue component, controlling the filters associated to each column


filterTextParser

IFilterTextParser filterTextParser
The filterTextParser to use on text based editors


table

JTable table
The associated table


filtersHandler

TableFilter filtersHandler
The privately owned instance of TableFilter that conforms the filter defined by the TableFilterHeader


observers

Set<E> observers
The set of currently subscribed observers


resizer

ComponentAdapter resizer
Helper to Revalidate automatically the controller when the table changes size


Package net.coderazzi.filters.gui.editor

Class net.coderazzi.filters.gui.editor.EditorComponent.Rendered extends JComponent implements Serializable

serialVersionUID: -7162028817569553287L

Serialized Fields

content

Object content

renderer

net.coderazzi.filters.gui.editor.FilterListCellRenderer renderer

painter

CellRendererPane painter

parser

IFilterTextParser parser

filter

RowFilter<M,I> filter

errorColor

Color errorColor

disabledColor

Color disabledColor

cachedContent

Object cachedContent

filterPosition

int filterPosition

Class net.coderazzi.filters.gui.editor.FilterEditor extends JComponent implements Serializable

serialVersionUID: 6908400421021655278L

Serialized Fields

autoOptionsHandler

net.coderazzi.filters.gui.editor.FilterEditor.AutoOptionsHandler autoOptionsHandler

textParserListener

PropertyChangeListener textParserListener

border

net.coderazzi.filters.gui.editor.FilterEditor.EditorBorder border

downButton

net.coderazzi.filters.gui.editor.FilterEditor.FilterArrowButton downButton

filter

net.coderazzi.filters.gui.editor.FilterEditor.Filter filter

editor

net.coderazzi.filters.gui.editor.EditorComponent editor

popup

net.coderazzi.filters.gui.editor.PopupComponent popup

Package net.coderazzi.filters.parser

Class net.coderazzi.filters.parser.Types.BooleanTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: -6014041038273288651L

Class net.coderazzi.filters.parser.Types.ByteTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: -8872549512274058519L

Class net.coderazzi.filters.parser.Types.CharacterTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: -7238741018044298862L

Class net.coderazzi.filters.parser.Types.DoubleTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: -6081024614795175063L

Class net.coderazzi.filters.parser.Types.FloatTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: 945229095107692481L

Class net.coderazzi.filters.parser.Types.IntegerTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: 314115124294512565L

Class net.coderazzi.filters.parser.Types.LongTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: 1165105738539025608L

Class net.coderazzi.filters.parser.Types.ShortTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: -2237230150685513628L

Class net.coderazzi.filters.parser.Types.StringTypeFormat extends net.coderazzi.filters.parser.Types.TypeFormat implements Serializable

serialVersionUID: 1641138429288273113L