
ca.odell.glazedlists.matchers.FixedMatcherEditor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glazedlists Show documentation
Show all versions of glazedlists Show documentation
Event-driven lists for dynamically filtered and sorted tables
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