-
- All Known Subinterfaces:
FullyModifiableListModel
,ReorderableListModel<T>
- All Known Implementing Classes:
EnhancedListModel
,UndoableListModel
public interface Reorderable
Allow user to move items up/down within list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
moveAll(int[] pIndices, EnhancedListModel.Direction pDir)
-
-
-
Method Detail
-
moveAll
void moveAll(int[] pIndices, EnhancedListModel.Direction pDir)
-
-