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