public class ListWithSelection<E>
extends java.util.ArrayList<E>
Constructor and Description |
---|
ListWithSelection() |
ListWithSelection(java.util.Collection<? extends E> collection) |
ListWithSelection(java.util.Collection<? extends E> collection,
E selection) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getSelectedIndex() |
E |
getSelection() |
boolean |
select(E object) |
void |
selectFirst() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait