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() -
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.
-