first commit
This commit is contained in:
parent
352e1653f8
commit
16a197e856
44 changed files with 5942 additions and 3 deletions
9
src/main/java/net/vhati/modmanager/ui/Reorderable.java
Normal file
9
src/main/java/net/vhati/modmanager/ui/Reorderable.java
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package net.vhati.modmanager.ui;
|
||||
|
||||
|
||||
public interface Reorderable {
|
||||
/**
|
||||
* Moves an element at fromIndex to toIndex.
|
||||
*/
|
||||
public void reorder( int fromIndex, int toIndex );
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue