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 org.nuiton.jaxx.runtime.spi.init -
-
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. -
Uses of JAXXObject in org.nuiton.jaxx.runtime.spi.init
Methods in org.nuiton.jaxx.runtime.spi.init with parameters of type JAXXObject Modifier and Type Method Description booleanComponentInitializer. acceptUi(JAXXObject ui)Deprecated.booleanComponentInitializerSupport. acceptUi(JAXXObject ui)Deprecated.Set<ComponentInitializer>ComponentInitializerManager. apply(JAXXObject ui)Deprecated.voidComponentInitializer. end(JAXXObject ui)Deprecated.voidComponentInitializerSupport. end(JAXXObject ui)Deprecated.voidComponentInitializer. init(JAXXObject ui, C component)Deprecated.voidComponentInitializer. start(JAXXObject ui)Deprecated.voidComponentInitializerSupport. start(JAXXObject ui)Deprecated.
-