- gameContinueNotificationCallback() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- gameJoined() - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- gameListButtons - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- gameListGridPane - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- gameListMessage - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- gameListNameField - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- gameListResponseCallback(List<Game>) - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverClientControl
-
Is called when a GameListResponse has been received.
- gameListResponseCallback(List<Game>) - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- gameListResponseCallbackTest - Class in client.observer.desktop
-
not finished, under construction
- gameListResponseCallbackTest() - Constructor for class client.observer.desktop.gameListResponseCallbackTest
-
- gameListScrollPane - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- gameModel - Variable in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- gameModel - Variable in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- gameModel - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- gamePauseNotificationCallback() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- gameStartNotificationCallback() - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverClientControl
-
Is used when a GameStartNotification has been sent.
- gameStartNotificationCallback() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- gameWon(Iterator<Player>) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
Is called when one or multiple player/s won the game.
- getClientName() - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverClientControl
-
Returns the name of the client.
- getClientName() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- getConnectionState() - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverClientControl
-
Returns the current connection state,
1 stands for "connected", 0 for "not connected".
- getConnectionState() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- getDefault() - Static method in class de.smarten.tsuro.client.observer.desktop.controller.Activator
-
Returns the shared instance
- getGameListGridPane() - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- getGui() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
function necessary and used for testing
- getImageDescriptor(String) - Static method in class de.smarten.tsuro.client.observer.desktop.controller.Activator
-
Returns an image descriptor for the image file at the given
plug-in relative path
- getMessageText() - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
function necessary and used for testing
- getNetworkAddress() - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverClientControl
-
Returns the networkAddress of the server the client is connected to
- getNetworkAddress() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- getObserverClientControl() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- getObserverGuiControl() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
function necessary and used for testing
- getObserverGUIControl() - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- getPlayerIndexWithOffset(int, int) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- getScene() - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
Returns the scene that was created in the constructor or null if
the scene could not be created
- gui - Variable in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- GUI - Class in de.smarten.tsuro.client.observer.desktop.view
-
- GUI() - Constructor for class de.smarten.tsuro.client.observer.desktop.view.GUI
-
constructor without the gameModel
- GUI(GameModel) - Constructor for class de.smarten.tsuro.client.observer.desktop.view.GUI
-
constructor with the gameModel
- GUI.Direction - Enum in de.smarten.tsuro.client.observer.desktop.view
-
- GuiEventHandler - Class in de.smarten.tsuro.client.observer.desktop.controller
-
The GuiEventHandler Class.
- GuiEventHandler() - Constructor for class de.smarten.tsuro.client.observer.desktop.controller.GuiEventHandler
-
- GuiEventHandler(GUI) - Constructor for class de.smarten.tsuro.client.observer.desktop.controller.GuiEventHandler
-
- guiEventHandler - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- guiHelper - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- scene - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- sendJoinDetails(boolean) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- setBlockedPosition(Position) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
applies the style of a blocked tile to the board tile on the given position
- setError(String, String) - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverClientControl
-
Forwards an error message to the GUIControl and the source of the error, e.g.
- setError(String, String) - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverGUIControl
-
Receives an error message and the source of the error (e.g.
- setError(String, String) - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- setError(String, String) - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- setFxFocus() - Method in class de.smarten.tsuro.client.observer.desktop.view.DesktopObserverViewPart
-
- setGameJoined() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- setGameList(List<Game>) - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverGUIControl
-
Receives a List of Game objects and forwards this list to the gui for displaying it.
- setGameList(List<Game>) - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- setGameListMessage(String) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
sets the text for the message in the gameList scene
- setGameModel(GameModel) - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverGUIControl
-
This method sets the GameModel variable of this class.
- setGameModel(GameModel) - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- setGui(GUI) - Method in class de.smarten.tsuro.client.observer.desktop.controller.GuiEventHandler
-
- setGuiControl(ObserverGUIControl) - Method in class de.smarten.tsuro.client.observer.desktop.controller.GuiEventHandler
-
- setMessage(String, String) - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverClientControl
-
Forwards a message to the GUIControl and the source of the message, e.g.
- setMessage(String, String) - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverGUIControl
-
Receives an message and the source of the error (e.g.
- setMessage(String, String) - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- setMessage(String, String) - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- setPlayerStatus(Player, KickState) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
sets the output text for the player status depending on the KickState
- setTokenPos(Player, Position, Gate) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
sets the position on the board of a given token
if the position is not null
- showError(String) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
sets the text for the error message
- showError(String) - Method in interface de.smarten.tsuro.client.observer.desktop.view.IGUI
-
- showGameList() - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverGUIControl
-
Tells the GUI to display the gamelistwindow.
- showGameList() - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverGUIControl
-
- showGameListMessage(String) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- showMessage(String) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
sets the text for the normal message
- showMessage(String) - Method in interface de.smarten.tsuro.client.observer.desktop.view.IGUI
-
Changes the text displayed in the GUI
- showRegisterMessage(String) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- showRegisterWindow() - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
starts up the register window
- showRegisterWindow() - Method in interface de.smarten.tsuro.client.observer.desktop.view.IGUI
-
Initializes the GUI
- stage - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- start(BundleContext) - Method in class de.smarten.tsuro.client.observer.desktop.controller.Activator
-
- start(Stage) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
start method to be called by the application launcher on launching a
standalone application
- startGame(GameModel) - Method in interface de.smarten.tsuro.client.observer.desktop.controller.IObserverClientControl
-
Starts a game by setting the game model and telling the GUI to start displaying the game.
- startGame(GameModel) - Method in class de.smarten.tsuro.client.observer.desktop.controller.ObserverClientControl
-
- stop(BundleContext) - Method in class de.smarten.tsuro.client.observer.desktop.controller.Activator
-
- stopwatchAI - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- stopwatchPlayer - Variable in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
- switchDeck(GUI.Direction) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
switches the deck to the right or the left
- switchGameClicked() - Method in class de.smarten.tsuro.client.observer.desktop.controller.GuiEventHandler
-
- switchScene(String) - Method in class de.smarten.tsuro.client.observer.desktop.view.GUI
-
Loads a new fxml file into the scene and sets the guiEventHandlerAttribute.