Interface SortableListModel<T>
-
- All Superinterfaces:
javax.swing.ListModel<T>,MutableListModel<T>
- All Known Implementing Classes:
SortableListModelImpl
public interface SortableListModel<T> extends MutableListModel<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsort(java.util.Comparator<T> comparator)-
Methods inherited from interface javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
-
Methods inherited from interface org.processmining.framework.util.ui.widgets.traceview.model.MutableListModel
add, addAll, clear
-
-
-
-
Method Detail
-
sort
void sort(java.util.Comparator<T> comparator)
-
-