protected class Table.RowsControl extends Object implements DimensionControl<Row>
| Modifier | Constructor and Description |
|---|---|
protected |
RowsControl() |
| Modifier and Type | Method and Description |
|---|---|
Row |
createEntry(int startCoord,
int endCoord) |
Row |
entryKey(int coord) |
void |
entrySplit(Row splitEntry,
Row newEntry) |
public Row entryKey(int coord)
entryKey in interface DimensionControl<Row>public Row createEntry(int startCoord, int endCoord)
createEntry in interface DimensionControl<Row>public void entrySplit(Row splitEntry, Row newEntry)
entrySplit in interface DimensionControl<Row>Copyright © 2017. All rights reserved.