Uses of Interface
jaxx.runtime.swing.nav.NavNode

Packages that use NavNode
jaxx.runtime.swing.nav JAXX - nav api 
jaxx.runtime.swing.nav.tree JAXX - nav tree implementation 
jaxx.runtime.swing.nav.treetable JAXX - nav tree table implementation 
 

Uses of NavNode in jaxx.runtime.swing.nav
 

Classes in jaxx.runtime.swing.nav with type parameters of type NavNode
 interface NavBridge<M,N extends NavNode<M,N>>
          Contract of the bridge used by NavHelper to hold model and ui.
 class NavHelper<M,U,B extends NavBridge<M,N>,N extends NavNode<M,N>>
          Tree helper to deal with the build of trees and other usefull operations.
 interface NavNode<M,N extends NavNode<M,N>>
          Definition of a node with a optional childLoador to build childs of node.
 class NavNodeChildLoador<T,O,M,B extends NavBridge<M,N>,N extends NavNode<M,N>>
          Object to load childs of a node.
 

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

Classes in jaxx.runtime.swing.nav.tree with type parameters of type NavNode
 class AbstractNavTreeCellRenderer<M,N extends NavNode<M,N>>
          Le renderer abstrait (qui a toutes les methodes qui aident) pour implanter de vrai renderer pour les diffĂ©rents cas d'utilisation de l'abre de navigation.
 

Classes in jaxx.runtime.swing.nav.tree that implement NavNode
 class NavTreeNode<N extends NavTreeNode<N>>
          Implementation of NavNode used to create in tree table This node extends DefaultMutableTreeNode
 

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

Classes in jaxx.runtime.swing.nav.treetable that implement NavNode
 class NavTreeTableNode<N extends NavTreeTableNode<N>>
          Implementation of NavNode used to create in tree table This node extends DefaultMutableTreeTableNode used by JXTreeTable
 



Copyright © 2008-2011 CodeLutin. All Rights Reserved.