Package org.rspeer.game.script.meta.ui
Class ListPair<T extends Enum<?>>
- java.lang.Object
-
- org.rspeer.game.script.meta.ui.ListPair<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JList<T>
getSource()
JList<T>
getTarget()
int[]
getTargetOrdinals()
Class<T>
getType()
-