Uses of Class
org.nuiton.jaxx.runtime.swing.nav.tree.NavTreeNodeChildLoador
-
Packages that use NavTreeNodeChildLoador Package Description org.nuiton.jaxx.runtime.swing.nav.tree JAXX - nav tree implementation -
-
Uses of NavTreeNodeChildLoador in org.nuiton.jaxx.runtime.swing.nav.tree
Fields in org.nuiton.jaxx.runtime.swing.nav.tree declared as NavTreeNodeChildLoador Modifier and Type Field Description protected NavTreeNodeChildLoador<?,?,N>NavTreeNode. childLoadorOptional child loador to lazy create childs of the node.Constructors in org.nuiton.jaxx.runtime.swing.nav.tree with parameters of type NavTreeNodeChildLoador Constructor Description NavTreeNode(Class<?> internalClass, String id, String context, NavTreeNodeChildLoador<?,?,N> childLoador)
-