Serialized Form
Package org.apache.lucene.swing.models |
listModel
ListModel listModel
rowToModelIndex
ArrayList<E> rowToModelIndex
- The reference links between the decorated ListModel
and this list model based on search criteria
directory
RAMDirectory directory
- In memory lucene index
analyzer
Analyzer analyzer
- Cached lucene analyzer
searchString
String searchString
- Cache the current search String. Also used internally to
key whether there is an active search running or not. i.e. if
searchString is null, there is no active search.
listModelListener
ListDataListener listModelListener
tableModel
TableModel tableModel
- The inner table model we are decorating
tableModelListener
TableModelListener tableModelListener
- This listener is used to register this class as a listener to
the decorated table model for update events
rowToModelIndex
ArrayList<E> rowToModelIndex
- these keeps reference to the decorated table model for data
only rows that match the search criteria are linked
directory
RAMDirectory directory
- In memory lucene index
analyzer
Analyzer analyzer
- Cached lucene analyzer
searchString
String searchString
- Cache the current search String. Also used internally to
key whether there is an active search running or not. i.e. if
searchString is null, there is no active search.
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.