-
- All Superinterfaces:
ListModel,Reorderable,ReorderableListModel
public interface FullyModifiableListModel extends ReorderableListModel
Allow user to move items up/down within list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinsertAll(Collection<?> pObjects, int pIdx)voidremoveAll(int[] pIndices)-
Methods inherited from interface javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
-
Methods inherited from interface com.iamsoft.util.ui.Reorderable
moveAll
-
-
-
-
Method Detail
-
insertAll
void insertAll(Collection<?> pObjects, int pIdx)
-
removeAll
void removeAll(int[] pIndices)
-
-