Uses of Class
org.nuiton.jaxx.runtime.application.ApplicationContextComponent
-
Packages that use ApplicationContextComponent Package Description org.nuiton.jaxx.runtime.application -
-
Uses of ApplicationContextComponent in org.nuiton.jaxx.runtime.application
Methods in org.nuiton.jaxx.runtime.application that return ApplicationContextComponent Modifier and Type Method Description protected static <Config extends ApplicationConfiguration,Context extends DefaultApplicationContext<Config,Context>>
ApplicationContextComponent<Config,Context,SwingSessionHelper>DefaultApplicationContext. SWING_SESSION_HELPER()Methods in org.nuiton.jaxx.runtime.application that return types with arguments of type ApplicationContextComponent Modifier and Type Method Description List<ApplicationContextComponent<Config,Context,?>>ApplicationContext. components()List<ApplicationContextComponent<Config,Context,?>>DefaultApplicationContext. components()List<ApplicationContextComponent<Config,Context,?>>ApplicationContext. variables()List<ApplicationContextComponent<Config,Context,?>>DefaultApplicationContext. variables()Constructor parameters in org.nuiton.jaxx.runtime.application with type arguments of type ApplicationContextComponent Constructor Description DefaultApplicationContext(ApplicationBoot<Config,Context> boot, Config config, List<ApplicationContextComponent<Config,Context,?>> components, List<ApplicationContextComponent<Config,Context,?>> variables)
-