Class LoginController
java.lang.Object
it.polimi.ingsw.eriantys.client.gui.controllers.Controller
it.polimi.ingsw.eriantys.client.gui.controllers.LoginController
- All Implemented Interfaces:
javafx.fxml.Initializable
A class representing the controller for the
LOGIN scene.- See Also:
-
SceneName.LOGINScene
-
Field Summary
Fields inherited from class it.polimi.ingsw.eriantys.client.gui.controllers.Controller
app, client, showError, showInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.PaneA getter for thePaneobject associated with the FXML tag of highest level in the*.fxmlfile associated withthis.voidinitialize(URL url, ResourceBundle resourceBundle) Initializes all the copyright images for the scene from the resource files.Methods inherited from class it.polimi.ingsw.eriantys.client.gui.controllers.Controller
applyGrayscale, applyGreenShade, onChangeScene, roundBorders, setApp, setClient, setShowError, setShowInfo
-
Constructor Details
-
LoginController
public LoginController()
-
-
Method Details
-
initialize
Initializes all the copyright images for the scene from the resource files. Associates the event handler with the button on the scene. -
getTopLevelPane
public javafx.scene.layout.Pane getTopLevelPane()Description copied from class:ControllerA getter for thePaneobject associated with the FXML tag of highest level in the*.fxmlfile associated withthis. The method is called in order to process a popup. Any controller should override the method if necessary.- Specified by:
getTopLevelPanein classController- Returns:
- the highest level
Pane
-