Package org.openstreetmap.josm.data
Interface SortableModel<T>
-
- Type Parameters:
T- item type
- All Superinterfaces:
ReorderableModel<T>
- All Known Subinterfaces:
SortableTableModel<T>
- All Known Implementing Classes:
FilterModel,FilterTableModel,MemberTableModel
public interface SortableModel<T> extends ReorderableModel<T>
Defines a model that can be sorted.- Since:
- 15226
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreverse()Reverse the items order.voidsort()Sort the items.-
Methods inherited from interface org.openstreetmap.josm.data.ReorderableModel
canMove, canMoveDown, canMoveUp, doMove, getValue, setValue
-
-