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

Packages that use NavBridge
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 NavBridge in jaxx.runtime.swing.nav
 

Classes in jaxx.runtime.swing.nav with type parameters of type NavBridge
 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.
 class NavNodeChildLoador<T,O,M,B extends NavBridge<M,N>,N extends NavNode<M,N>>
          Object to load childs of a node.
 

Methods in jaxx.runtime.swing.nav with parameters of type NavBridge
 N NavNode.findNodeById(String id, NavBridge<M,N> bridge, NavDataProvider provider)
          Given an id, obtain the child with matching id.
 N NavNode.getChild(String id, NavBridge<M,N> bridge, NavDataProvider provider)
          Given an id, obtain the child with matching id.
 void NavNode.populateChilds(NavBridge<M,N> bridge, NavDataProvider provider)
          To populate childs of the node (only when a none static node).
 void NavNode.populateNode(NavBridge<M,N> bridge, NavDataProvider provider, boolean populateChilds)
          To populate the node.
 

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

Classes in jaxx.runtime.swing.nav.tree that implement NavBridge
 class NavTreeBridge<N extends NavTreeNode<N>>
          Delegate model used to switch between tree model and tree table model api
 

Methods in jaxx.runtime.swing.nav.tree with parameters of type NavBridge
 N NavTreeNode.findNodeById(String id, NavBridge<DefaultTreeModel,N> model, NavDataProvider provider)
           
 N NavTreeNode.getChild(String id, NavBridge<DefaultTreeModel,N> bridge, NavDataProvider provider)
           
 void NavTreeNode.populateChilds(NavBridge<DefaultTreeModel,N> bridge, NavDataProvider provider)
           
 void NavTreeNode.populateNode(NavBridge<DefaultTreeModel,N> model, NavDataProvider provider, boolean populateChilds)
           
 

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

Classes in jaxx.runtime.swing.nav.treetable that implement NavBridge
 class NavTreeTableBridge<N extends NavTreeTableNode<N>>
          Delegate model used to switch between tree model and tree table model api
 

Methods in jaxx.runtime.swing.nav.treetable with parameters of type NavBridge
 N NavTreeTableNode.findNodeById(String id, NavBridge<NavTreeTableModel,N> model, NavDataProvider provider)
           
 N NavTreeTableNode.getChild(String id, NavBridge<NavTreeTableModel,N> bridge, NavDataProvider provider)
           
 void NavTreeTableNode.populateChilds(NavBridge<NavTreeTableModel,N> bridge, NavDataProvider provider)
           
 void NavTreeTableNode.populateNode(NavBridge<NavTreeTableModel,N> model, NavDataProvider provider, boolean populateChilds)
           
 



Copyright © 2008-2011 CodeLutin. All Rights Reserved.