@Configuration
@Import({ch.sahits.game.graphic.image.ImageConfiguration.class,ch.sahits.game.openpatrician.sound.SoundConfiguration.class,ch.sahits.game.openpatrician.utilities.plugin.PluginConfiguration.class})
@ComponentScan(basePackageClasses={UICommonConfiguration.class,ch.sahits.game.graphic.loaders.IImageLoaderComponents.class,ch.sahits.game.openpatrician.javafx.model.IOpenPatricianJAvaFXModelComponents.class,ch.sahits.game.openpatrician.javafx.service.IOpenPatricianJavaFXServiceComponents.class,IOpenPatricianDisplayEventHandlerComponents.class,IOpenPatricianDisplayTaskComponents.class,ch.sahits.game.openpatrician.javafx.service.IOpenPatricianJavaFXServiceComponents.class})
public class UICommonConfiguration
extends java.lang.Object
| Constructor | Description |
|---|---|
UICommonConfiguration() |
| Modifier and Type | Method | Description |
|---|---|---|
ch.sahits.game.openpatrician.clientserverinterface.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.utilities.PausableAsyncEventBus |
clientEventBus() |
|
java.util.concurrent.ExecutorService |
clientThreadPool() |
|
ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory |
decoratedDialogTextFactory() |
|
org.springframework.oxm.jaxb.Jaxb2Marshaller |
jaxb2MarshallerImage() |
|
org.springframework.oxm.jaxb.Jaxb2Marshaller |
jaxb2MarshallerPolygon() |
|
ch.sahits.game.openpatrician.utilities.service.LoadAndSaveService |
loadAndSaveService() |
|
org.springframework.context.support.ReloadableResourceBundleMessageSource |
messageSource() |
|
ch.sahits.game.openpatrician.utilities.service.PostLoadOperationProvider |
postLoadOperationProvider() |
|
org.springframework.context.support.ReloadableResourceBundleMessageSource |
resourceReference() |
|
ch.sahits.game.openpatrician.clientserverinterface.event.SubscriptionLoggingExceptionHandler |
subscriptionExceptionClientHandler() |
|
ch.sahits.game.openpatrician.javafx.control.TextSizingUtility |
textSizingUtility() |
|
UIFactory |
uiFactory() |
|
java.util.concurrent.ScheduledExecutorService |
uiTimer() |
@Bean public ch.sahits.game.openpatrician.javafx.service.DecoratedTextFactory decoratedDialogTextFactory()
@Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2MarshallerImage()
@Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller jaxb2MarshallerPolygon()
@Bean public java.util.concurrent.ExecutorService clientThreadPool()
@Bean public ch.sahits.game.openpatrician.clientserverinterface.event.SubscriptionLoggingExceptionHandler subscriptionExceptionClientHandler()
@Bean public ch.sahits.game.openpatrician.utilities.PausableAsyncEventBus clientEventBus()
@Bean public org.springframework.context.support.ReloadableResourceBundleMessageSource messageSource()
@Bean public org.springframework.context.support.ReloadableResourceBundleMessageSource resourceReference()
@Bean public UIFactory uiFactory()
@Bean public java.util.concurrent.ScheduledExecutorService uiTimer()
@Bean @Lazy public ch.sahits.game.openpatrician.javafx.control.TextSizingUtility textSizingUtility()
@Bean @Lazy public ch.sahits.game.openpatrician.utilities.service.LoadAndSaveService loadAndSaveService()
@Bean @Lazy public ch.sahits.game.openpatrician.utilities.service.PostLoadOperationProvider postLoadOperationProvider()
@Bean
@Scope("prototype")
public ch.sahits.game.openpatrician.clientserverinterface.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-2018 Sahits GmbH. All Rights Reserved.