Uses of Class
jaxx.demo.DemoConfig
| Package | Description |
|---|---|
| jaxx.demo |
-
Uses of DemoConfig in jaxx.demo
Fields in jaxx.demo declared as DemoConfig Modifier and Type Field Description protected DemoConfigDemoUI. configMethods in jaxx.demo that return DemoConfig Modifier and Type Method Description DemoConfigDemoApplicationContext. getConfig()DemoConfigDemoSources. getConfig()DemoConfigDemoUI. getConfig()Methods in jaxx.demo with parameters of type DemoConfig Modifier and Type Method Description protected voidDemoUIHandler. addKeyStrokes(DemoUI ui, DemoConfig config)protected static DemoApplicationContextDemoApplicationContext. init(DemoConfig config)Permet l'initialisation du contexte applicatif et positionne l'context partagée.DemoUIDemoUIHandler. initUI(DefaultApplicationContext rootContext, DemoConfig config)Methode pour initialiser l'ui principale sans l'afficher.voidDemoUIHandler. reloadUI(DefaultApplicationContext rootContext, DemoConfig config)Permet de recharger l'ui principale et de changer de le mode d'affichage.Constructors in jaxx.demo with parameters of type DemoConfig Constructor Description DemoApplicationContext(DemoConfig config)