Package | Description |
---|---|
client.base | |
client.communication | |
client.devcards | |
client.discard | |
client.domestic | |
client.join | |
client.login | |
client.map | |
client.map.view | |
client.maritime | |
client.points | |
client.resources | |
client.roll | |
client.turntracker |
Modifier and Type | Class and Description |
---|---|
class |
Controller
Base class for controllers
|
Modifier and Type | Field and Description |
---|---|
private IController |
PanelView.controller |
private IController |
ComponentView.controller |
Modifier and Type | Method and Description |
---|---|
IController |
PanelView.getController() |
IController |
IView.getController()
Controller getter
|
IController |
ComponentView.getController() |
Modifier and Type | Method and Description |
---|---|
void |
PanelView.setController(IController controller) |
void |
IView.setController(IController controller)
Controller setter
|
void |
ComponentView.setController(IController controller) |
Modifier and Type | Interface and Description |
---|---|
interface |
IChatController
Chat controller interface
|
interface |
IGameHistoryController
Game history controller interface
|
Modifier and Type | Class and Description |
---|---|
class |
ChatController
Chat controller implementation
|
class |
GameHistoryController
Game history controller implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDevCardController
"Dev card" controller interface
|
Modifier and Type | Class and Description |
---|---|
class |
DevCardController
"Dev card" controller implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDiscardController
Discard controller interface
|
Modifier and Type | Class and Description |
---|---|
class |
DiscardController
Discard controller implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDomesticTradeController
Interface for the domestic trade controller
|
Modifier and Type | Class and Description |
---|---|
class |
DomesticTradeController
Domestic trade controller implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
IJoinGameController
Interface for the join game controller
|
interface |
IPlayerWaitingController
Interface for the player waiting controller
|
Modifier and Type | Class and Description |
---|---|
class |
JoinGameController
Implementation for the join game controller
|
class |
PlayerWaitingController
Implementation for the player waiting controller
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILoginController
Interface for the login controller
|
Modifier and Type | Class and Description |
---|---|
class |
LoginController
Implementation for the login controller
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMapController
Interface for the map controller
|
Modifier and Type | Class and Description |
---|---|
class |
MapController
Implementation for the map controller.
|
Modifier and Type | Method and Description |
---|---|
void |
MapView.setController(IController controller) |
void |
MapOverlayView.setController(IController controller) |
void |
MapComponent.setController(IController controller) |
Modifier and Type | Interface and Description |
---|---|
interface |
IMaritimeTradeController
Interface for the maritime trade controller
|
Modifier and Type | Class and Description |
---|---|
class |
MaritimeTradeController
Implementation for the maritime trade controller
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPointsController
Interface for the points controller
|
Modifier and Type | Class and Description |
---|---|
class |
PointsController
Implementation for the points controller
|
Modifier and Type | Interface and Description |
---|---|
interface |
IResourceBarController
Interface for the resource bar controller
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceBarController
Implementation for the resource bar controller
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRollController
Interface for the roll controller
|
Modifier and Type | Class and Description |
---|---|
class |
RollController
Implementation for the roll controller
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITurnTrackerController
Interface for the turn tracker controller
|
Modifier and Type | Class and Description |
---|---|
class |
TurnTrackerController
Implementation for the turn tracker controller
|
Modifier and Type | Method and Description |
---|---|
void |
TurnTrackerView.setController(IController controller) |