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
ConstructorsConstructorDescriptionDecodersSelect(ca.odell.glazedlists.EventList<org.bidib.jbidibc.messages.FeedbackPosition> source) -
Method Summary
Modifier and TypeMethodDescriptiongetJList()Get the widget for selecting decoders.voidWhen 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, isCurrentlyMatchingNoneMethods inherited from class ca.odell.glazedlists.matchers.AbstractMatcherEditorListenerSupport
addMatcherEditorListener, createChangedEvent, createConstrainedEvent, createMatchAllEvent, createMatchNoneEvent, createRelaxedEvent, fireChangedMatcher, removeMatcherEditorListener
-
Constructor Details
-
DecodersSelect
public DecodersSelect(ca.odell.glazedlists.EventList<org.bidib.jbidibc.messages.FeedbackPosition> source)
-
-
Method Details
-
getJList
Get the widget for selecting decoders. -
valueChanged
When the JList selection changes, create a new Matcher and fire an event.- Specified by:
valueChangedin interfaceListSelectionListener
-