| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.javafx.model | |
| ch.sahits.game.openpatrician.javafx.service |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TableHeader |
Table header row.
|
| Modifier and Type | Method | Description |
|---|---|---|
TableRow |
Table.get(int index) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<TableRow> |
Table.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Table.add(TableRow row) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
JavaFXUtils.addCellToGridPane(javafx.scene.layout.GridPane grid,
int rowNum,
TableRow row,
int col,
ITableCell cell,
javafx.geometry.HPos hAlignment,
java.lang.String textStyleClass) |
Adding a table cell to the grid
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.