Uses of Class
jaxx.demo.DemoUI
-
Packages that use DemoUI Package Description jaxx.demo -
-
Uses of DemoUI in jaxx.demo
Fields in jaxx.demo declared as DemoUI Modifier and Type Field Description protected DemoUIDemoUI. mainFrameMethods in 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 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)voidDemoUIHandler. showLogs(DemoUI ui)protected voidDemoUIHandler. showUI(DemoUI ui, Class<?> type)
-