java.lang.Object
org.autogui.swing.GuiSwingJsonTransfer.JsonFillLoop
- Enclosing class:
GuiSwingJsonTransfer
public static class GuiSwingJsonTransfer.JsonFillLoop
extends Object
implements Function<int[],Object>
a table value selector for specified row-and-column indices.
values are selected from specifiedRows and freeRows
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<List<GuiReprCollectionTable.CellValue>> protected Map<Integer, List<GuiReprCollectionTable.CellValue>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddRow(List<GuiReprCollectionTable.CellValue> updatedRow) apply(int[] pos) voidmoveSpecifiedToFree(Predicate<Integer> movingRow)
-
Field Details
-
specifiedRows
-
freeRows
-
rowToFreeIndex
-
-
Constructor Details
-
JsonFillLoop
public JsonFillLoop()
-
-
Method Details