Class DecodersSelect

java.lang.Object
ca.odell.glazedlists.matchers.AbstractMatcherEditorListenerSupport<org.bidib.jbidibc.messages.FeedbackPosition>
ca.odell.glazedlists.matchers.AbstractMatcherEditor<org.bidib.jbidibc.messages.FeedbackPosition>
org.bidib.wizard.mvc.main.view.panel.glazed.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>, ca.odell.glazedlists.matchers.MatcherEditor.Listener<E>
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    Get the widget for selecting decoders.
    void
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DecodersSelect

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