Class HighScoreTable
java.lang.Object
ch.ladestation.connectncharge.model.game.gameinfo.HighScoreTable
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
editTableViews
(List<Player> playerList, String filePath) static void
initColumns
(javafx.scene.control.TableColumn<HighScorePlayer, Integer> rank, javafx.scene.control.TableColumn<HighScorePlayer, String> name, javafx.scene.control.TableColumn<HighScorePlayer, String> time) static void
initRowHeight
(javafx.scene.control.TableView<HighScorePlayer> tableView) static void
populateTableViews
(List<Player> playerList, javafx.scene.control.TableView<HighScorePlayer> tableView, javafx.scene.control.TableView<HighScorePlayer> restTableView)
-
Method Details
-
initRowHeight
-
initColumns
public static void initColumns(javafx.scene.control.TableColumn<HighScorePlayer, Integer> rank, javafx.scene.control.TableColumn<HighScorePlayer, String> name, javafx.scene.control.TableColumn<HighScorePlayer, String> time) -
populateTableViews
public static void populateTableViews(List<Player> playerList, javafx.scene.control.TableView<HighScorePlayer> tableView, javafx.scene.control.TableView<HighScorePlayer> restTableView) -
editTableViews
-