Uses of Class
ch.sahits.game.openpatrician.javafx.model.TableRow
-
Packages that use TableRow Package Description ch.sahits.game.openpatrician.javafx.model ch.sahits.game.openpatrician.javafx.service -
-
Uses of TableRow in ch.sahits.game.openpatrician.javafx.model
Subclasses of TableRow in ch.sahits.game.openpatrician.javafx.model Modifier and Type Class Description classTableHeaderTable header row.Methods in ch.sahits.game.openpatrician.javafx.model that return TableRow Modifier and Type Method Description TableRowTable. get(int index)Methods in ch.sahits.game.openpatrician.javafx.model that return types with arguments of type TableRow Modifier and Type Method Description java.util.Iterator<TableRow>Table. iterator()Methods in ch.sahits.game.openpatrician.javafx.model with parameters of type TableRow Modifier and Type Method Description voidTable. add(TableRow row) -
Uses of TableRow in ch.sahits.game.openpatrician.javafx.service
Methods in ch.sahits.game.openpatrician.javafx.service with parameters of type TableRow 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
-