Package jaxx.runtime.swing.nav.tree
Class NavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>>
java.lang.Object
jaxx.runtime.swing.nav.NavNodeChildLoador<T,O,javax.swing.tree.DefaultTreeModel,NavTreeBridge<N>,N>
jaxx.runtime.swing.nav.tree.NavTreeNodeChildLoador<T,O,N>
- All Implemented Interfaces:
java.io.Serializable
public abstract class NavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>> extends NavNodeChildLoador<T,O,javax.swing.tree.DefaultTreeModel,NavTreeBridge<N>,N>
Implementation for tree of
NavNodeChildLoador- Since:
- 2.2
- Author:
- Sylvain Lletellier
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class jaxx.runtime.swing.nav.NavNodeChildLoador
beanType -
Constructor Summary
Constructors Modifier Constructor Description protectedNavTreeNodeChildLoador(java.lang.Class<O> beanType) -
Method Summary
Methods inherited from class jaxx.runtime.swing.nav.NavNodeChildLoador
addChildNodes, createNode, getBeanType, getData, loadChildsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NavTreeNodeChildLoador
-