|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GameDetailsResponse | |
|---|---|
| com.asdf.client | Client component of the software. |
| com.asdf.common | Common classes shared by client and server. |
| com.asdf.gui.lobby | GUI components used to display game lobby. |
| com.asdf.parser | Automatically generated parser class for Message objects |
| com.asdf.server | Server component of the software. |
| Uses of GameDetailsResponse in com.asdf.client |
|---|
| Methods in com.asdf.client with parameters of type GameDetailsResponse | |
|---|---|
void |
LobbyController.setGameDetails(GameDetailsResponse response)
Sets details of selected game visible in GUI or shows panel for creating games. |
| Uses of GameDetailsResponse in com.asdf.common |
|---|
| Methods in com.asdf.common with parameters of type GameDetailsResponse | |
|---|---|
void |
Game.detailsSync(GameDetailsResponse a)
Requests the game to return a description of itself. |
| Uses of GameDetailsResponse in com.asdf.gui.lobby |
|---|
| Methods in com.asdf.gui.lobby with parameters of type GameDetailsResponse | |
|---|---|
void |
LobbyGameTableModel.setGameDetailsList(GameDetailsResponse data)
Sets game details as a data for this table. |
void |
LobbyRightPanel.showGameDetails(GameDetailsResponse details)
Sets details of a game showing on this panel. |
void |
LobbyFrame.showGameDetailsPanel(GameDetailsResponse response)
Shows game details panel on the right. |
| Constructors in com.asdf.gui.lobby with parameters of type GameDetailsResponse | |
|---|---|
LobbyGameTableModel(GameDetailsResponse detailsData)
Constructor for game details table. |
|
| Uses of GameDetailsResponse in com.asdf.parser |
|---|
| Methods in com.asdf.parser that return GameDetailsResponse | |
|---|---|
GameDetailsResponse |
ObjectFactory.createGameDetailsResponse()
Create an instance of GameDetailsResponse |
GameDetailsResponse |
LobbyResponse.getGameDetails()
Gets the value of the gameDetails property. |
| Methods in com.asdf.parser with parameters of type GameDetailsResponse | |
|---|---|
void |
LobbyResponse.setGameDetails(GameDetailsResponse value)
Sets the value of the gameDetails property. |
| Uses of GameDetailsResponse in com.asdf.server |
|---|
| Methods in com.asdf.server with parameters of type GameDetailsResponse | |
|---|---|
void |
GameManager.getGameDetails(GameDetailsResponse gres,
java.lang.Long gameID)
Asks for detailed information from a single game. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||