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 Details

  • 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:
      matches in interface ca.odell.glazedlists.matchers.Matcher<org.bidib.jbidibc.messages.FeedbackPosition>