Class ListIndexModel

java.lang.Object
All Implemented Interfaces:
Proxy, ListModelJavaList<ListIndexModel.ListIndex>, Iterable<ListIndexModel.ListIndex>, Collection<ListIndexModel.ListIndex>, List<ListIndexModel.ListIndex>, SequencedCollection<ListIndexModel.ListIndex>, ListModel<ListIndexModel.ListIndex>

public class ListIndexModel extends GObject implements ListModel<ListIndexModel.ListIndex>
An implementation of the ListModel interface that returns the index of a list item instead of an actual item. The index can be used to retrieve Java objects from a regular List.