Uses of Interface
org.nuiton.jaxx.runtime.swing.nav.NavBridge
-
Packages that use NavBridge Package Description org.nuiton.jaxx.runtime.swing.nav JAXX - nav apiorg.nuiton.jaxx.runtime.swing.nav.tree JAXX - nav tree implementationorg.nuiton.jaxx.runtime.swing.nav.treetable JAXX - nav tree table implementation -
-
Uses of NavBridge in org.nuiton.jaxx.runtime.swing.nav
Classes in org.nuiton.jaxx.runtime.swing.nav with type parameters of type NavBridge Modifier and Type Class Description classNavHelper<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.classNavNodeChildLoador<T,O,M,B extends NavBridge<M,N>,N extends NavNode<M,N>>Object to load childs of a node.Methods in org.nuiton.jaxx.runtime.swing.nav with parameters of type NavBridge Modifier and Type Method Description NNavNode. findNodeById(String id, NavBridge<M,N> bridge, NavDataProvider provider)Given anid, obtain the child with matching id.NNavNode. getChild(String id, NavBridge<M,N> bridge, NavDataProvider provider)Given anid, obtain the child with matching id.voidNavNode. populateChilds(NavBridge<M,N> bridge, NavDataProvider provider)To populate childs of the node (only when a none static node).voidNavNode. populateNode(NavBridge<M,N> bridge, NavDataProvider provider, boolean populateChilds)To populate the node. -
Uses of NavBridge in org.nuiton.jaxx.runtime.swing.nav.tree
Classes in org.nuiton.jaxx.runtime.swing.nav.tree that implement NavBridge Modifier and Type Class Description classNavTreeBridge<N extends NavTreeNode<N>>Delegate model used to switch between tree model and tree table model apiMethods in org.nuiton.jaxx.runtime.swing.nav.tree with parameters of type NavBridge Modifier and Type Method Description NNavTreeNode. findNodeById(String id, NavBridge<DefaultTreeModel,N> model, NavDataProvider provider)NNavTreeNode. getChild(String id, NavBridge<DefaultTreeModel,N> bridge, NavDataProvider provider)voidNavTreeNode. populateChilds(NavBridge<DefaultTreeModel,N> bridge, NavDataProvider provider)voidNavTreeNode. populateNode(NavBridge<DefaultTreeModel,N> model, NavDataProvider provider, boolean populateChilds) -
Uses of NavBridge in org.nuiton.jaxx.runtime.swing.nav.treetable
Classes in org.nuiton.jaxx.runtime.swing.nav.treetable that implement NavBridge Modifier and Type Class Description classNavTreeTableBridge<N extends NavTreeTableNode<N>>Delegate model used to switch between tree model and tree table model apiMethods in org.nuiton.jaxx.runtime.swing.nav.treetable with parameters of type NavBridge Modifier and Type Method Description NNavTreeTableNode. findNodeById(String id, NavBridge<NavTreeTableModel,N> model, NavDataProvider provider)NNavTreeTableNode. getChild(String id, NavBridge<NavTreeTableModel,N> bridge, NavDataProvider provider)voidNavTreeTableNode. populateChilds(NavBridge<NavTreeTableModel,N> bridge, NavDataProvider provider)voidNavTreeTableNode. populateNode(NavBridge<NavTreeTableModel,N> model, NavDataProvider provider, boolean populateChilds)
-