| Package | Description |
|---|---|
| ch.sahits.game.javafx.model | |
| ch.sahits.game.javafx.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlTableCell
Table cell containing a control.
|
class |
DynamicTextTableCell
Table vell containing a dynamic text that needs to be bound.
|
class |
StaticTextTableCell
Table cell containing a static text value.
|
| Modifier and Type | Field and Description |
|---|---|
private List<ITableCell> |
TableRow.cells |
private Map<ITableCell,ECellConstraint> |
TableRow.contraints |
| Modifier and Type | Method and Description |
|---|---|
ITableCell |
TableRow.get(int index) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ITableCell> |
TableRow.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableRow.add(ITableCell cell) |
void |
TableRow.add(ITableCell cell,
ECellConstraint contraint) |
ECellConstraint |
TableRow.getCellConstraint(ITableCell cell) |
boolean |
TableRow.hasConstraint(ITableCell cell) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaFXUtils.addCellToGridPane(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-2017 Sahits GmbH. All Rights Reserved.