|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Player | |
---|---|
de.palmmedia.yahtzee | |
de.palmmedia.yahtzee.data |
Uses of Player in de.palmmedia.yahtzee |
---|
Methods in de.palmmedia.yahtzee that return types with arguments of type Player | |
---|---|
private List<Player> |
Program.getPlayers()
Get the players. |
Methods in de.palmmedia.yahtzee with parameters of type Player | |
---|---|
private void |
Program.initName(Player player,
int playerCheckBoxId,
int playerEditTextId)
Initializes the player's view elements. |
Uses of Player in de.palmmedia.yahtzee.data |
---|
Methods in de.palmmedia.yahtzee.data that return types with arguments of type Player | |
---|---|
List<Player> |
DataRepository.getPlayers()
Get the saved players. |
Method parameters in de.palmmedia.yahtzee.data with type arguments of type Player | |
---|---|
void |
DataRepository.savePlayers(List<Player> players)
Save the players. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |