Package | Description |
---|---|
datatypes | |
gui |
Modifier and Type | Method and Description |
---|---|
static Game |
Game.get(String pName)
Returns the game object for the specified name.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Game> |
Game.getGameMap()
Returns the game Map that contains all Game objects.
|
Modifier and Type | Method and Description |
---|---|
Game |
EditGameDialog.getGame()
Returns the edited Game object.
|
Modifier and Type | Method and Description |
---|---|
void |
PlayerDialog.setList(PlayerList list,
Game game)
Sets the current PlayerList to be displayed.
|
Constructor and Description |
---|
EditGameDialog(Game g) |