Class DecodersSelect

  • All Implemented Interfaces:
    ca.odell.glazedlists.matchers.MatcherEditor<org.bidib.jbidibc.messages.FeedbackPosition>, EventListener, ListSelectionListener

    public class DecodersSelect
    extends ca.odell.glazedlists.matchers.AbstractMatcherEditor<org.bidib.jbidibc.messages.FeedbackPosition>
    implements ListSelectionListener
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface ca.odell.glazedlists.matchers.MatcherEditor

        ca.odell.glazedlists.matchers.MatcherEditor.Event<E extends Object>, ca.odell.glazedlists.matchers.MatcherEditor.Listener<E extends Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodersSelect​(ca.odell.glazedlists.EventList<org.bidib.jbidibc.messages.FeedbackPosition> source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JList<String> getJList()
      Get the widget for selecting decoders.
      void valueChanged​(ListSelectionEvent e)
      When the JList selection changes, create a new Matcher and fire an event.
      • Methods inherited from class ca.odell.glazedlists.matchers.AbstractMatcherEditor

        fireChanged, fireConstrained, fireMatchAll, fireMatchNone, fireRelaxed, getMatcher, isCurrentlyMatchingAll, isCurrentlyMatchingNone
      • Methods inherited from class ca.odell.glazedlists.matchers.AbstractMatcherEditorListenerSupport

        addMatcherEditorListener, createChangedEvent, createConstrainedEvent, createMatchAllEvent, createMatchNoneEvent, createRelaxedEvent, fireChangedMatcher, removeMatcherEditorListener
    • Constructor Detail

      • DecodersSelect

        public DecodersSelect​(ca.odell.glazedlists.EventList<org.bidib.jbidibc.messages.FeedbackPosition> source)