| Package | Description |
|---|---|
| ch.sahits.game.graphic.display.dialog |
Dialog package
|
| ch.sahits.game.graphic.display.dialog.action | |
| ch.sahits.game.graphic.display.dialog.util | |
| ch.sahits.game.graphic.javafx.display |
| Modifier and Type | Field and Description |
|---|---|
private EDialogType |
BaseTradeDialog.type |
| Modifier and Type | Method and Description |
|---|---|
EDialogType |
BaseTradeDialog.getDialogType() |
| Constructor and Description |
|---|
BaseTradeDialog(javafx.scene.text.Font font,
ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX city,
EDialogType type) |
| Modifier and Type | Field and Description |
|---|---|
private HashMap<EDialogType,Runnable> |
SellJFXProxyAction.actionMap |
private HashMap<EDialogType,Runnable> |
BuyJFXProxyAction.actionMap |
| Modifier and Type | Method and Description |
|---|---|
EDialogType |
ITransferableJFX.getDialogType()
Retrieve the dialog type of this transfer
|
static EDialogType |
EDialogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDialogType[] |
EDialogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Dialog |
DialogFactory.getDialog(EDialogType dialogType,
ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX cityProxy) |
| Modifier and Type | Method and Description |
|---|---|
void |
MainGameView.replaceDialog(EDialogType dialogType)
Replace the current dialog with a new one.
|
void |
IDialogContoller.replaceDialog(EDialogType dialogType) |
void |
MainGameView.setNewDialog(EDialogType dialogType)
Set up the new dialog.
|
void |
IDialogContoller.setNewDialog(EDialogType dialogType) |
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.