- saveClicked() - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- saveClicked() - Method in interface de.smarten.tsuro.configurator.controller.IGUIControl
-
Tells the configuration control to save a configuration.
- saveConfigToFile() - Method in class de.smarten.tsuro.configurator.controller.ConfigurationControl
-
- saveConfigToFile() - Method in interface de.smarten.tsuro.configurator.controller.IConfigurationControl
-
This method checks the configuration and saves it to a newly choosen file
- saveConfigToFileClicked() - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- saveConfigToFileClicked() - Method in interface de.smarten.tsuro.configurator.controller.IGUIControl
-
Tells the configuration control to save a configuration to the loaded position.
- saveConfigToLoadedFile() - Method in class de.smarten.tsuro.configurator.controller.ConfigurationControl
-
Checks the configuration and saves it to the location where it was loaded from (this is only called, if a configuration was loaded).
- saveConfigToLoadedFile() - Method in interface de.smarten.tsuro.configurator.controller.IConfigurationControl
-
This method checks the configuration and saves it to the file the last configuration was loaded from.
- scene - Variable in class de.smarten.tsuro.configurator.view.GUI
-
This scene is displayed if the GUI is used in eclipse.
- setBlockedPositions(ArrayList<Position>) - Method in class de.smarten.tsuro.configurator.controller.ConfigurationControl
-
This method sets the blocked positions
- setBlockedPositions(ArrayList<Position>) - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- setBlockedPositions(ArrayList<Position>) - Method in interface de.smarten.tsuro.configurator.controller.IConfigurationControl
-
- setBlockedPositions(ArrayList<Position>) - Method in interface de.smarten.tsuro.configurator.controller.IGUIControl
-
- setBlockedPositions(ArrayList<Position>) - Method in class de.smarten.tsuro.configurator.model.DynamicConfiguration
-
- setBoardChangedTrue() - Method in class de.smarten.tsuro.configurator.view.GUI
-
Sets the boardChanged boolean to true.
- setBoardLength(int) - Method in class de.smarten.tsuro.configurator.controller.ConfigurationControl
-
- setBoardLength(int) - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- setBoardLength(int) - Method in interface de.smarten.tsuro.configurator.controller.IConfigurationControl
-
This method sets the length of the board.
- setBoardLength(int) - Method in interface de.smarten.tsuro.configurator.controller.IGUIControl
-
- setBoardLength(int) - Method in class de.smarten.tsuro.configurator.model.DynamicConfiguration
-
- setDeckSizeChangedTrue() - Method in class de.smarten.tsuro.configurator.view.GUI
-
Sets the deck size changed boolean to true.
- setFocus() - Method in class de.smarten.tsuro.configurator.view.ViewExtension
-
Passing the focus request to the viewer's control.
- setFxFocus() - Method in class de.smarten.tsuro.configurator.view.ConfiguratorViewPart
-
- setGui(GUI) - Method in class de.smarten.tsuro.configurator.controller.GuiEventHandler
-
this method sets a GUI
- setGui(GUI) - Method in class de.smarten.tsuro.configurator.model.DynamicConfiguration
-
- setGuiCtrl(GuiControl) - Method in class de.smarten.tsuro.configurator.view.GUI
-
- setModifiedTileButton - Variable in class de.smarten.tsuro.configurator.view.GUI
-
- setPathOfLoadedFile(Path) - Method in class de.smarten.tsuro.configurator.controller.ConfigurationControl
-
It sets the path of a loaded file
- setPlayerCount(int) - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- setPlayerCount(int) - Method in class de.smarten.tsuro.configurator.model.DynamicConfiguration
-
- setPlayerTiles(ArrayList<Integer>) - Method in class de.smarten.tsuro.configurator.model.DynamicConfiguration
-
- setPresentationTime(int) - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- setPresentationTime(int) - Method in class de.smarten.tsuro.configurator.model.DynamicConfiguration
-
- setRoundTimeAI(int) - Method in class de.smarten.tsuro.configurator.controller.ConfigurationControl
-
- setRoundTimeAI(int) - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- setRoundTimeAI(int) - Method in interface de.smarten.tsuro.configurator.controller.IConfigurationControl
-
This method sets the roundtime of the AI
- setRoundTimeAI(int) - Method in interface de.smarten.tsuro.configurator.controller.IGUIControl
-
- setRoundTimeAI(int) - Method in class de.smarten.tsuro.configurator.model.DynamicConfiguration
-
- setRoundTimePlayer(int) - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- setRoundTimePlayer(int) - Method in interface de.smarten.tsuro.configurator.controller.IGUIControl
-
- setRoundTimePlayer(int) - Method in class de.smarten.tsuro.configurator.model.DynamicConfiguration
-
- setTileList(ArrayList<Integer>) - Method in class de.smarten.tsuro.configurator.controller.ConfigurationControl
-
- setTileList(ArrayList<Integer>) - Method in interface de.smarten.tsuro.configurator.controller.IConfigurationControl
-
This method sets a TileList
- setTileTable(ArrayList<Integer>) - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
- setTileTable(ArrayList<Integer>) - Method in interface de.smarten.tsuro.configurator.controller.IGUIControl
-
- showError(String) - Method in class de.smarten.tsuro.configurator.view.GUI
-
Adds the error message to the messageLog and updates the text area.
- showMessage(String) - Method in class de.smarten.tsuro.configurator.view.GUI
-
Adds the message to the messageLog and updates the text area.
- stage - Static variable in class de.smarten.tsuro.configurator.view.GUI
-
This stage is the main view of the GUI.
- start(BundleContext) - Method in class de.smarten.tsuro.configurator.controller.Activator
-
- start(Stage) - Method in class de.smarten.tsuro.configurator.view.GUI
-
Will be executed by the launcher when running as a standalone application.
- stop(BundleContext) - Method in class de.smarten.tsuro.configurator.controller.Activator
-
- storeConfiguration(String) - Method in class de.smarten.tsuro.configurator.controller.GuiControl
-
Never call this method explicitly, it gets called by the config control.
- storeConfiguration(String) - Method in class de.smarten.tsuro.configurator.view.GUI
-
Never call this method explicitly, it gets called by the GUI control.