Uses of Class
jaxx.runtime.context.JAXXContextEntryDef
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description static <O> JAXXContextEntryDef<O>JAXXUtil. newContextEntryDef(java.lang.Class<O> klass)static <O> JAXXContextEntryDef<O>JAXXUtil. newContextEntryDef(java.lang.String name, java.lang.Class<?> klass)static <O> JAXXContextEntryDef<java.util.List<O>>JAXXUtil. newListContextEntryDef()static <O> JAXXContextEntryDef<java.util.List<O>>JAXXUtil. newListContextEntryDef(java.lang.String name)static <K, V> JAXXContextEntryDef<java.util.Map<K,V>>JAXXUtil. newMapContextEntryDef(java.lang.String name)Methods in jaxx.runtime with parameters of type JAXXContextEntryDef 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. -
Uses of JAXXContextEntryDef in jaxx.runtime.context
Fields in jaxx.runtime.context declared as JAXXContextEntryDef Modifier and Type Field Description protected static JAXXContextEntryDef<JAXXContext>DefaultJAXXContext. PARENT_CONTEXT_ENTRYentry of the parent contextFields in jaxx.runtime.context with type parameters of type JAXXContextEntryDef Modifier and Type Field Description protected java.util.Map<JAXXContextEntryDef<?>,java.lang.Object>DefaultJAXXContext. datales données contenues dans le contextprotected java.util.Map<JAXXContextEntryDef<?>,java.lang.String>DefaultApplicationContext. entryListenedMap of entries to watch associated with the property to fires if a modification was found.Methods in jaxx.runtime.context that return JAXXContextEntryDef Modifier and Type Method Description protected JAXXContextEntryDef<?>DefaultJAXXContext. getEntry(java.lang.Class<?> klass, java.lang.String name)protected JAXXContextEntryDef<?>DefaultJAXXContext. getKey(java.lang.String name, java.lang.Class<?> klass)Methods in jaxx.runtime.context with parameters of type JAXXContextEntryDef Modifier and Type Method Description <O> JAXXInitialContextJAXXInitialContext. add(JAXXContextEntryDef<O> def, O value)Register a named (or not) value in the context.voidDefaultApplicationContext. addPropertyChangeListener(JAXXContextEntryDef<?> entry, java.lang.String name, java.beans.PropertyChangeListener listener)To add a listen modification of the given entry in the context.protected voidDefaultApplicationContext. fireEntryChanged(JAXXContextEntryDef<?> entryDef, java.lang.Object oldValue, java.lang.Object newValue)voidDefaultApplicationContext. removePropertyChangeListener(JAXXContextEntryDef<?> entry, java.lang.String name, java.beans.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 Modifier and Type Field Description static JAXXContextEntryDef<java.lang.Runnable>WizardUILancher. APPLY_DEFthe jaxx context entry to store the apply actionstatic JAXXContextEntryDef<java.lang.Runnable>WizardUILancher. CANCEL_DEFthe jaxx context entry to store the cancel actionMethods in jaxx.runtime.swing.wizard that return JAXXContextEntryDef Modifier and Type Method Description static <M extends WizardModel<?>>
JAXXContextEntryDef<M>WizardUILancher. newModelEntry(java.lang.Class<M> modelType)