Moved table UI classes into their own package

This commit is contained in:
Vhati 2013-11-19 02:06:29 -05:00
parent ccff62d261
commit 6ca3fad77b
6 changed files with 161 additions and 98 deletions

View file

@ -1,9 +0,0 @@
package net.vhati.modmanager.ui;
public interface Reorderable {
/**
* Moves an element at fromIndex to toIndex.
*/
public void reorder( int fromIndex, int toIndex );
}