Package | Description |
---|---|
client.catan | |
client.devcards | |
client.join | |
client.login | |
client.resources |
Modifier and Type | Method and Description |
---|---|
private IAction |
RightPanel.createStartMoveAction(IMapController mapController,
PieceType pieceType) |
Modifier and Type | Method and Description |
---|---|
void |
GameStatePanel.setButtonAction(IAction action) |
Modifier and Type | Field and Description |
---|---|
private IAction |
DevCardController.roadAction |
private IAction |
DevCardController.soldierAction |
Constructor and Description |
---|
DevCardController(IPlayDevCardView view,
IBuyDevCardView buyCardView,
IAction soldierAction,
IAction roadAction)
DevCardController constructor
|
Modifier and Type | Field and Description |
---|---|
private IAction |
JoinGameController.joinAction |
Modifier and Type | Method and Description |
---|---|
IAction |
JoinGameController.getJoinAction()
Returns the action to be executed when the user joins a game
|
Modifier and Type | Method and Description |
---|---|
void |
JoinGameController.setJoinAction(IAction value)
Sets the action to be executed when the user joins a game
|
Modifier and Type | Field and Description |
---|---|
private IAction |
LoginController.loginAction |
Modifier and Type | Method and Description |
---|---|
IAction |
LoginController.getLoginAction()
Returns the action to be executed when the user logs in
|
Modifier and Type | Method and Description |
---|---|
void |
LoginController.setLoginAction(IAction value)
Sets the action to be executed when the user logs in
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ResourceBarElement,IAction> |
ResourceBarController.elementActions |
Modifier and Type | Method and Description |
---|---|
void |
ResourceBarController.setElementAction(ResourceBarElement element,
IAction action)
Sets the action to be executed when the specified resource bar element is clicked by the user
|