Interface ReorderableListModel<T>

Type Parameters:
T - the type of the elements of this model
All Superinterfaces:
ListModel<T>, Reorderable
All Known Subinterfaces:
FullyModifiableListModel
All Known Implementing Classes:
EnhancedListModel, UndoableListModel

public interface ReorderableListModel<T> extends Reorderable, ListModel<T>
Allow user to move items up/down within list.