Uses of Class
org.nuiton.jaxx.demo.DemoUI
-
Packages that use DemoUI Package Description org.nuiton.jaxx.demo -
-
Uses of DemoUI in org.nuiton.jaxx.demo
Fields in org.nuiton.jaxx.demo declared as DemoUI Modifier and Type Field Description protected DemoUIDemoUI. mainFrameMethods in org.nuiton.jaxx.demo that return DemoUI Modifier and Type Method Description DemoUIDemoApplicationContext. getMainUI()DemoUIDemoUIHandler. initUI(DefaultApplicationContext rootContext, DemoConfig config)Methode pour initialiser l'ui principale sans l'afficher.Methods in org.nuiton.jaxx.demo with parameters of type DemoUI Modifier and Type Method Description protected voidDemoUIHandler. addKeyStrokes(DemoUI ui, DemoConfig config)voidDemoUIHandler. afterInit(DemoUI ui)voidDemoUIHandler. beforeInit(DemoUI ui)voidDemoUIHandler. displayUI(DemoUI ui, String[] nodePath)protected <E extends Component>
EDemoUIHandler. getContentIfExist(DemoUI ui, String constraints)voidDemoUIHandler. showAbout(DemoUI ui)voidDemoUIHandler. showHelp(DemoUI ui)protected voidDemoUIHandler. showUI(DemoUI ui, Class<?> type)
-