Uses of Class
com.asdf.utils.Filter

Packages that use Filter
com.asdf.client Client component of the software. 
com.asdf.gui.lobby GUI components used to display game lobby. 
 

Uses of Filter in com.asdf.client
 

Methods in com.asdf.client with parameters of type Filter
 void LobbyController.setGameList(GameListResponse response, Filter filter)
          Sets list of selected game visible in GUI and updates LobbyModel if necessary.
 

Uses of Filter in com.asdf.gui.lobby
 

Methods in com.asdf.gui.lobby with parameters of type Filter
 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 Filter
LobbyGameTableModel(GameListResponse listData, Filter gameListFilter)
          Constructor for game list table.