All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ca.odell.glazedlists.matchers.FixedMatcherEditor Maven / Gradle / Ivy

The newest version!
/* Glazed Lists                                                 (c) 2003-2006 */
/* http://publicobject.com/glazedlists/                      publicobject.com,*/
/*                                                     O'Dell Engineering Ltd.*/
package ca.odell.glazedlists.matchers;

/**
 * A {@link MatcherEditor} whose {@link Matcher} never changes.
 *
 * @author Jesse Wilson
 */
final class FixedMatcherEditor extends AbstractMatcherEditor {

    /**
     * Create a {@link FixedMatcherEditor} for the specified {@link Matcher}.
     */
    FixedMatcherEditor(Matcher matcher) {
        super.fireChanged(matcher);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy