- EarlyServerProxy - Interface in client.networking
-
- Edge - Class in shared.model.map.objects
-
Used to store information about an edge.
- Edge(Coordinate, Coordinate) - Constructor for class shared.model.map.objects.Edge
-
Creates an edge object.
- EdgeDirection - Enum in shared.locations
-
- EdgeDirection() - Constructor for enum shared.locations.EdgeDirection
-
- EdgeHandler - Class in shared.model.map.handlers
-
Stores and manages the edges contained in a map.
- EdgeHandler() - Constructor for class shared.model.map.handlers.EdgeHandler
-
Creates a EdgeHandler object.
- EdgeLocation - Class in shared.locations
-
Represents the location of an edge on a hex map
- EdgeLocation(HexLocation, EdgeDirection) - Constructor for class shared.locations.EdgeLocation
-
- edges - Variable in class shared.model.map.handlers.EdgeHandler
-
- edges - Variable in class shared.model.map.model.MapModel
-
- elementActions - Variable in class client.resources.ResourceBarController
-
- EMPTY_IMAGE_SCALE - Variable in class client.points.PointsView
-
- emptyPointImage - Variable in class client.points.PointsView
-
- enableDomesticTrade(boolean) - Method in class client.domestic.DomesticTradeView
-
- enableDomesticTrade(boolean) - Method in interface client.domestic.IDomesticTradeView
-
Enables or disables the domestic trade button.
- enableMaritimeTrade(boolean) - Method in interface client.maritime.IMaritimeTradeView
-
Enables or disables the maritime trade button.
- enableMaritimeTrade(boolean) - Method in class client.maritime.MaritimeTradeView
-
- enableUpDownButtonsForReceiveResource(ResourceType) - Method in class client.domestic.DomesticTradeController
-
Handles button enabling/disabling for receive resources
- enableUpDownButtonsForSendResource(ResourceType) - Method in class client.domestic.DomesticTradeController
-
Handles button enabling/disabling for send resources
- end - Variable in class server.commands.moves.MovesBuildRoadCommand
-
- end - Variable in class server.commands.moves.MovesCommandFactory.BuildRoadBuilder
-
- end - Variable in class shared.model.map.objects.Edge
-
- end - Variable in class shared.networking.parameter.PBuildRoad
-
- end1 - Variable in class server.commands.moves.MovesCommandFactory.RoadBuildingBuilder
-
- end1 - Variable in class server.commands.moves.MovesRoadBuildingCommand
-
- end1 - Variable in class shared.networking.parameter.PRoadBuildingCard
-
- end2 - Variable in class server.commands.moves.MovesCommandFactory.RoadBuildingBuilder
-
- end2 - Variable in class server.commands.moves.MovesRoadBuildingCommand
-
- end2 - Variable in class shared.networking.parameter.PRoadBuildingCard
-
- EndDrag() - Method in class client.map.MapController
-
- EndDrag() - Method in interface client.map.MapObserver
-
Called when the drag state has ended.
- endGame() - Method in class shared.model.GameState
-
- EndTransaction(boolean) - Method in interface server.persistence.IPersistenceProvider
-
Ends a transaction
- EndTransaction(boolean) - Method in class server.persistence.plugins.FilePluginTmp.FilePlugin
-
- EndTransaction(boolean) - Method in class server.persistence.plugins.SQLPluginTmp.SQLPlugin
-
- endTurn() - Method in class client.model.ClientGameManager
-
Ends the current player's turn
- endTurn() - Method in interface client.turntracker.ITurnTrackerController
-
This is called when the local player ends their turn
- endTurn() - Method in class client.turntracker.TurnTrackerController
-
- entries - Variable in class client.communication.LogComponent
-
- ePorts - Variable in class shared.model.map.handlers.PortHandler
-
- equals(Object) - Method in class server.cookie.ServerCookie
-
- equals(Object) - Method in class shared.data.PlayerInfo
-
- equals(Object) - Method in class shared.locations.EdgeLocation
-
- equals(Object) - Method in class shared.locations.HexLocation
-
- equals(Object) - Method in class shared.locations.VertexLocation
-
- equals(Object) - Method in class shared.model.Bank
-
- equals(Object) - Method in class shared.model.GameActionLog
-
- equals(Object) - Method in class shared.model.GameState
-
- equals(Object) - Method in class shared.model.map.Coordinate
-
- equals(Object) - Method in class shared.model.map.handlers.EdgeHandler
-
- equals(Object) - Method in class shared.model.map.handlers.HexHandler
-
- equals(Object) - Method in class shared.model.map.handlers.PortHandler
-
- equals(Object) - Method in class shared.model.map.handlers.VertexHandler
-
- equals(Object) - Method in class shared.model.map.model.MapModel
-
- equals(Object) - Method in class shared.model.map.objects.Edge
-
- equals(Object) - Method in class shared.model.map.objects.Hex
-
- equals(Object) - Method in class shared.model.map.objects.Robber
-
- equals(Object) - Method in class shared.model.map.objects.Vertex
-
- equals(Object) - Method in class shared.model.Player
-
- equals(Object) - Method in class shared.model.VictoryPointManager
-
- EventListener() - Constructor for class client.communication.ChatView.EventListener
-
- execute() - Method in interface client.base.IAction
-
Execute the action
- Execute() - Method in class server.commands.game.GameAddAICommand
-
- Execute() - Method in class server.commands.game.GameCommandsCommand
-
- Execute() - Method in class server.commands.game.GameListAICommand
-
- Execute() - Method in class server.commands.game.GameModelCommand
-
- Execute() - Method in class server.commands.game.GameResetCommand
-
- Execute() - Method in class server.commands.games.GamesCreateCommand
-
- Execute() - Method in class server.commands.games.GamesJoinCommand
-
- Execute() - Method in class server.commands.games.GamesListCommand
-
- Execute() - Method in class server.commands.games.GamesLoadCommand
-
- Execute() - Method in class server.commands.games.GamesSaveCommand
-
- Execute() - Method in interface server.commands.ICommand
-
Executes a command
- Execute() - Method in class server.commands.moves.MovesAcceptTradeCommand
-
- Execute() - Method in class server.commands.moves.MovesBuildCityCommand
-
- Execute() - Method in class server.commands.moves.MovesBuildRoadCommand
-
- Execute() - Method in class server.commands.moves.MovesBuildSettlementCommand
-
- Execute() - Method in class server.commands.moves.MovesBuyDevCardCommand
-
- Execute() - Method in class server.commands.moves.MovesDiscardCardsCommand
-
- Execute() - Method in class server.commands.moves.MovesFinishTurnCommand
-
- Execute() - Method in class server.commands.moves.MovesMaritimeTradeCommand
-
- Execute() - Method in class server.commands.moves.MovesMonopolyCommand
-
- Execute() - Method in class server.commands.moves.MovesMonumentCommand
-
- Execute() - Method in class server.commands.moves.MovesOfferTradeCommand
-
- Execute() - Method in class server.commands.moves.MovesRoadBuildingCommand
-
- Execute() - Method in class server.commands.moves.MovesRobPlayerCommand
-
- Execute() - Method in class server.commands.moves.MovesRollNumberCommand
-
- Execute() - Method in class server.commands.moves.MovesSendChatCommand
-
- Execute() - Method in class server.commands.moves.MovesSoldierCommand
-
- Execute() - Method in class server.commands.moves.MovesYearOfPlentyCommand
-
- Execute() - Method in class server.commands.user.UserLoginCommand
-
- Execute() - Method in class server.commands.user.UserRegisterCommand
-
- Execute() - Method in class server.commands.util.UtilChangeLogLevelCommand
-
- executeElementAction(ResourceBarElement) - Method in class client.resources.ResourceBarController
-