Uses of Interface
ca.odell.glazedlists.TextFilterator

Packages that use TextFilterator
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   
ca.odell.glazedlists.swt   
 

Uses of TextFilterator in ca.odell.glazedlists
 

Methods in ca.odell.glazedlists that return TextFilterator
static
<E> TextFilterator<E>
GlazedLists.textFilterator(Class<E> beanClass, String... propertyNames)
          Creates a TextFilterator that searches the given JavaBean properties.
static
<E> TextFilterator<E>
GlazedLists.textFilterator(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.
 

Uses of TextFilterator in ca.odell.glazedlists.matchers
 

Methods in ca.odell.glazedlists.matchers that return TextFilterator
 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.
 

Methods in ca.odell.glazedlists.matchers with parameters of type TextFilterator
 void TextMatcherEditor.setFilterator(TextFilterator<? super E> filterator)
          Set the filterator used to extract Strings from the matched elements.
 

Constructors in ca.odell.glazedlists.matchers with parameters of type TextFilterator
SearchEngineTextMatcherEditor.Field(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.
 

Uses of TextFilterator in ca.odell.glazedlists.swing
 

Methods in ca.odell.glazedlists.swing that return TextFilterator
 TextFilterator<? super E> AutoCompleteSupport.getTextFilterator()
          Returns the TextFilterator that extracts searchable strings from each item in the ComboBoxModel.
 

Methods in ca.odell.glazedlists.swing with parameters of type TextFilterator
static
<E> AutoCompleteSupport<E>
AutoCompleteSupport.install(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(JComboBox comboBox, EventList<E> items, TextFilterator<? super E> filterator, Format format)
          Installs support for autocompletion into the comboBox and returns the support object that is actually providing those facilities.
 

Constructors in ca.odell.glazedlists.swing with parameters of type TextFilterator
SearchEngineTextFieldMatcherEditor(JTextField textField, TextFilterator<? super E> textFilterator)
          Creates a TextMatcherEditor bound to the given textField with the given textFilterator.
TextComponentMatcherEditor(Document document, TextFilterator<? super E> textFilterator)
          Creates a TextMatcherEditor bound to the given document with the given textFilterator.
TextComponentMatcherEditor(JTextComponent textComponent, TextFilterator<? super E> textFilterator, boolean live)
          Creates a TextMatcherEditor bound to the Document backing the given textComponent with the given textFilterator.
TextComponentMatcherEditor(JTextComponent textComponent, TextFilterator<E> textFilterator)
          Creates a TextMatcherEditor bound to the Document backing the given textComponent with the given textFilterator.
 

Uses of TextFilterator in ca.odell.glazedlists.swt
 

Constructors in ca.odell.glazedlists.swt with parameters of type TextFilterator
SearchEngineTextWidgetMatcherEditor(Text text, TextFilterator<? super E> textFilterator)
          Creates a TextWidgetMatcherEditor bound to the provided Text with the given textFilterator.
TextWidgetMatcherEditor(Text text, TextFilterator<E> textFilterator)
          Creates a TextWidgetMatcherEditor bound to the provided Text with the given textFilterator.
TextWidgetMatcherEditor(Text text, TextFilterator<E> textFilterator, boolean live)
          Creates a TextWidgetMatcherEditor bound to the provided Text with the given textFilterator where filtering can be specified as "live" or to be based on another event such as the user pressing Enter or a button being clicked.
 



Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2013-02-07 9:25