Uses of Class
org.nuiton.jaxx.runtime.init.UIInitializerContext
-
Packages that use UIInitializerContext Package Description org.nuiton.jaxx.runtime.init -
-
Uses of UIInitializerContext in org.nuiton.jaxx.runtime.init
Classes in org.nuiton.jaxx.runtime.init with type parameters of type UIInitializerContext Modifier and Type Class Description classUIInitializerSupport<UI extends JComponent & JAXXObject,C extends UIInitializerContext<UI>>Created on 10/12/2020.Fields in org.nuiton.jaxx.runtime.init declared as UIInitializerContext Modifier and Type Field Description protected CUIInitializerSupport. initializerContextMethods in org.nuiton.jaxx.runtime.init that return UIInitializerContext Modifier and Type Method Description UIInitializerContext<U>UIInitializerContext. apply(Runnable consumer)<C> UIInitializerContext<U>UIInitializerContext. onComponents(Class<C> componentType, boolean keep, Consumer<C> consumer)<C> UIInitializerContext<U>UIInitializerContext. onComponents(Class<C> componentType, Consumer<C> consumer)<C> UIInitializerContext<U>UIInitializerContext. onSubComponents(Class<C> componentType, boolean keep, Consumer<C> consumer)<C> UIInitializerContext<U>UIInitializerContext. onSubComponents(Class<C> componentType, Consumer<C> consumer)UIInitializerContext<U>UIInitializerContext. startFirstPass()UIInitializerContext<U>UIInitializerContext. startSecondPass()Constructors in org.nuiton.jaxx.runtime.init with parameters of type UIInitializerContext Constructor Description UIInitializerResult(UIInitializerContext<?> context)
-