|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameListResponse | |
---|---|
com.asdf.client | Client component of the software. |
com.asdf.gui.lobby | GUI components used to display game lobby. |
com.asdf.parser | Automatically generated parser class for Message objects |
Uses of GameListResponse in com.asdf.client |
---|
Methods in com.asdf.client that return GameListResponse | |
---|---|
GameListResponse |
LobbyModel.getGameList()
Gets listed games. |
Methods in com.asdf.client with parameters of type GameListResponse | |
---|---|
void |
LobbyModel.setGameList(GameListResponse response)
Sets games listed in lobby. |
void |
LobbyController.setGameList(GameListResponse response,
Filter filter)
Sets list of selected game visible in GUI and updates LobbyModel if necessary. |
Uses of GameListResponse in com.asdf.gui.lobby |
---|
Methods in com.asdf.gui.lobby with parameters of type GameListResponse | |
---|---|
void |
LobbyMiddlePanel.setData(GameListResponse gameList,
Filter filter)
Sets game list data to be shown on this panel. |
void |
LobbyGameTableModel.setDataGameList(GameListResponse data,
Filter filter)
Sets game list as a data for this table. |
Constructors in com.asdf.gui.lobby with parameters of type GameListResponse | |
---|---|
LobbyGameTableModel(GameListResponse listData)
Constructor for game list table. |
|
LobbyGameTableModel(GameListResponse listData,
Filter gameListFilter)
Constructor for game list table. |
Uses of GameListResponse in com.asdf.parser |
---|
Methods in com.asdf.parser that return GameListResponse | |
---|---|
GameListResponse |
ObjectFactory.createGameListResponse()
Create an instance of GameListResponse |
GameListResponse |
LobbyResponse.getGameList()
Gets the value of the gameList property. |
Methods in com.asdf.parser with parameters of type GameListResponse | |
---|---|
void |
LobbyResponse.setGameList(GameListResponse value)
Sets the value of the gameList property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |