Uses of Class
com.caplin.motif.fx.config.definitions.client.FXCurrency
-
Packages that use FXCurrency Package Description com.caplin.motif.fx.config.definitions.client -
-
Uses of FXCurrency in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return FXCurrency Modifier and Type Method Description FXCurrency
FXCurrency. overrides(FXCurrencyOverrides overrides)
Methods in com.caplin.motif.fx.config.definitions.client that return types with arguments of type FXCurrency Modifier and Type Method Description java.util.Map<java.lang.String,FXCurrency>
FX. getCurrencies()
Provide a list of currency permissions.Methods in com.caplin.motif.fx.config.definitions.client with parameters of type FXCurrency Modifier and Type Method Description FX
FX. putCurrenciesItem(java.lang.String key, FXCurrency currenciesItem)
Method parameters in com.caplin.motif.fx.config.definitions.client with type arguments of type FXCurrency Modifier and Type Method Description FX
FX. currencies(java.util.Map<java.lang.String,FXCurrency> currencies)
void
FX. setCurrencies(java.util.Map<java.lang.String,FXCurrency> currencies)
-