-
- 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.
-
-
Method Summary
-
Methods inherited from interface javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
-
Methods inherited from interface com.iamsoft.util.ui.Reorderable
moveAll
-
-