Class FeedbackPositionsToDecoderList
- java.lang.Object
-
- ca.odell.glazedlists.AbstractEventList<E>
-
- ca.odell.glazedlists.TransformedList<org.bidib.jbidibc.messages.FeedbackPosition,String>
-
- org.bidib.wizard.mvc.main.view.panel.glazed.FeedbackPositionsToDecoderList
-
- All Implemented Interfaces:
ca.odell.glazedlists.event.ListEventListener<org.bidib.jbidibc.messages.FeedbackPosition>,ca.odell.glazedlists.EventList<String>,Iterable<String>,Collection<String>,EventListener,List<String>
public class FeedbackPositionsToDecoderList extends ca.odell.glazedlists.TransformedList<org.bidib.jbidibc.messages.FeedbackPosition,String>
-
-
Constructor Summary
Constructors Constructor Description FeedbackPositionsToDecoderList(ca.odell.glazedlists.EventList<org.bidib.jbidibc.messages.FeedbackPosition> source)Construct an FeedbackPositionsToDecoderList from an EventList that contains only FeedbackPosition objects.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(int index)Gets the decoder address at the specified index.protected booleanisWritable()voidlistChanged(ca.odell.glazedlists.event.ListEvent<org.bidib.jbidibc.messages.FeedbackPosition> listChanges)When the source position list changes, propogate the exact same changes for the positions list.-
Methods inherited from class ca.odell.glazedlists.TransformedList
add, addAll, clear, dispose, getSourceIndex, remove, removeAll, retainAll, set, size
-
Methods inherited from class ca.odell.glazedlists.AbstractEventList
add, addAll, addListEventListener, contains, containsAll, equals, getPublisher, getReadWriteLock, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeListEventListener, subList, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
replaceAll, sort, spliterator
-
-
-
-
Method Detail
-
get
public String get(int index)
Gets the decoder address at the specified index.
-
listChanged
public void listChanged(ca.odell.glazedlists.event.ListEvent<org.bidib.jbidibc.messages.FeedbackPosition> listChanges)
When the source position list changes, propogate the exact same changes for the positions list.- Specified by:
listChangedin interfaceca.odell.glazedlists.event.ListEventListener<org.bidib.jbidibc.messages.FeedbackPosition>- Specified by:
listChangedin classca.odell.glazedlists.TransformedList<org.bidib.jbidibc.messages.FeedbackPosition,String>
-
isWritable
protected boolean isWritable()
- Specified by:
isWritablein classca.odell.glazedlists.TransformedList<org.bidib.jbidibc.messages.FeedbackPosition,String>
-
-