| Package | Description |
|---|---|
| org.nuiton.jaxx.runtime.swing.nav |
JAXX - nav api
This package contains a little framework to build dynamic nodes.
|
| org.nuiton.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.
|
| org.nuiton.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.
|
| Modifier and Type | Field and Description |
|---|---|
protected static Set<? super NavNodeChildLoador<?,?,?,?,?>> |
NavHelper.childLoadors
Cache of child loadors.
|
| Modifier and Type | Method and Description |
|---|---|
static <L extends NavNodeChildLoador<?,?,?,?,?>> |
NavHelper.getChildLoador(Class<L> type)
Obtains the
NavNodeChildLoador of the given type from
internal cache. |
| Modifier and Type | Method and Description |
|---|---|
protected static Set<? super NavNodeChildLoador<?,?,?,?,?>> |
NavHelper.getChildLoadors() |
| Modifier and Type | Class and Description |
|---|---|
class |
NavTreeNodeChildLoador<T,O,N extends NavTreeNode<N>>
Implementation for tree of
NavNodeChildLoador |
| Modifier and Type | Class and Description |
|---|---|
class |
NavTreeTableNodeChildLoador<T,O,N extends NavTreeTableNode<N>>
Implementation for tree table of
NavNodeChildLoador |
Copyright © 2008–2017 Ultreia.io. All rights reserved.