Class ConnectionController
java.lang.Object
it.polimi.ingsw.view.gui.controllers.GUIController
it.polimi.ingsw.view.gui.controllers.ConnectionController
public class ConnectionController extends GUIController
Java controller of the connection.fxml file
-
Field Summary
Fields Modifier and Type Field Description javafx.scene.control.CheckBoxlocalHostServerIP_checkBoxFields inherited from class it.polimi.ingsw.view.gui.controllers.GUIController
client -
Constructor Summary
Constructors Constructor Description ConnectionController() -
Method Summary
Modifier and Type Method Description voidloginError(java.lang.String error)Notify the player that the connect failedMethods inherited from class it.polimi.ingsw.view.gui.controllers.GUIController
setClientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
localHostServerIP_checkBox
public javafx.scene.control.CheckBox localHostServerIP_checkBox
-
-
Constructor Details
-
ConnectionController
public ConnectionController()
-
-
Method Details
-
loginError
public void loginError(java.lang.String error)Notify the player that the connect failed- Parameters:
error- error message
-