Uses of Class
jaxx.runtime.swing.nav.NavNodeChildLoador

Packages that use NavNodeChildLoador
jaxx.runtime.swing.nav JAXX - nav api This package contains a little framework to build dynamci nodes. 
jaxx.runtime.swing.nav.tree JAXX - nav tree implementation This package contains the implementation of nav api for the JTree NavTreeNode An override of DefaultMutableTreeNode implement JaxxNode. 
jaxx.runtime.swing.nav.treetable JAXX - nav tree table implementation This package contains the implementation of nav api for the JXTreeTable NavTreeTableNode An override of DefaultMutableTreeTableNode implement JaxxNode NavTreeTableChildLoador Object to load childs of a tree table node using DataProvider. 
 

Uses of NavNodeChildLoador in jaxx.runtime.swing.nav
 

Fields in jaxx.runtime.swing.nav with type parameters of type NavNodeChildLoador
protected static Set<? super NavNodeChildLoador<?,?,?,?,?>> NavHelper.childLoadors
          Cache of child loadors.
 

Methods in jaxx.runtime.swing.nav with type parameters of type NavNodeChildLoador
static
<L extends NavNodeChildLoador<?,?,?,?,?>>
L
NavHelper.getChildLoador(Class<L> type)
          Obtains the NavNodeChildLoador of the given type from internal cache.
 

Methods in jaxx.runtime.swing.nav that return types with arguments of type NavNodeChildLoador
protected static Set<? super NavNodeChildLoador<?,?,?,?,?>> NavHelper.getChildLoadors()
           
 

Uses of NavNodeChildLoador in jaxx.runtime.swing.nav.tree
 

Subclasses of NavNodeChildLoador in jaxx.runtime.swing.nav.tree
 class NavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>>
          Implementation for tree of NavNodeChildLoador
 

Uses of NavNodeChildLoador in jaxx.runtime.swing.nav.treetable
 

Subclasses of NavNodeChildLoador in jaxx.runtime.swing.nav.treetable
 class NavTreeTableNodeChildLoador<T,O,N extends NavTreeTableNode<N>>
          Implementation for tree table of NavNodeChildLoador
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.