Uses of Class
jaxx.runtime.context.JAXXContextEntryDef

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
<O> JAXXContextEntryDef<O>
JAXXUtil.newContextEntryDef(Class<O> klass)
           
static
<O> JAXXContextEntryDef<O>
JAXXUtil.newContextEntryDef(String name, Class<?> klass)
           
static
<O> JAXXContextEntryDef<List<O>>
JAXXUtil.newListContextEntryDef()
           
static
<O> JAXXContextEntryDef<List<O>>
JAXXUtil.newListContextEntryDef(String name)
           
static
<K,V> JAXXContextEntryDef<Map<K,V>>
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
<T> T
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
<O> JAXXInitialContext
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
<M extends WizardModel<?>>
JAXXContextEntryDef<M>
WizardUILancher.newModelEntry(Class<M> modelType)
           
 



Copyright © 2008-2012 CodeLutin. All Rights Reserved.