Package jaxx.runtime.swing.nav.treetable
Class NavTreeTableNodeChildLoador<T,O,N extends NavTreeTableNode<N>>
java.lang.Object
jaxx.runtime.swing.nav.NavNodeChildLoador<T,O,NavTreeTableModel,NavTreeTableBridge<N>,N>
jaxx.runtime.swing.nav.treetable.NavTreeTableNodeChildLoador<T,O,N>
- All Implemented Interfaces:
java.io.Serializable
public abstract class NavTreeTableNodeChildLoador<T,O,N extends NavTreeTableNode<N>> extends NavNodeChildLoador<T,O,NavTreeTableModel,NavTreeTableBridge<N>,N>
Implementation for tree table 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 protectedNavTreeTableNodeChildLoador(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
-
NavTreeTableNodeChildLoador
-