Uses of Class
ca.odell.glazedlists.matchers.AbstractMatcherEditorListenerSupport
-
Packages that use AbstractMatcherEditorListenerSupport Package Description ca.odell.glazedlists.matchers Implementations and classes useful for creating implementations ofMatcherEditor/Matchersfor use withFilterLists.ca.odell.glazedlists.swing -
-
Uses of AbstractMatcherEditorListenerSupport in ca.odell.glazedlists.matchers
Subclasses of AbstractMatcherEditorListenerSupport in ca.odell.glazedlists.matchers Modifier and Type Class Description classAbstractMatcherEditor<E>Basic building block forMatcherEditorimplementations that handles the details of dealing with registeredMatcherEditor.Listeners.classCompositeMatcherEditor<E>AMatcherEditorcomposed of zero or more delegateMatcherEditors.classRangeMatcherEditor<D extends java.lang.Comparable,E>A MatcherEditor that produces Matchers which match Objects if they lie within a range ofComparables.classSearchEngineTextMatcherEditor<E>A MatcherEditor that matches Objects against search text in a format similiar to search engines.classTextMatcherEditor<E>A matcher editor that matches Objects that contain a filter text string.classThreadedMatcherEditor<E>A MatcherEditor which decorates a source MatcherEditor with functionality.classThresholdMatcherEditor<E,T>AMatcherEditorthat filters elements based on whether they are greater than or less than a threshold. -
Uses of AbstractMatcherEditorListenerSupport in ca.odell.glazedlists.swing
Subclasses of AbstractMatcherEditorListenerSupport in ca.odell.glazedlists.swing Modifier and Type Class Description classSearchEngineTextFieldMatcherEditor<E>A MatcherEditor that matches Objects that contain the filter text located within aJTextField.classTextComponentMatcherEditor<E>A MatcherEditor that matches Objects that contain the filter text located within aDocument.
-