@Configuration @Import(value=ch.sahits.game.openpatrician.spring.ImageConfiguration.class) @ComponentScan(basePackages={"ch.sahits.game.graphic.image","ch.sahits.game.graphic.layout","ch.sahits.game.graphic.display","ch.sahits.game.graphic.loaders","ch.sahits.game.graphic.javafx","ch.sahits.game.javafx.util","ch.sahits.game.event.handler.impl","ch.sahits.game.graphic.event.task"}) public class UICommonConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
private IFontLoader |
fontLoader |
| Constructor and Description |
|---|
UICommonConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.eventbus.AsyncEventBus |
clientEventBus() |
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor |
clientThreadPool() |
DecoratedTextFactory |
decoratedDialogTextFactory() |
org.springframework.oxm.jaxb.Jaxb2Marshaller |
jaxb2Marshaller() |
org.springframework.context.support.ReloadableResourceBundleMessageSource |
messageSource() |
org.springframework.context.support.ReloadableResourceBundleMessageSource |
resourceReference() |
ch.sahits.game.openpatrician.event.SubscriptionLoggingExceptionHandler |
subscriptionExceptionClientHandler() |
UIFactory |
uiFactory() |
@Autowired private IFontLoader fontLoader
@Bean public DecoratedTextFactory decoratedDialogTextFactory()
@Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2Marshaller()
@Bean public org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor clientThreadPool()
@Bean public ch.sahits.game.openpatrician.event.SubscriptionLoggingExceptionHandler subscriptionExceptionClientHandler()
@Bean public com.google.common.eventbus.AsyncEventBus clientEventBus()
@Bean public org.springframework.context.support.ReloadableResourceBundleMessageSource messageSource()
@Bean public org.springframework.context.support.ReloadableResourceBundleMessageSource resourceReference()
@Bean public UIFactory uiFactory()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.