| 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 | Interface and Description |
|---|---|
interface |
NavBridge<M,N extends NavNode<M,N>>
Contract of the bridge used by
NavHelper to hold model and ui. |
class |
NavHelper<M,U,B extends NavBridge<M,N>,N extends NavNode<M,N>>
Tree helper to deal with the build of trees and other usefull operations.
|
interface |
NavNode<M,N extends NavNode<M,N>>
Definition of a node with a optional
childLoador to build childs of
node. |
class |
NavNodeChildLoador<T,O,M,B extends NavBridge<M,N>,N extends NavNode<M,N>>
Object to load childs of a node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNavTreeCellRenderer<M,N extends NavNode<M,N>>
Le renderer abstrait (qui a toutes les methodes qui aident) pour implanter de
vrai renderer pour les différents cas d'utilisation de l'abre de navigation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NavTreeNode<N extends NavTreeNode<N>>
Implementation of
NavNode used to create in tree table
This node extends DefaultMutableTreeNode |
| Modifier and Type | Class and Description |
|---|---|
class |
NavTreeTableNode<N extends NavTreeTableNode<N>>
Implementation of
NavNode used to create in tree table
This node extends DefaultMutableTreeTableNode used by
JXTreeTable |
Copyright © 2008–2017 Ultreia.io. All rights reserved.