Index
A B C D E F G H I J K L M N O P Q R S T U V W Y
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
L
- lastGameBoardPrinted - Variable in class it.polimi.ingsw.view.cli.console.printers.BoardUtils
- launchGui() - Static method in class it.polimi.ingsw.view.gui.GUI
- LEVEL0 - it.polimi.ingsw.model.Block
- LEVEL1 - it.polimi.ingsw.model.Block
- LEVEL2 - it.polimi.ingsw.model.Block
- LEVEL3 - it.polimi.ingsw.model.Block
- light - Variable in class it.polimi.ingsw.view.cli.console.graphics.components.Color
- LINE_BOTTOM_LEFT - Static variable in class it.polimi.ingsw.view.Constants
- LINE_BOTTOM_RIGHT - Static variable in class it.polimi.ingsw.view.Constants
- LINE_HORIZONTAL - Static variable in class it.polimi.ingsw.view.Constants
- LINE_SHADOW_BOTTOM - Static variable in class it.polimi.ingsw.view.Constants
- LINE_SHADOW_CORNER - Static variable in class it.polimi.ingsw.view.Constants
- LINE_SHADOW_RIGHT - Static variable in class it.polimi.ingsw.view.Constants
- LINE_T_LEFT - Static variable in class it.polimi.ingsw.view.Constants
- LINE_T_RIGHT - Static variable in class it.polimi.ingsw.view.Constants
- LINE_TOP_LEFT - Static variable in class it.polimi.ingsw.view.Constants
- LINE_TOP_RIGHT - Static variable in class it.polimi.ingsw.view.Constants
- LINE_VERTICAL - Static variable in class it.polimi.ingsw.view.Constants
- listenForRawInput() - Method in class it.polimi.ingsw.view.cli.console.RawConsoleInput
-
Constantly listens for keystrokes
- listenForStandardInput() - Method in class it.polimi.ingsw.view.cli.console.RawConsoleInput
- ListItem - Class in it.polimi.ingsw.view.cli.console.graphics.components
-
A single list item, returning a value when clicked
- ListItem(WindowItem, CursorPosition, String, int) - Constructor for class it.polimi.ingsw.view.cli.console.graphics.components.ListItem
-
Default constructor
- ListPane - Class in it.polimi.ingsw.view.cli.console.graphics
-
A pane showing a list of elements; when the enter key is pressed, the currently selected item is triggered, causing it to return its value to the inputManager and this to be hidden by the container
- ListPane(Window, CursorPosition, int, int, Map<String, List<String>>, String) - Constructor for class it.polimi.ingsw.view.cli.console.graphics.ListPane
-
Custom constructor
- LiveRefreshItemInterface - Interface in it.polimi.ingsw.view.cli.console.graphics.components
-
Interface for graphical items which need to be refreshed based on the current item selected
- load(Object, String, int, int) - Static method in class it.polimi.ingsw.view.cli.console.graphics.components.PrintableObject
- load(String, int, int) - Static method in class it.polimi.ingsw.view.cli.console.graphics.components.PrintableObject
- loadPropertiesFile() - Method in class it.polimi.ingsw.view.cli.console.graphics.components.Rectangle
-
Loads the properties file
- Lobby - Class in it.polimi.ingsw.network.server
-
The place where a game is created
- Lobby(Server, String, User, int) - Constructor for class it.polimi.ingsw.network.server.Lobby
-
Default constructor
- LOBBY_FULL - it.polimi.ingsw.network.message.Type
- LobbyController - Class in it.polimi.ingsw.view.gui.viewController
- LobbyController() - Constructor for class it.polimi.ingsw.view.gui.viewController.LobbyController
- LobbyCreatedEvent - Class in it.polimi.ingsw.network.message.fromServerToClient
- LobbyCreatedEvent(String, Type, Map<String, List<String>>) - Constructor for class it.polimi.ingsw.network.message.fromServerToClient.LobbyCreatedEvent
- lobbyInfo() - Method in class it.polimi.ingsw.network.server.Lobby
-
Creates a list containing this lobby information, with the following format: lobby name number of users in the lobby number of available slots list of users in the lobby
- LobbyInputManager - Class in it.polimi.ingsw.view.inputManagers
-
Handles inputs regarding logging onto the server and managing lobbies
- LobbyInputManager(Client, Map<String, List<String>>, MessageManagerParser, boolean) - Constructor for class it.polimi.ingsw.view.inputManagers.LobbyInputManager
- lobbyOptions(List<String>) - Method in class it.polimi.ingsw.view.cli.CLI
-
Asks the user if it wants to join or create a lobby
- lobbyOptions(List<String>) - Method in class it.polimi.ingsw.view.cli.console.printers.basicPrinter.BasicPrinter
-
Asks the user to choose whether to join or create a lobby
- lobbyOptions(List<String>) - Method in class it.polimi.ingsw.view.cli.console.printers.fancyPrinter.FancyPrinter
-
Shows a dialog with one or two buttons, based on the possible lobby options (Create/Join)
- lobbyOptions(List<String>) - Method in class it.polimi.ingsw.view.cli.console.printers.Printer
-
Asks the user to choose whether to join or create a lobby
- lobbyOptions(List<String>) - Method in class it.polimi.ingsw.view.gui.GUI
- lobbyOptions(List<String>) - Method in interface it.polimi.ingsw.view.ViewInterface
-
Asks the user if it wants to join or create a lobby
- lock - Static variable in class it.polimi.ingsw.view.cli.CLI
- LoggerPane - Class in it.polimi.ingsw.view.cli.console.graphics
- LoggerPane(WindowItem, CursorPosition, int, int, String) - Constructor for class it.polimi.ingsw.view.cli.console.graphics.LoggerPane
-
Custom constructor
- login(LoginRequest) - Method in interface it.polimi.ingsw.controller.ServerMessageManagerVisitor
-
Visitor for LoginRequest
- login(LoginRequest) - Method in class it.polimi.ingsw.network.server.VirtualClient
-
Manages the LoginRequest
- login(String) - Method in class it.polimi.ingsw.network.client.NetworkHandler
-
Sends a login request to the server
- loginBtn - Variable in class it.polimi.ingsw.view.gui.viewController.LoginController
- LoginController - Class in it.polimi.ingsw.view.gui.viewController
- LoginController() - Constructor for class it.polimi.ingsw.view.gui.viewController.LoginController
- LoginManager - Class in it.polimi.ingsw.view.inputManagers
- LoginManager(Client, boolean) - Constructor for class it.polimi.ingsw.view.inputManagers.LoginManager
- LoginManager(Client, List<String>) - Constructor for class it.polimi.ingsw.view.inputManagers.LoginManager
- LoginRequest - Class in it.polimi.ingsw.network.message.fromClientToServer
-
Login Request, from client to server
- LoginRequest(String) - Constructor for class it.polimi.ingsw.network.message.fromClientToServer.LoginRequest
- LoginResponse - Class in it.polimi.ingsw.network.message.fromServerToClient
- LoginResponse(Type, String, Map<String, List<String>>) - Constructor for class it.polimi.ingsw.network.message.fromServerToClient.LoginResponse
All Classes|All Packages