Serialized Form


Package net.coderazzi.filters.gui

Class net.coderazzi.filters.gui.ParserModel.BooleanTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: -6014041038273288651L

Class net.coderazzi.filters.gui.ParserModel.ByteTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: -8872549512274058519L

Class net.coderazzi.filters.gui.ParserModel.CharacterTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: -7238741018044298862L

Class net.coderazzi.filters.gui.ParserModel.DoubleTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: -6081024614795175063L

Class net.coderazzi.filters.gui.ParserModel.EnumTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: -7238741018044298862L

Serialized Fields

enumClass

Class<T> enumClass

Class net.coderazzi.filters.gui.ParserModel.FloatTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: 945229095107692481L

Class net.coderazzi.filters.gui.ParserModel.IntegerTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: 314115124294512565L

Class net.coderazzi.filters.gui.ParserModel.LongTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: 1165105738539025608L

Class net.coderazzi.filters.gui.ParserModel.ShortTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: -2237230150685513628L

Class net.coderazzi.filters.gui.ParserModel.StringTypeFormat extends net.coderazzi.filters.gui.ParserModel.TypeFormat implements Serializable

serialVersionUID: 1641138429288273113L

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

serialVersionUID: 5217701111228491294L

Serialized Fields

backgroundSet

boolean backgroundSet
whether the user has explicitly provided colors/font.


foregroundSet

boolean foregroundSet

disabledBgColorSet

boolean disabledBgColorSet

disabledColorSet

boolean disabledColorSet

selectionBackgroundSet

boolean selectionBackgroundSet

selectionForegroundSet

boolean selectionForegroundSet

selectionColorSet

boolean selectionColorSet

gridColorSet

boolean gridColorSet

errorColorSet

boolean errorColorSet

fontSet

boolean fontSet

positionHelper

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


look

Look look
Appearance instance.


maxHistory

int maxHistory
This is the total max number of visible rows (history PLUS choices).


columnsController

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


filtersHandler

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


observers

Set<E> observers
The set of currently subscribed observers.


resizer

ComponentAdapter resizer
Helper to revalidate the controller when the table changes size.



Copyright © 2011 coderazzi. All Rights Reserved.