-
Classes in jaxx.runtime.swing.nav with type parameters of type NavNode
| Modifier and Type |
Interface |
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.
|
-
-