Serialized Form


Package net.coderazzi.filters.artifacts

Class net.coderazzi.filters.artifacts.TableModelFilter extends AbstractTableModel implements Serializable

serialVersionUID: 8464799419424149436L

Serialized Fields

rowsMapper

int[] rowsMapper
Mapping from view rows to model rows.


validRows

int validRows
Number of valid elements in rowsMapper.


viewsMapper

int[] viewsMapper
Mapping from model rows to view rows; it only contains valid information if viewMap is true.


viewMap

boolean viewMap
Whether the information in viewsMapper is up to date.


tableModelListener

TableModelListener tableModelListener
Listener to the original tableModel events.


rowFilterEntry

net.coderazzi.filters.artifacts.TableModelFilter.RowFilterEntry rowFilterEntry
The RowFilter.Entry instance passed to the filter.


tableFilter

RowFilter tableFilter
The current filter, if any.


tableModel

TableModel tableModel
The attached table model.


Package net.coderazzi.filters.gui

Class net.coderazzi.filters.gui.CustomChoice extends Object implements Serializable

serialVersionUID: -2894134608058210332L

Serialized Fields

icon

Icon icon

str

String str

precedence

int precedence

Class net.coderazzi.filters.gui.HtmlChoiceRenderer extends JLabel implements Serializable

serialVersionUID: -825539410560961416L

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.


instantFilteringEnabled

boolean instantFilteringEnabled
Flag to handle instant filtering support.


autoCompletionEnabled

boolean autoCompletionEnabled
Flag to handle auto completion support.


maxHistory

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


filterRowHeightDelta

int filterRowHeightDelta
Setting to add / decrease height to the filter row.


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.