| Package | Description |
|---|---|
| ca.odell.glazedlists | |
| ca.odell.glazedlists.matchers |
Implementations and classes useful for creating implementations of
MatcherEditor/Matchers
for use with FilterLists. |
| ca.odell.glazedlists.swing |
| Modifier and Type | Method and Description |
|---|---|
static <E> TextFilterator<E> |
GlazedLists.textFilterator(java.lang.Class<E> beanClass,
java.lang.String... propertyNames)
Creates a
TextFilterator that searches the given JavaBean
properties. |
static <E> TextFilterator<E> |
GlazedLists.textFilterator(java.lang.String... propertyNames)
Creates a
TextFilterator that searches the given JavaBean
properties. |
static <E> TextFilterator<E> |
GlazedLists.toStringTextFilterator()
Creates a
TextFilterator that searches against an Object's
toString() value. |
| Modifier and Type | Method and Description |
|---|---|
TextFilterator<? super E> |
TextMatcherEditor.getFilterator()
Get the filterator used to extract Strings from the matched elements.
|
TextFilterator<? super E> |
SearchEngineTextMatcherEditor.Field.getTextFilterator()
Returns the TextFilterator capable of extracting only the fields that
should be considered by SearchTerms using this Field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextMatcherEditor.setFilterator(TextFilterator<? super E> filterator)
Set the filterator used to extract Strings from the matched elements.
|
| Constructor and Description |
|---|
Field(java.lang.String name,
TextFilterator<? super E> textFilterator)
Creates a field with a name and
TextFilterator. |
SearchEngineTextMatcherEditor(TextFilterator<? super E> textFilterator)
Creates a SearchEngineTextMatcherEditor with the given
textFilterator. |
TextMatcherEditor(TextFilterator<? super E> filterator)
Creates a
TextMatcherEditor that matches Objects using the
specified TextFilterator to get the Strings to search. |
| Modifier and Type | Method and Description |
|---|---|
TextFilterator<? super E> |
AutoCompleteSupport.getTextFilterator()
Returns the
TextFilterator that extracts searchable strings from
each item in the ComboBoxModel. |
| Modifier and Type | Method and Description |
|---|---|
static <E> AutoCompleteSupport<E> |
AutoCompleteSupport.install(javax.swing.JComboBox comboBox,
EventList<E> items,
TextFilterator<? super E> filterator)
Installs support for autocompletion into the
comboBox and
returns the support object that is actually providing those facilities. |
static <E> AutoCompleteSupport<E> |
AutoCompleteSupport.install(javax.swing.JComboBox comboBox,
EventList<E> items,
TextFilterator<? super E> filterator,
java.text.Format format)
Installs support for autocompletion into the
comboBox and
returns the support object that is actually providing those facilities. |
| Constructor and Description |
|---|
SearchEngineTextFieldMatcherEditor(javax.swing.JTextField textField,
TextFilterator<? super E> textFilterator)
Creates a TextMatcherEditor bound to the given
textField
with the given textFilterator. |
TextComponentMatcherEditor(javax.swing.text.Document document,
TextFilterator<? super E> textFilterator)
Creates a TextMatcherEditor bound to the given
document
with the given textFilterator. |
TextComponentMatcherEditor(javax.swing.text.JTextComponent textComponent,
TextFilterator<? super E> textFilterator)
Creates a TextMatcherEditor bound to the
Document backing the
given textComponent with the given
textFilterator. |
TextComponentMatcherEditor(javax.swing.text.JTextComponent textComponent,
TextFilterator<? super E> textFilterator,
boolean live)
Creates a TextMatcherEditor bound to the
Document backing the
given textComponent with the given
textFilterator. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by buildd at 2016-02-14 5:12