Frames | No Frames |
Classes implementing ca.odell.glazedlists.matchers.MatcherEditor | |
class | Basic building block for MatcherEditor implementations that
handles the details of dealing with registered MatcherEditor.Listener s. |
class | A MatcherEditor composed of zero or more delegate
MatcherEditor s. |
class | A MatcherEditor that produces Matchers which match Objects if they lie
within a range of Comparable s. |
class | A MatcherEditor that matches Objects against search text in a format similiar
to search engines. |
class | A matcher editor that matches Objects that contain a filter text string. |
class | A MatcherEditor which decorates a source MatcherEditor with functionality. |
class | A MatcherEditor that filters elements based on whether they are
greater than or less than a threshold. |
Classes implementing ca.odell.glazedlists.matchers.MatcherEditor | |
class | A MatcherEditor that matches Objects that contain the filter text located
within a JTextField . |
class | A MatcherEditor that matches Objects that contain the filter text located
within a Document . |