|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JAXXContextEntryDef | |
|---|---|
| jaxx.runtime | |
| jaxx.runtime.context | |
| jaxx.runtime.swing.wizard | JAXX - Wizard framework |
| Uses of JAXXContextEntryDef in jaxx.runtime |
|---|
| Methods in jaxx.runtime that return JAXXContextEntryDef | ||
|---|---|---|
static
|
JAXXUtil.newContextEntryDef(Class<O> klass)
|
|
static
|
JAXXUtil.newContextEntryDef(String name,
Class<?> klass)
|
|
static
|
JAXXUtil.newListContextEntryDef()
|
|
static
|
JAXXUtil.newListContextEntryDef(String name)
|
|
static
|
JAXXUtil.newMapContextEntryDef(String name)
|
|
| Methods in jaxx.runtime with parameters of type JAXXContextEntryDef | ||
|---|---|---|
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. |
|
| Uses of JAXXContextEntryDef in jaxx.runtime.context |
|---|
| Fields in jaxx.runtime.context declared as JAXXContextEntryDef | |
|---|---|
protected static JAXXContextEntryDef<JAXXContext> |
DefaultJAXXContext.PARENT_CONTEXT_ENTRY
entry of the parent context |
| Fields in jaxx.runtime.context with type parameters of type JAXXContextEntryDef | |
|---|---|
protected Map<JAXXContextEntryDef<?>,Object> |
DefaultJAXXContext.data
les données contenues dans le context |
protected Map<JAXXContextEntryDef<?>,String> |
DefaultApplicationContext.entryListened
Map of entries to watch associated with the property to fires if a modification was found. |
| Methods in jaxx.runtime.context that return JAXXContextEntryDef | |
|---|---|
protected JAXXContextEntryDef<?> |
DefaultJAXXContext.getEntry(Class<?> klass,
String name)
|
protected JAXXContextEntryDef<?> |
DefaultJAXXContext.getKey(String name,
Class<?> klass)
|
| Methods in jaxx.runtime.context with parameters of type JAXXContextEntryDef | ||
|---|---|---|
|
JAXXInitialContext.add(JAXXContextEntryDef<O> def,
O value)
Register a named (or not) value in the context. |
|
void |
DefaultApplicationContext.addPropertyChangeListener(JAXXContextEntryDef<?> entry,
String name,
PropertyChangeListener listener)
To add a listen modification of the given entry in the context. |
|
protected void |
DefaultApplicationContext.fireEntryChanged(JAXXContextEntryDef<?> entryDef,
Object oldValue,
Object newValue)
|
|
void |
DefaultApplicationContext.removePropertyChangeListener(JAXXContextEntryDef<?> entry,
String name,
PropertyChangeListener listener)
To remove a listen modification of the given entry in the context. |
|
| Uses of JAXXContextEntryDef in jaxx.runtime.swing.wizard |
|---|
| Fields in jaxx.runtime.swing.wizard declared as JAXXContextEntryDef | |
|---|---|
static JAXXContextEntryDef<Runnable> |
WizardUILancher.APPLY_DEF
the jaxx context entry to store the apply action |
static JAXXContextEntryDef<Runnable> |
WizardUILancher.CANCEL_DEF
the jaxx context entry to store the cancel action |
| Methods in jaxx.runtime.swing.wizard that return JAXXContextEntryDef | ||
|---|---|---|
static
|
WizardUILancher.newModelEntry(Class<M> modelType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||