public interface GUIInterface
Modifier and Type | Method and Description |
---|---|
void |
addUser(String name) |
void |
chooseConfiguration() |
void |
choosePlayerCount() |
void |
chooseRoomname() |
void |
chooseSpectatorRole() |
void |
chooseStartingPlayer(String name) |
void |
clickArrangeTournament() |
void |
clickCancelGame() |
void |
clickContinueGame() |
void |
clickDone() |
void |
clickPauseGame() |
void |
clickStart() |
void |
closeWindow() |
void |
dragClientIntoGame() |
void |
setTournamentBracket(TournamentBracketModel b) |
void |
setTournamentHeight() |
void |
showStartupScreen() |
void |
showTournamentBracket() |
void |
showTournamentBracketHeight() |
void |
showTournamentLevelPlayers(Integer level,
List<de.smarten.tsuro.shared.gamemodel.Client> clientlist) |
void |
updateView() |
void |
updateWindow() |
void addUser(String name)
void chooseSpectatorRole()
void choosePlayerCount()
void chooseRoomname()
void chooseStartingPlayer(String name)
void clickArrangeTournament()
void clickCancelGame()
void clickContinueGame()
void clickDone()
void clickPauseGame()
void clickStart()
void closeWindow()
void dragClientIntoGame()
void setTournamentHeight()
void setTournamentBracket(TournamentBracketModel b)
void showStartupScreen()
void showTournamentBracket()
void showTournamentBracketHeight()
void showTournamentLevelPlayers(Integer level, List<de.smarten.tsuro.shared.gamemodel.Client> clientlist)
void updateView()
void updateWindow()
Copyright © 2017 smarTen. All rights reserved.