Package com.sciapp.filter

Provides classes that act as filters in order to be used by FilterTableModel.

See:
          Description

Interface Summary
FilterHeaderCallback This interface defines a method that is called when a mouse event is detected on the table's header.
 

Class Summary
AndTableFilter A TableFilter that implements the logical AND operator on individual TableFilters.
BooleanFilter A boolean filter.
BooleanVisualFilter A VisualFilter for Boolean values.
ComparisonFilter A general comparison filter.
CustomPopupFilterHeaderModel CustomPopupFilterHeaderModel overrides PopupFilterHeaderModel in order to supply a custom filter.
DateFilter A date filter.
DateVisualFilter A VisualFilter for Date values.
Filter This abstract class defines a filter.
FilterHeaderModel FilterHeaderModel is used to provide real-time row filtering via a component that is installed on the table header.
FilterModel FilterModel defines the methods that will be used by objects that will normally filter the data of tables.
FilterTableHeader FilterTableHeader overrides processMouseEvent in order to forward all mouse events, generated on the header, to the callback instance.
FilterTablePanel FilterTablePanel is a panel through which filter events are propagated to a FilterTableModel.
NotTableFilter A TableFilter that implements the logical NEGATION operator.
NumericFilter A numeric filter that matches the integer part of the Number objects supplied.
NumericVisualFilter A VisualFilter for numeric values.
OrTableFilter A TableFilter that implements the logical OR operator on individual TableFilters.
PopupFilterHeaderModel PopupFilterHeaderModel uses an arrow button in order to provide real-time row filtering.
StringFilter A string filter.
StringVisualFilter A VisualFilter for String values.
TableFilter TableFilter is used in order to filter the rows of a JTable.
VisualFilter This class represents an object through which filters can be manipulated visually in a FilterTablePanel.
 

Package com.sciapp.filter Description

Provides classes that act as filters in order to be used by FilterTableModel.