Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.table.search

Contains classes that are used for searching a JTable.

See:
          Description

Interface Summary
Search This is the object that performs the actual searching through a table structure.
SearchModel SearchModel defines the methods that will be used by objects that will search table structures.
SearchModelListener SearchModelListener is the listener that is notified when the searching of a table has been requested.
 

Class Summary
AbstractSearchPanel An abstract implementation of a search panel that can be easily extended.
BooleanVisualSeeker A VisualSeeker for Boolean values.
ColorStyle ColorStyle is a style that is used to highlight the matching cells of a search with a specified background color.
DateVisualSeeker A VisualSeeker for Date values.
DefaultSearchModel DefaultSearchModel is the default search model implementation.
NumericalVisualSeeker A VisualSeeker for numeric values.
SearchModelEvent An event used to search a table structure.
SearchPanel SearchPanel represents a panel for searching an entire table.
SearchTablePanel SearchTablePanel is a panel through which search model events are constructed and propagated to SearchModelListeners.
StringVisualSeeker A VisualSeeker for String values.
TableSearch TableSearch searches through tables with the use of a Filter.
TableSelector A simple SearchModelListener implementation for selecting the matching cells of a table when searching.
TableStyleSelector A simple SearchModelListener implementation that uses a Style to paint the matching cells of a table when searching with a different background color.
VisualSeeker This class represents an object through which searching can be manipulated visually from a SearchTablePanel.
 

Package com.citra.table.search Description

Contains classes that are used for searching a JTable.


Copyright © 2011 Citra Technologies. All Rights Reserved.