public interface ReorderableTable
Interface which the table model must implement in order to reorder rows
with drag and drop
-
Method Summary
Modifier and Type |
Method |
Description |
void |
reorder(int fromIndex,
int toIndex) |
|
-
Method Details
-
void reorder(int fromIndex,
int toIndex)