Uses of Interface
org.nuiton.jaxx.runtime.JAXXObject
-
Packages that use JAXXObject Package Description org.nuiton.jaxx.runtime org.nuiton.jaxx.runtime.init org.nuiton.jaxx.runtime.spi -
-
Uses of JAXXObject in org.nuiton.jaxx.runtime
Methods in org.nuiton.jaxx.runtime that return JAXXObject Modifier and Type Method Description JAXXObjectJAXXBinding. getSource()Methods in org.nuiton.jaxx.runtime with parameters of type JAXXObject Modifier and Type Method Description static voidJAXXObject. initialize(JAXXObject ui, Supplier<UIHandler<? extends JAXXObject>> createHandler, Runnable createComponents, Runnable registerDataBindings, Runnable finalizeCreateComponents, Runnable registerActions, Runnable applyDataBindings, Runnable setProperties, Runnable finalizeInitialize)Initialize aJAXXObject.Method parameters in org.nuiton.jaxx.runtime with type arguments of type JAXXObject Modifier and Type Method Description static voidJAXXObject. initialize(JAXXObject ui, Supplier<UIHandler<? extends JAXXObject>> createHandler, Runnable createComponents, Runnable registerDataBindings, Runnable finalizeCreateComponents, Runnable registerActions, Runnable applyDataBindings, Runnable setProperties, Runnable finalizeInitialize)Initialize aJAXXObject. -
Uses of JAXXObject in org.nuiton.jaxx.runtime.init
Classes in org.nuiton.jaxx.runtime.init with type parameters of type JAXXObject Modifier and Type Class Description classUIInitializerContext<U extends JAXXObject>Context to collect components at init time.classUIInitializerSupport<UI extends JComponent & JAXXObject,C extends UIInitializerContext<UI>>Created on 10/12/2020.Methods in org.nuiton.jaxx.runtime.init with parameters of type JAXXObject Modifier and Type Method Description static com.google.common.collect.ArrayListMultimap<Class<?>,Object>UIInitializerContext. components(JAXXObject ui) -
Uses of JAXXObject in org.nuiton.jaxx.runtime.spi
Classes in org.nuiton.jaxx.runtime.spi with type parameters of type JAXXObject Modifier and Type Interface Description interfaceUIHandler<UI extends JAXXObject>Created on 11/26/13.
-