| Modifier and Type | Method and Description |
|---|---|
javafx.beans.binding.IntegerBinding |
IWeaponsDealer.buyPriceBinding(javafx.beans.property.ObjectProperty<ETransferAmount> amount,
EWeapon weapon)
Binding indicating the buy price.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.binding.IntegerBinding |
WeaponsDealerState.buyPriceBinding(javafx.beans.property.ObjectProperty<ETransferAmount> amount,
EWeapon weapon) |
| Modifier and Type | Method and Description |
|---|---|
static ETransferAmount |
ETransferAmount.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETransferAmount[] |
ETransferAmount.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TransferUtil.calculateAvailableAmount(ETransferAmount movableAmount,
int maxAmount)
Calculate the available amount to be transfered.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TransferUtil.calculateAvailableAmount(javafx.beans.property.ObjectProperty<ETransferAmount> movableAmount,
int maxAmount)
Calculate the available amount to be transfered.
|
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.