@Component @Lazy public class JavaFXUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.context.ApplicationContext |
context |
| Constructor and Description |
|---|
JavaFXUtils() |
| Modifier and Type | Method and Description |
|---|---|
void |
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 |
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.
|
javafx.scene.layout.GridPane |
createGridPaneFromModel(Table model)
Create a grid pane from a supplied table model.
|
MoneyTransfer |
getMoneyTransfer(IDataImageLoader imageLoader)
Create a new instance for the money transfer.
|
private int[] |
mapColIndices(TableRow row) |
public void addCellToGridPane(javafx.scene.layout.GridPane grid,
int rowNum,
TableRow row,
int col,
ITableCell cell,
javafx.geometry.HPos hAlignment,
String textStyleClass)
grid - grid pant to which to add.rowNum - row indexrow - table rowcol - column indexcell - the node is pased onhAlignment - horizontal alignmenttextStyleClass - private void addCellToGridPane(int rowNum,
TableRow row,
int col,
ITableCell cell,
javafx.scene.Node node,
javafx.scene.layout.GridPane grid,
javafx.geometry.HPos halignment)
rowNum - row indexrow - table rowcol - column indexcell - the node is pased onnode - node to be addedgrid - grid pant to which to add.halignment - horizontal alignmentpublic javafx.scene.layout.GridPane createGridPaneFromModel(Table model)
model - base modelprivate int[] mapColIndices(TableRow row)
public MoneyTransfer getMoneyTransfer(IDataImageLoader imageLoader)
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.