| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.api | |
| org.nuiton.jaxx.runtime.api.context | |
| org.nuiton.jaxx.runtime.api.swing.help |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JAXXObject
The
JAXXObject interface is implemented by all classes
produced by the JAXX compiler. |
| Modifier and Type | Method and Description |
|---|---|
JAXXContext |
JAXXObject.getDelegateContext() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultApplicationContext
The default context to be used for an application.
|
class |
DefaultJAXXContext
The default
JAXXContext to be used in a JAXXObject by
delegation. |
class |
JAXXInitialContext
An initial context to be inject in a
JAXXObject. |
| Modifier and Type | Field and Description |
|---|---|
protected JAXXContext |
DefaultJAXXContext.parentContext
le context parent
|
| Modifier and Type | Field and Description |
|---|---|
protected static JAXXContextEntryDef<JAXXContext> |
DefaultJAXXContext.PARENT_CONTEXT_ENTRY
entry of the parent context
|
| Modifier and Type | Method and Description |
|---|---|
protected JAXXContext |
DefaultJAXXContext.getParentContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JAXXContexts.checkJAXXContextEntries(JAXXContext context,
JAXXContextEntryDef<?>... defs)
Test if some entries exists in a given context and throw an
IllegalArgumentException if not.
|
static <T> T |
JAXXContexts.checkJAXXContextEntry(JAXXContext context,
JAXXContextEntryDef<T> def)
Test if a type of entry exists in a given context and throw an
IllegalArgumentException if not found.
|
O |
JAXXContextEntryDef.getContextValue(JAXXContext context) |
static void |
JAXXContexts.initContext(JAXXObject ui,
JAXXContext parentContext)
Method to initialize the context of a ui.
|
void |
JAXXContextEntryDef.removeContextValue(JAXXContext context) |
void |
JAXXContextEntryDef.setContextValue(JAXXContext context,
O value) |
protected void |
DefaultJAXXContext.setParentContext(JAXXContext parentContext) |
void |
JAXXInitialContext.to(JAXXContext dst)
Inject all the registed values into the
JAXXObject |
| Modifier and Type | Method and Description |
|---|---|
void |
JAXXHelpUIHandler.showHelp(JAXXContext context,
JAXXHelpBroker broker,
String helpID) |
void |
JAXXHelpBroker.showHelp(JAXXContext context,
String helpId) |
Copyright © 2008–2015 CodeLutin. All rights reserved.