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 voidHighScoreTable.initColumns(javafx.scene.control.TableColumn<HighScorePlayer, Integer> rank, javafx.scene.control.TableColumn<HighScorePlayer, String> name, javafx.scene.control.TableColumn<HighScorePlayer, String> time) static voidHighScoreTable.initRowHeight(javafx.scene.control.TableView<HighScorePlayer> tableView) static voidHighScoreTable.populateTableViews(List<Player> playerList, javafx.scene.control.TableView<HighScorePlayer> tableView, javafx.scene.control.TableView<HighScorePlayer> restTableView)