public static interface MainGui.WrapperRowSource<T extends GTNWrapper>
| Modifier and Type | Method and Description |
|---|---|
T |
get(int index)
Get the entire structure in the Nth row of the table.
|
T get(int index) throws java.lang.IndexOutOfBoundsException
index - zero-based row indexjava.lang.IndexOutOfBoundsException - if index is out of range