@Configuration
@Import(value={ch.sahits.game.openpatrician.spring.ImageConfiguration.class,ch.sahits.game.openpatrician.spring.SoundConfiguration.class,ch.sahits.game.openpatrician.plugin.PluginConfiguration.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.model","ch.sahits.game.javafx.util","ch.sahits.game.event.handler.impl","ch.sahits.game.graphic.event.task","ch.sahits.game.javafx.service"})
public class UICommonConfiguration
extends Object
| Constructor and Description |
|---|
UICommonConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX |
cityPlayerProxy(ch.sahits.game.openpatrician.model.city.ICity city,
ch.sahits.game.openpatrician.model.IHumanPlayer player,
ch.sahits.game.openpatrician.model.ship.IShip ship) |
ch.sahits.game.openpatrician.util.PausableAsyncEventBus |
clientEventBus() |
ExecutorService |
clientThreadPool() |
DecoratedTextFactory |
decoratedDialogTextFactory() |
org.springframework.oxm.jaxb.Jaxb2Marshaller |
jaxb2Marshaller() |
ch.sahits.game.openpatrician.persistence.LoadAndSaveService |
loadAndSaveService() |
org.springframework.context.support.ReloadableResourceBundleMessageSource |
messageSource() |
ch.sahits.game.openpatrician.persistence.PostLoadOperationProvider |
postLoadOperationProvider() |
org.springframework.context.support.ReloadableResourceBundleMessageSource |
resourceReference() |
ch.sahits.game.openpatrician.event.SubscriptionLoggingExceptionHandler |
subscriptionExceptionClientHandler() |
TextSizingUtility |
textSizingUtility() |
UIFactory |
uiFactory() |
ScheduledExecutorService |
uiTimer() |
@Bean public DecoratedTextFactory decoratedDialogTextFactory()
@Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2Marshaller()
@Bean public ExecutorService clientThreadPool()
@Bean public ch.sahits.game.openpatrician.event.SubscriptionLoggingExceptionHandler subscriptionExceptionClientHandler()
@Bean public ch.sahits.game.openpatrician.util.PausableAsyncEventBus clientEventBus()
@Bean public org.springframework.context.support.ReloadableResourceBundleMessageSource messageSource()
@Bean public org.springframework.context.support.ReloadableResourceBundleMessageSource resourceReference()
@Bean public UIFactory uiFactory()
@Bean public ScheduledExecutorService uiTimer()
@Bean @Lazy public TextSizingUtility textSizingUtility()
@Bean @Lazy public ch.sahits.game.openpatrician.persistence.LoadAndSaveService loadAndSaveService()
@Bean @Lazy public ch.sahits.game.openpatrician.persistence.PostLoadOperationProvider postLoadOperationProvider()
@Bean
@Scope(value="prototype")
public ch.sahits.game.openpatrician.client.ICityPlayerProxyJFX cityPlayerProxy(ch.sahits.game.openpatrician.model.city.ICity city,
ch.sahits.game.openpatrician.model.IHumanPlayer player,
ch.sahits.game.openpatrician.model.ship.IShip ship)
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.