Interface Reorderable

All Known Implementing Classes:
MacroTableModel

public interface Reorderable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reorder(int fromIndex, int toIndex, int rowCount)
     
  • Method Details

    • reorder

      void reorder(int fromIndex, int toIndex, int rowCount)