| Package | Description |
|---|---|
| ch.sahits.game.javafx.model | |
| ch.sahits.game.javafx.util |
| Modifier and Type | Class and Description |
|---|---|
class |
TableHeader
Table header row.
|
| Modifier and Type | Field and Description |
|---|---|
private List<TableRow> |
Table.rows |
| Modifier and Type | Method and Description |
|---|---|
TableRow |
Table.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TableRow> |
Table.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.add(TableRow row) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaFXUtils.addCellToGridPane(javafx.scene.text.Font font,
javafx.scene.layout.GridPane grid,
int rowNum,
TableRow row,
int col,
ITableCell cell,
javafx.geometry.HPos hAlignment,
String textStyleClass)
Adding a table cell to the grid
|
private void |
JavaFXUtils.addCellToGridPane(int rowNum,
TableRow row,
int col,
ITableCell cell,
javafx.scene.Node node,
javafx.scene.layout.GridPane grid,
javafx.geometry.HPos halignment)
Add a node to the grid pane with respect to the different constraints,
that might be defined.
|
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.