java.lang.Object
org.autogui.base.mapping.GuiReprCollectionTable.ListConverterArray
- All Implemented Interfaces:
GuiReprCollectionTable.ListConverter
- Enclosing class:
GuiReprCollectionTable
public static class GuiReprCollectionTable.ListConverterArray
extends Object
implements GuiReprCollectionTable.ListConverter
a converter for arrays: converting between a wrapping list and an array
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dim
protected int dim
-
-
Constructor Details
-
ListConverterArray
public ListConverterArray(int dim)
-
-
Method Details
-
toList
- Specified by:
toList
in interfaceGuiReprCollectionTable.ListConverter
-
fromList
- Specified by:
fromList
in interfaceGuiReprCollectionTable.ListConverter
-