Package org.openpnp.vision.pipeline.ui
Interface Reorderable
-
- All Known Implementing Classes:
StagesTableModel
public interface Reorderable
From: http://stackoverflow.com/questions/638807/how-do-i-drag-and-drop-a-row-in-a-jtable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reorder(int fromIndex, int toIndex)
-