Uses of Class
com.caplin.motif.fx.config.definitions.client.FX
-
Packages that use FX Package Description com.caplin.motif.fx.config.definitions.client -
-
Uses of FX in com.caplin.motif.fx.config.definitions.client
Methods in com.caplin.motif.fx.config.definitions.client that return FX Modifier and Type Method Description FX
FX. currencies(java.util.Map<java.lang.String,FXCurrency> currencies)
FX
FX. currencyPairs(java.util.Map<java.lang.String,FXCurrencyPair> currencyPairs)
FX
FX. features(FXFeatures features)
FX
Config. getFx()
Get fxFX
FX. putCurrenciesItem(java.lang.String key, FXCurrency currenciesItem)
FX
FX. putCurrencyPairsItem(java.lang.String key, FXCurrencyPair currencyPairsItem)
Methods in com.caplin.motif.fx.config.definitions.client with parameters of type FX Modifier and Type Method Description Config
Config. fx(FX fx)
void
Config. setFx(FX fx)
-