|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JAXXContext | |
|---|---|
| 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 | |
|---|---|
interface |
JAXXObject
The JAXXObject interface is implemented by all classes
produced by the JAXX compiler. |
| Methods in jaxx.runtime that return JAXXContext | |
|---|---|
JAXXContext |
JAXXObject.getDelegateContext()
|
| Methods in jaxx.runtime with parameters of type JAXXContext | ||
|---|---|---|
static void |
JAXXUtil.checkJAXXContextEntries(JAXXContext context,
JAXXContextEntryDef<?>... defs)
Test if some entries exists in a given context and throw an IllegalArgumentException if not. |
|
static
|
JAXXUtil.checkJAXXContextEntry(JAXXContext context,
JAXXContextEntryDef<T> def)
Test if a type of entry exists in a given context and throw an IllegalArgumentException if not found. |
|
JAXXInitialContext |
JAXXAction.init(JAXXContext parentContent,
Object... datas)
Prepare the initial context of the ui. |
|
static void |
JAXXUtil.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 | |
|---|---|
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.context declared as JAXXContext | |
|---|---|
protected JAXXContext |
DefaultJAXXContext.parentContext
le context parent |
| Fields in jaxx.runtime.context with type parameters of type JAXXContext | |
|---|---|
protected static JAXXContextEntryDef<JAXXContext> |
DefaultJAXXContext.PARENT_CONTEXT_ENTRY
entry of the parent context |
| Methods in jaxx.runtime.context that return JAXXContext | |
|---|---|
protected JAXXContext |
DefaultJAXXContext.getParentContext()
|
| Methods in jaxx.runtime.context with parameters of type JAXXContext | |
|---|---|
O |
JAXXContextEntryDef.getContextValue(JAXXContext context)
|
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 |
| Uses of JAXXContext in jaxx.runtime.swing.help |
|---|
| Methods in jaxx.runtime.swing.help with parameters of type JAXXContext | |
|---|---|
void |
JAXXHelpUIHandler.showHelp(JAXXContext context,
JAXXHelpBroker broker,
String helpID)
|
void |
JAXXHelpBroker.showHelp(JAXXContext context,
String helpId)
|
| Uses of JAXXContext in jaxx.runtime.swing.wizard |
|---|
| Methods in jaxx.runtime.swing.wizard with parameters of type JAXXContext | |
|---|---|
protected UI |
WizardUILancher.createUI(JAXXContext context,
Class<UI> uiClass,
Class<M> modelClass,
M model,
String title,
String tip,
ImageIcon icon)
|
protected UI |
WizardUILancher.createUI(JAXXContext context,
Window mainUI,
Class<UI> uiClass,
Class<M> modelClass,
M model)
|
| Constructors in jaxx.runtime.swing.wizard with parameters of type JAXXContext | |
|---|---|
WizardUILancher(JAXXContext context,
Class<UI> uiClass,
Class<M> modelClass,
M model,
String title,
String tip,
ImageIcon icon)
|
|
WizardUILancher(JAXXContext context,
Class<UI> uiClass,
Class<M> modelClass,
String title,
String tip,
ImageIcon icon)
|
|
WizardUILancher(JAXXContext context,
Window mainUI,
Class<UI> uiClass,
Class<M> modelClass)
|
|
WizardUILancher(JAXXContext context,
Window mainUI,
Class<UI> uiClass,
Class<M> modelClass,
M model)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||