Interface ObservableListIndexSelection<T>

All Superinterfaces:
GetValueModel<T>, Iterable<T>, ObservableList<T>, ObservableValue<T>, Property
All Known Subinterfaces:
ObservableListIndexSelectionExt<T>, WritableListIndexSelection<T>, WritableListIndexSelectionExt<T>
All Known Implementing Classes:
ReadOnlyListIndexSelection, ReadOnlyListIndexSelectionExt, WritableListIndexSelectionImpl

public interface ObservableListIndexSelection<T> extends ObservableList<T>