Uses of Interface
ch.sahits.game.openpatrician.javafx.model.ITableCell
-
Packages that use ITableCell Package Description ch.sahits.game.openpatrician.javafx.model ch.sahits.game.openpatrician.javafx.service -
-
Uses of ITableCell in ch.sahits.game.openpatrician.javafx.model
Classes in ch.sahits.game.openpatrician.javafx.model that implement ITableCell Modifier and Type Class Description classControlTableCellTable cell containing a control.classDynamicTextTableCellTable vell containing a dynamic text that needs to be bound.classStaticTextTableCellTable cell containing a static text value.Methods in ch.sahits.game.openpatrician.javafx.model that return ITableCell Modifier and Type Method Description ITableCellTableRow. get(int index)Methods in ch.sahits.game.openpatrician.javafx.model that return types with arguments of type ITableCell Modifier and Type Method Description java.util.Iterator<ITableCell>TableRow. iterator()Methods in ch.sahits.game.openpatrician.javafx.model with parameters of type ITableCell Modifier and Type Method Description voidTableRow. add(ITableCell cell)voidTableRow. add(ITableCell cell, ECellConstraint contraint)ECellConstraintTableRow. getCellConstraint(ITableCell cell)booleanTableRow. hasConstraint(ITableCell cell) -
Uses of ITableCell in ch.sahits.game.openpatrician.javafx.service
Methods in ch.sahits.game.openpatrician.javafx.service with parameters of type ITableCell Modifier and Type Method Description voidJavaFXUtils. 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
-