Uses of Class
jaxx.runtime.context.JAXXContextEntryDef

Packages that use JAXXContextEntryDef
jaxx.runtime   
jaxx.runtime.context   
jaxx.runtime.swing.navigation JAXX - tree utilities This package contains all the classes of the navigation tree framework. 
jaxx.runtime.swing.navigation.tree   
jaxx.runtime.swing.navigation.treetable   
jaxx.runtime.swing.wizard JAXX - Wizard framework This package contains all the classes of the 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.navigation
 

Fields in jaxx.runtime.swing.navigation declared as JAXXContextEntryDef
protected  JAXXContextEntryDef<NavigationHandler<E>> NavigationContextHelper.handlerContextEntry
          Deprecated.  
protected  JAXXContextEntryDef<NavigationModel<E>> NavigationContextHelper.modelContextEntry
          Deprecated.  
protected  JAXXContextEntryDef<List<Object>> NavigationContextHelper.selectedBeansContextEntry
          Deprecated.  
protected  JAXXContextEntryDef<List<E>> NavigationContextHelper.selectedNodesContextEntry
          Deprecated.  
protected  JAXXContextEntryDef<List<String>> NavigationContextHelper.selectedPathsContextEntry
          Deprecated.  
protected  JAXXContextEntryDef<JTree> NavigationContextHelper.treeContextEntry
          Deprecated.  
protected  JAXXContextEntryDef<org.jdesktop.swingx.JXTreeTable> NavigationContextHelper.treeTableContextEntry
          Deprecated.  
 

Methods in jaxx.runtime.swing.navigation that return JAXXContextEntryDef
 JAXXContextEntryDef<?> NavigationNode.getJaxxContextEntryDef()
          Deprecated.  
protected  JAXXContextEntryDef<NavigationModel<E>> NavigationContextHelper.getModelContextEntry()
          Deprecated.  
protected  JAXXContextEntryDef<List<Object>> NavigationContextHelper.getSelectedBeanContextEntry()
          Deprecated.  
protected  JAXXContextEntryDef<List<E>> NavigationContextHelper.getSelectedNodeContextEntry()
          Deprecated.  
protected  JAXXContextEntryDef<List<String>> NavigationContextHelper.getSelectedPathContextEntry()
          Deprecated.  
protected  JAXXContextEntryDef<JTree> NavigationContextHelper.getTreeContextEntry()
          Deprecated.  
protected  JAXXContextEntryDef<NavigationHandler<E>> NavigationContextHelper.getTreeHandlerContextEntry()
          Deprecated.  
protected  JAXXContextEntryDef<org.jdesktop.swingx.JXTreeTable> NavigationContextHelper.getTreeTableContextEntry()
          Deprecated.  
 

Methods in jaxx.runtime.swing.navigation with parameters of type JAXXContextEntryDef
 E NavigationModelBuilder.build(E parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
          Deprecated.  
 E AbstractNavigationModelBuilder.build(E parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
          Deprecated.  
 E NavigationModelBuilder.build(E parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
          Deprecated.  
 E AbstractNavigationModelBuilder.build(E parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
          Deprecated.  
 E NavigationModelBuilder.build(E parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
          Deprecated.  
 E AbstractNavigationModelBuilder.build(E parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
          Deprecated.  
 E NavigationModelBuilder.build(E parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
          Deprecated.  
 E AbstractNavigationModelBuilder.build(E parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
          Deprecated.  
 E NavigationModelBuilder.buildEmptyRoot(JAXXContextEntryDef<?> entryDef, String contextName)
          Deprecated.  
 E AbstractNavigationModelBuilder.buildEmptyRoot(JAXXContextEntryDef<?> entryDef, String contextName)
          Deprecated.  
 E NavigationModelBuilder.createNavigationNode(String pathSeparator, String contextName, JAXXContextEntryDef<?> jaxxContextEntryDef, String jaxxContextEntryPath)
          Deprecated.  
protected
<T> T
NavigationContextHelper.getSelectedValue(JAXXContextEntryDef<List<T>> entry, JAXXContext context)
          Deprecated.  
 void NavigationNode.setJaxxContextEntryDef(JAXXContextEntryDef<?> jaxxContextEntryDef)
          Deprecated.  
protected
<T> void
NavigationContextHelper.setSelectedValue(JAXXContextEntryDef<List<T>> entry, JAXXContext context, T value)
          Deprecated.  
protected
<T> void
NavigationContextHelper.setSelectedValues(JAXXContextEntryDef<List<T>> entry, JAXXContext context, List<T> values)
          Deprecated.  
 

Uses of JAXXContextEntryDef in jaxx.runtime.swing.navigation.tree
 

Fields in jaxx.runtime.swing.navigation.tree declared as JAXXContextEntryDef
protected  JAXXContextEntryDef<?> NavigationTreeNode.jaxxContextEntryDef
          Deprecated. The context entry definition to retrieve the bean.
 

Methods in jaxx.runtime.swing.navigation.tree that return JAXXContextEntryDef
 JAXXContextEntryDef<?> NavigationTreeNode.getJaxxContextEntryDef()
          Deprecated.  
 

Methods in jaxx.runtime.swing.navigation.tree with parameters of type JAXXContextEntryDef
 NavigationTreeNode NavigationTreeModelBuilder.createNavigationNode(String pathSeparator, String contextName, JAXXContextEntryDef<?> jaxxContextEntryDef, String jaxxContextEntryPath)
          Deprecated.  
 void NavigationTreeNode.setJaxxContextEntryDef(JAXXContextEntryDef<?> jaxxContextEntryDef)
          Deprecated.  
 

Constructors in jaxx.runtime.swing.navigation.tree with parameters of type JAXXContextEntryDef
NavigationTreeNode(String pathSeparator, String navigationPath, JAXXContextEntryDef<?> jaxxContextEntryDef, String jaxxContextEntryPath)
          Deprecated.  
 

Uses of JAXXContextEntryDef in jaxx.runtime.swing.navigation.treetable
 

Fields in jaxx.runtime.swing.navigation.treetable declared as JAXXContextEntryDef
protected  JAXXContextEntryDef<?> NavigationTreeTableNode.jaxxContextEntryDef
          Deprecated. The context entry definition to retrieve the bean.
 

Methods in jaxx.runtime.swing.navigation.treetable that return JAXXContextEntryDef
 JAXXContextEntryDef<?> NavigationTreeTableNode.getJaxxContextEntryDef()
          Deprecated.  
 

Methods in jaxx.runtime.swing.navigation.treetable with parameters of type JAXXContextEntryDef
 NavigationTreeTableNode NavigationTreeTableModelBuilder.createNavigationNode(String pathSeparator, String contextName, JAXXContextEntryDef<?> jaxxContextEntryDef, String jaxxContextEntryPath)
          Deprecated.  
 void NavigationTreeTableNode.setJaxxContextEntryDef(JAXXContextEntryDef<?> jaxxContextEntryDef)
          Deprecated.  
 

Constructors in jaxx.runtime.swing.navigation.treetable with parameters of type JAXXContextEntryDef
NavigationTreeTableNode(String pathSeparator, String navigationPath, JAXXContextEntryDef<?> jaxxContextEntryDef, String jaxxContextEntryPath)
          Deprecated.  
 

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-2010 CodeLutin. All Rights Reserved.