|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ETransferDialogType | |
|---|---|
| ch.sahits.game.graphic.display.dialog | Dialog package |
| ch.sahits.game.graphic.display.notice | ch.sahits.game.graphic.display.notice Package |
| Uses of ETransferDialogType in ch.sahits.game.graphic.display.dialog |
|---|
| Fields in ch.sahits.game.graphic.display.dialog declared as ETransferDialogType | |
|---|---|
private ETransferDialogType |
TradeDialog.type
|
| Fields in ch.sahits.game.graphic.display.dialog with type parameters of type ETransferDialogType | |
|---|---|
private HashMap<ETransferDialogType,Runnable> |
SellProxyAction.actionMap
|
private HashMap<ETransferDialogType,Runnable> |
BuyProxyAction.actionMap
|
| Methods in ch.sahits.game.graphic.display.dialog that return ETransferDialogType | |
|---|---|
ETransferDialogType |
TradeDialog.getDialogType()
|
ETransferDialogType |
ITransferable.getDialogType()
Retrieve the dialog type of this transfer |
static ETransferDialogType |
ETransferDialogType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ETransferDialogType[] |
ETransferDialogType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in ch.sahits.game.graphic.display.dialog with parameters of type ETransferDialogType | |
|---|---|
void |
TradeDialog.setDialogType(ETransferDialogType type)
|
void |
ITransferable.setDialogType(ETransferDialogType type)
set the transfer dialog type |
| Constructors in ch.sahits.game.graphic.display.dialog with parameters of type ETransferDialogType | |
|---|---|
TradeDialog(Point topLeft,
double scale,
CityPlayerProxy city,
ETransferDialogType dialogType)
|
|
| Uses of ETransferDialogType in ch.sahits.game.graphic.display.notice |
|---|
| Fields in ch.sahits.game.graphic.display.notice declared as ETransferDialogType | |
|---|---|
private ETransferDialogType |
NoticeView.TradeDialogeChangeAction.dialogType
dialog type to change into |
| Constructors in ch.sahits.game.graphic.display.notice with parameters of type ETransferDialogType | |
|---|---|
NoticeView.TradeDialogeChangeAction(ETransferDialogType dialogType)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||