|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JAXXContext | |
|---|---|
| jaxx.runtime | |
| Uses of JAXXContext in jaxx.runtime |
|---|
| Subinterfaces of JAXXContext in jaxx.runtime | |
|---|---|
interface |
JAXXObject
The JAXXObject interface is implemented by all classes produced by the JAXX compiler. |
| Classes in jaxx.runtime that implement JAXXContext | |
|---|---|
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. |
| Fields in jaxx.runtime declared as JAXXContext | |
|---|---|
protected JAXXContext |
DefaultJAXXContext.parentContext
le context parent |
| Fields in jaxx.runtime with type parameters of type JAXXContext | |
|---|---|
protected static JAXXContextEntryDef<JAXXContext> |
DefaultJAXXContext.PARENT_CONTEXT_ENTRY
|
| Methods in jaxx.runtime that return JAXXContext | |
|---|---|
JAXXContext |
JAXXObject.getDelegateContext()
|
protected JAXXContext |
DefaultJAXXContext.getParentContext()
|
| Methods in jaxx.runtime with parameters of type JAXXContext | ||
|---|---|---|
static
|
Util.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)
|
|
JAXXInitialContext |
JAXXAction.init(JAXXContext parentContent,
java.lang.Object... datas)
Prepare the initial context of the 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||