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
Constructors Constructor Description FeedbackPositionForDecodersMatcher(Collection<String> decoders)Create a newFeedbackPositionForDecodersMatcherthat matches onlyFeedbackPositions that have one or more user in the specified list.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(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 Detail
-
FeedbackPositionForDecodersMatcher
public FeedbackPositionForDecodersMatcher(Collection<String> decoders)
Create a newFeedbackPositionForDecodersMatcherthat matches onlyFeedbackPositions that have one or more user in the specified list.
-
-
Method Detail
-
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>
-
-