Uses of Class
org.nuiton.jaxx.runtime.swing.nav.NavNodeChildLoador
-
Packages that use NavNodeChildLoador 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 NavNodeChildLoador in org.nuiton.jaxx.runtime.swing.nav
Fields in org.nuiton.jaxx.runtime.swing.nav with type parameters of type NavNodeChildLoador Modifier and Type Field Description protected static Set<? super NavNodeChildLoador<?,?,?,?,?>>NavHelper. childLoadorsCache of child loadors.Methods in org.nuiton.jaxx.runtime.swing.nav with type parameters of type NavNodeChildLoador Modifier and Type Method Description static <L extends NavNodeChildLoador<?,?,?,?,?>>
LNavHelper. getChildLoador(Class<L> type)Obtains theNavNodeChildLoadorof the giventypefrom internal cache.Methods in org.nuiton.jaxx.runtime.swing.nav that return types with arguments of type NavNodeChildLoador Modifier and Type Method Description protected static Set<? super NavNodeChildLoador<?,?,?,?,?>>NavHelper. getChildLoadors() -
Uses of NavNodeChildLoador in org.nuiton.jaxx.runtime.swing.nav.tree
Subclasses of NavNodeChildLoador in org.nuiton.jaxx.runtime.swing.nav.tree Modifier and Type Class Description classNavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>>Implementation for tree ofNavNodeChildLoador -
Uses of NavNodeChildLoador in org.nuiton.jaxx.runtime.swing.nav.treetable
Subclasses of NavNodeChildLoador in org.nuiton.jaxx.runtime.swing.nav.treetable Modifier and Type Class Description classNavTreeTableNodeChildLoador<T,O,N extends NavTreeTableNode<N>>Implementation for tree table ofNavNodeChildLoador
-