Uses of Class
org.nuiton.jaxx.runtime.swing.action.JAXXObjectActionSupport
-
Packages that use JAXXObjectActionSupport Package Description org.nuiton.jaxx.runtime.swing.action -
-
Uses of JAXXObjectActionSupport in org.nuiton.jaxx.runtime.swing.action
Subclasses of JAXXObjectActionSupport in org.nuiton.jaxx.runtime.swing.action Modifier and Type Class Description classJComponentActionSupport<UI extends JComponent & JAXXObject>classRootPaneContainerActionSupport<UI extends RootPaneContainer & JAXXObject>Methods in org.nuiton.jaxx.runtime.swing.action with type parameters of type JAXXObjectActionSupport Modifier and Type Method Description static <U extends JAXXObject,A extends JAXXObjectActionSupport<U>>
AJAXXObjectActionSupport. init(U ui, AbstractButton editor, A action)static <U extends JAXXObject,A extends JAXXObjectActionSupport<U> & Runnable>
voidJAXXObjectActionSupport. run(U ui, A action)
-