Interface ReorderableTable


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

    • reorder

      void reorder​(int fromIndex, int toIndex)