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. 
 

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<O> klass)
           
static
<O> JAXXContextEntryDef<List<O>>
JAXXUtil.newListContextEntryDef()
           
static
<O> JAXXContextEntryDef<List<O>>
JAXXUtil.newListContextEntryDef(String name)
           
 

Methods in jaxx.runtime with parameters of type JAXXContextEntryDef
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
 

Methods in jaxx.runtime.context that return JAXXContextEntryDef
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.
 

Uses of JAXXContextEntryDef in jaxx.runtime.swing.navigation
 

Fields in jaxx.runtime.swing.navigation declared as JAXXContextEntryDef
protected  JAXXContextEntryDef<?> NavigationTreeNode.jaxxContextEntryDef
          The context entry definition to retrieve the bean.
protected  JAXXContextEntryDef<Object> NavigationTreeContextHelper.selectedBeanContextEntry
           
protected  JAXXContextEntryDef<NavigationTreeNode> NavigationTreeContextHelper.selectedNodeContextEntry
           
protected  JAXXContextEntryDef<String> NavigationTreeContextHelper.selectedPathContextEntry
           
protected  JAXXContextEntryDef<JTree> NavigationTreeContextHelper.treeContextEntry
           
protected  JAXXContextEntryDef<NavigationTreeHandler> NavigationTreeContextHelper.treeHandlerContextEntry
           
protected  JAXXContextEntryDef<NavigationTreeModel> NavigationTreeContextHelper.treeModelContextEntry
           
 

Methods in jaxx.runtime.swing.navigation that return JAXXContextEntryDef
 JAXXContextEntryDef<?> NavigationTreeNode.getJaxxContextEntryDef()
           
protected  JAXXContextEntryDef<Object> NavigationTreeContextHelper.getSelectedBeanContextEntry()
           
protected  JAXXContextEntryDef<NavigationTreeNode> NavigationTreeContextHelper.getSelectedNodeContextEntry()
           
protected  JAXXContextEntryDef<String> NavigationTreeContextHelper.getSelectedPathContextEntry()
           
protected  JAXXContextEntryDef<JTree> NavigationTreeContextHelper.getTreeContextEntry()
           
protected  JAXXContextEntryDef<NavigationTreeHandler> NavigationTreeContextHelper.getTreeHandlerContextEntry()
           
protected  JAXXContextEntryDef<NavigationTreeModel> NavigationTreeContextHelper.getTreeModelContextEntry()
           
 

Methods in jaxx.runtime.swing.navigation with parameters of type JAXXContextEntryDef
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, Decorator<?> decorator, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.build(NavigationTreeNode parentNode, String libelle, JAXXContextEntryDef<?> entryDef, String entryPath, String contextName, Class<? extends JAXXObject> uiClass, Class<? extends JAXXAction> actionClass)
           
 NavigationTreeNode NavigationTreeModelBuilder.buildEmptyRoot(JAXXContextEntryDef<?> entryDef, String contextName)
           
 void NavigationTreeNode.setJaxxContextEntryDef(JAXXContextEntryDef<?> jaxxContextEntryDef)
           
 

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



Copyright © 2008-2010 CodeLutin. All Rights Reserved.