| Method and Description |
|---|
| org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler.getComponentToFocus()
since 2.10, should find a more suitable way of doing this (by a contract for example)
|
| org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler.getValidator()
since 2.10, prefer use now the
AbstractApplicationUIHandler.getSimpleValidators() and AbstractApplicationUIHandler.getListValidators() initialized in AbstractApplicationUIHandler.initUI(ApplicationUI) method. |
| org.nuiton.jaxx.application.swing.AbstractApplicationUIHandler.newComboModel(Object...)
since 2.10, should move this to
SwingUtil.newComboModel(Object...) |
Copyright © 2008–2014 CodeLutin. All rights reserved.