Class DecodersSelect
- java.lang.Object
-
- ca.odell.glazedlists.matchers.AbstractMatcherEditorListenerSupport<E>
-
- 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
-
-
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.voidvalueChanged(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
-
-
-
-
Method Detail
-
valueChanged
public void valueChanged(ListSelectionEvent e)
When the JList selection changes, create a new Matcher and fire an event.- Specified by:
valueChangedin interfaceListSelectionListener
-
-