Class JMadGuiStandaloneConfiguration
- java.lang.Object
 - 
- cern.accsoft.steering.jmad.gui.config.JMadGuiStandaloneConfiguration
 
 
- 
@Configuration @Import({cern.accsoft.steering.jmad.conf.JMadServiceConfiguration.class,org.jmad.modelpack.service.conf.JMadModelPackageServiceConfiguration.class,org.jmad.modelpack.gui.conf.JMadModelSelectionDialogConfiguration.class,JMadGuiConfiguration.class}) public class JMadGuiStandaloneConfiguration extends java.lang.ObjectSpring configuration for a standalone JMad GUI. It imports all the necessary configurations. If you just need to configure the jmad-gui project, you can useJMadGuiConfiguration 
- 
- 
Constructor Summary
Constructors Constructor Description JMadGuiStandaloneConfiguration() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarkedElementsManagermarkedElementsManager() 
 - 
 
- 
- 
Method Detail
- 
markedElementsManager
@Bean("markedElementsManager") public MarkedElementsManager markedElementsManager() 
 - 
 
 -