|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavNodeChildLoador | |
|---|---|
| jaxx.runtime.swing.nav | JAXX - nav api This package contains a little framework to build dynamic nodes. |
| jaxx.runtime.swing.nav.tree | JAXX - nav tree implementation This package contains the implementation of nav api for the JTree NavTreeNode An override of DefaultMutableTreeNode implement JaxxNode. |
| jaxx.runtime.swing.nav.treetable | JAXX - nav tree table implementation This package contains the implementation of nav api for the JXTreeTable NavTreeTableNode An override of DefaultMutableTreeTableNode implement JaxxNode NavTreeTableChildLoador Object to load childs of a tree table node using DataProvider. |
| Uses of NavNodeChildLoador in jaxx.runtime.swing.nav |
|---|
| Fields in jaxx.runtime.swing.nav with type parameters of type NavNodeChildLoador | |
|---|---|
protected static Set<? super NavNodeChildLoador<?,?,?,?,?>> |
NavHelper.childLoadors
Cache of child loadors. |
| Methods in jaxx.runtime.swing.nav with type parameters of type NavNodeChildLoador | ||
|---|---|---|
static
|
NavHelper.getChildLoador(Class<L> type)
Obtains the NavNodeChildLoador of the given type from
internal cache. |
|
| Methods in jaxx.runtime.swing.nav that return types with arguments of type NavNodeChildLoador | |
|---|---|
protected static Set<? super NavNodeChildLoador<?,?,?,?,?>> |
NavHelper.getChildLoadors()
|
| Uses of NavNodeChildLoador in jaxx.runtime.swing.nav.tree |
|---|
| Subclasses of NavNodeChildLoador in jaxx.runtime.swing.nav.tree | |
|---|---|
class |
NavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>>
Implementation for tree of NavNodeChildLoador |
| Uses of NavNodeChildLoador in jaxx.runtime.swing.nav.treetable |
|---|
| Subclasses of NavNodeChildLoador in jaxx.runtime.swing.nav.treetable | |
|---|---|
class |
NavTreeTableNodeChildLoador<T,O,N extends NavTreeTableNode<N>>
Implementation for tree table of NavNodeChildLoador |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||