Uses of Class
com.caplin.motif.fx.config.definitions.Config
-
Packages that use Config Package Description com.caplin.motif.fx.config com.caplin.motif.fx.config.definitions -
-
Uses of Config in com.caplin.motif.fx.config
Method parameters in com.caplin.motif.fx.config with type arguments of type Config Modifier and Type Method Description void
FXConfigAdapter. registerConfigProvider(CachedObjectProvider<Config,ConfigSubjectInfo> provider)
Registers a provider that is capable of responding to config requests.void
FXConfigAdapter. registerConfigProvider(String namespace, CachedObjectProvider<Config,ConfigSubjectInfo> provider)
Registers a provider that is capable of responding to config requests. -
Uses of Config in com.caplin.motif.fx.config.definitions
Methods in com.caplin.motif.fx.config.definitions that return Config Modifier and Type Method Description Config
Config. application(Application application)
Config
Config. currencies(Map<String,Currencies> currencies)
Config
Config. features(Features features)
Config
Config. putCurrenciesItem(String key, Currencies currenciesItem)
-