Uses of Class
ch.ladestation.connectncharge.model.game.gameinfo.HighScorePlayer
Packages that use HighScorePlayer
Package
Description
contains classes representing player attributes.
-
Uses of HighScorePlayer in ch.ladestation.connectncharge.model.game.gameinfo
Method parameters in ch.ladestation.connectncharge.model.game.gameinfo with type arguments of type HighScorePlayerModifier and TypeMethodDescriptionstatic void
HighScoreTable.initColumns
(javafx.scene.control.TableColumn<HighScorePlayer, Integer> rank, javafx.scene.control.TableColumn<HighScorePlayer, String> name, javafx.scene.control.TableColumn<HighScorePlayer, String> time) static void
HighScoreTable.initRowHeight
(javafx.scene.control.TableView<HighScorePlayer> tableView) static void
HighScoreTable.populateTableViews
(List<Player> playerList, javafx.scene.control.TableView<HighScorePlayer> tableView, javafx.scene.control.TableView<HighScorePlayer> restTableView)