Interface ListModel<E>

Type Parameters:
E -
All Superinterfaces:
Removable<E>, Selectable<E>, Updatable
All Known Implementing Classes:
SimpleListModel

public interface ListModel<E> extends Selectable<E>, Updatable, Removable<E>
This list groups Selectable, Updatable and Removable interfaces