Uses of Interface
org.nuiton.jaxx.runtime.swing.nav.NavNode
-
Packages that use NavNode 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 NavNode in org.nuiton.jaxx.runtime.swing.nav
Classes in org.nuiton.jaxx.runtime.swing.nav with type parameters of type NavNode Modifier and Type Interface Description interfaceNavBridge<M,N extends NavNode<M,N>>Contract of the bridge used byNavHelperto hold model and ui.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.interfaceNavNode<M,N extends NavNode<M,N>>Definition of a node with a optionalchildLoadorto build childs of node.classNavNodeChildLoador<T,O,M,B extends NavBridge<M,N>,N extends NavNode<M,N>>Object to load childs of a node. -
Uses of NavNode in org.nuiton.jaxx.runtime.swing.nav.tree
Classes in org.nuiton.jaxx.runtime.swing.nav.tree with type parameters of type NavNode Modifier and Type Class Description classAbstractNavTreeCellRenderer<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 org.nuiton.jaxx.runtime.swing.nav.tree that implement NavNode Modifier and Type Class Description classNavTreeNode<N extends NavTreeNode<N>>Implementation ofNavNodeused to create in tree table This node extendsDefaultMutableTreeNode -
Uses of NavNode in org.nuiton.jaxx.runtime.swing.nav.treetable
Classes in org.nuiton.jaxx.runtime.swing.nav.treetable that implement NavNode Modifier and Type Class Description classNavTreeTableNode<N extends NavTreeTableNode<N>>Implementation ofNavNodeused to create in tree table This node extendsDefaultMutableTreeTableNodeused byJXTreeTable
-