Class FeedbackPositionForDecodersMatcher
java.lang.Object
org.bidib.wizard.mvc.main.view.panel.glazed.FeedbackPositionForDecodersMatcher
- All Implemented Interfaces:
ca.odell.glazedlists.matchers.Matcher<org.bidib.jbidibc.messages.FeedbackPosition>
public class FeedbackPositionForDecodersMatcher
extends Object
implements ca.odell.glazedlists.matchers.Matcher<org.bidib.jbidibc.messages.FeedbackPosition>
-
Constructor Summary
ConstructorsConstructorDescriptionFeedbackPositionForDecodersMatcher(Collection<String> decoders) Create a newFeedbackPositionForDecodersMatcherthat matches onlyFeedbackPositions that have one or more user in the specified list. -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(org.bidib.jbidibc.messages.FeedbackPosition position) Test whether to include or not include the specified feedback position based on whether or not their decoder is selected.
-
Constructor Details
-
FeedbackPositionForDecodersMatcher
Create a newFeedbackPositionForDecodersMatcherthat matches onlyFeedbackPositions that have one or more user in the specified list.
-
-
Method Details
-
matches
public boolean matches(org.bidib.jbidibc.messages.FeedbackPosition position) Test whether to include or not include the specified feedback position based on whether or not their decoder is selected.- Specified by:
matchesin interfaceca.odell.glazedlists.matchers.Matcher<org.bidib.jbidibc.messages.FeedbackPosition>
-