Uses of Interface
jaxx.runtime.JAXXContext
| Package | Description |
|---|---|
| jaxx.runtime | |
| jaxx.runtime.context | |
| jaxx.runtime.swing.help | |
| jaxx.runtime.swing.wizard |
JAXX - Wizard framework
|
-
Uses of JAXXContext in jaxx.runtime
Subinterfaces of JAXXContext in jaxx.runtime Modifier and Type Interface Description interfaceJAXXObjectTheJAXXObjectinterface is implemented by all classes produced by the JAXX compiler.Methods in jaxx.runtime that return JAXXContext Modifier and Type Method Description JAXXContextJAXXObject. getDelegateContext()Methods in jaxx.runtime with parameters of type JAXXContext Modifier and Type Method Description static voidJAXXUtil. checkJAXXContextEntries(JAXXContext context, JAXXContextEntryDef<?>... defs)Test if some entries exists in a given context and throw an IllegalArgumentException if not.static <T> TJAXXUtil. checkJAXXContextEntry(JAXXContext context, JAXXContextEntryDef<T> def)Test if a type of entry exists in a given context and throw an IllegalArgumentException if not found.JAXXInitialContextJAXXAction. init(JAXXContext parentContent, java.lang.Object... datas)Prepare the initial context of the ui.static voidJAXXUtil. initContext(JAXXObject ui, JAXXContext parentContext)Method to initialize the context of a ui. -
Uses of JAXXContext in jaxx.runtime.context
Classes in jaxx.runtime.context that implement JAXXContext Modifier and Type Class Description classDefaultApplicationContextThe default context to be used for an application.classDefaultJAXXContextThe defaultJAXXContextto be used in aJAXXObjectby delegation.classJAXXInitialContextAn initial context to be inject in aJAXXObject.Fields in jaxx.runtime.context declared as JAXXContext Modifier and Type Field Description protected JAXXContextDefaultJAXXContext. parentContextle context parentFields in jaxx.runtime.context with type parameters of type JAXXContext Modifier and Type Field Description protected static JAXXContextEntryDef<JAXXContext>DefaultJAXXContext. PARENT_CONTEXT_ENTRYentry of the parent contextMethods in jaxx.runtime.context that return JAXXContext Modifier and Type Method Description protected JAXXContextDefaultJAXXContext. getParentContext()Methods in jaxx.runtime.context with parameters of type JAXXContext Modifier and Type Method Description OJAXXContextEntryDef. getContextValue(JAXXContext context)voidJAXXContextEntryDef. removeContextValue(JAXXContext context)voidJAXXContextEntryDef. setContextValue(JAXXContext context, O value)protected voidDefaultJAXXContext. setParentContext(JAXXContext parentContext)voidJAXXInitialContext. to(JAXXContext dst)Inject all the registed values into theJAXXObject -
Uses of JAXXContext in jaxx.runtime.swing.help
Methods in jaxx.runtime.swing.help with parameters of type JAXXContext Modifier and Type Method Description voidJAXXHelpBroker. showHelp(JAXXContext context, java.lang.String helpId)voidJAXXHelpUIHandler. showHelp(JAXXContext context, JAXXHelpBroker broker, java.lang.String helpID) -
Uses of JAXXContext in jaxx.runtime.swing.wizard
Methods in jaxx.runtime.swing.wizard with parameters of type JAXXContext Modifier and Type Method Description protected UIWizardUILancher. createUI(JAXXContext context, java.awt.Window mainUI, java.lang.Class<UI> uiClass, java.lang.Class<M> modelClass, M model)protected UIWizardUILancher. createUI(JAXXContext context, java.lang.Class<UI> uiClass, java.lang.Class<M> modelClass, M model, java.lang.String title, java.lang.String tip, javax.swing.ImageIcon icon)Constructors in jaxx.runtime.swing.wizard with parameters of type JAXXContext Constructor Description WizardUILancher(JAXXContext context, java.awt.Window mainUI, java.lang.Class<UI> uiClass, java.lang.Class<M> modelClass)WizardUILancher(JAXXContext context, java.awt.Window mainUI, java.lang.Class<UI> uiClass, java.lang.Class<M> modelClass, M model)WizardUILancher(JAXXContext context, java.lang.Class<UI> uiClass, java.lang.Class<M> modelClass, java.lang.String title, java.lang.String tip, javax.swing.ImageIcon icon)WizardUILancher(JAXXContext context, java.lang.Class<UI> uiClass, java.lang.Class<M> modelClass, M model, java.lang.String title, java.lang.String tip, javax.swing.ImageIcon icon)