|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NavigationNode | |
|---|---|
| jaxx.runtime.swing.navigation | JAXX - tree utilities This package contains all the classes of the navigation tree framework. |
| jaxx.runtime.swing.navigation.handler | |
| jaxx.runtime.swing.navigation.tree | |
| jaxx.runtime.swing.navigation.treetable | |
| Uses of NavigationNode in jaxx.runtime.swing.navigation |
|---|
| Classes in jaxx.runtime.swing.navigation with type parameters of type NavigationNode | |
|---|---|
class |
AbstractNavigationHelper<E extends NavigationNode<E>>
Helper object associated to a given navigation tree system. |
class |
AbstractNavigationModel<E extends NavigationNode<E>>
Model of the tree used for a navigation tree. |
class |
AbstractNavigationModelBuilder<E extends NavigationNode<E>>
Interface to create a builder, this object is design to build a NavigationModel. |
interface |
NavigationContentUI<E extends NavigationNode<E>>
Basic contract on a content UI. |
class |
NavigationContextHelper<E extends NavigationNode<E>>
To help getting and setting navigation tree objects from a JAXXContext. |
interface |
NavigationModel<E extends NavigationNode<E>>
Interface to create model of the tree used for a navigation tree. |
interface |
NavigationModelBuilder<E extends NavigationNode<E>>
Contract to create a builder, this object is design to build a NavigationModel. |
interface |
NavigationMultiContentUI<E extends NavigationNode<E>>
Contract on a content UI with list of beans. |
interface |
NavigationNode<E extends NavigationNode<E>>
Contract of a navigation node. |
| Methods in jaxx.runtime.swing.navigation that return NavigationNode | |
|---|---|
E[] |
NavigationNode.getPath()
|
E[] |
NavigationModel.getPathToRoot(E aNode)
|
E[] |
NavigationNode.getPathToRoot(E aNode,
int depth)
|
| Uses of NavigationNode in jaxx.runtime.swing.navigation.handler |
|---|
| Classes in jaxx.runtime.swing.navigation.handler with type parameters of type NavigationNode | |
|---|---|
class |
AbstractNavigationHandler<E extends NavigationNode<E>>
The handler of a navigation tree. |
interface |
NavigationHandler<E extends NavigationNode<E>>
|
class |
NavigationMultiTreeHandler<E extends NavigationNode<E>>
The handler of a navigation tree. |
class |
NavigationOneClicSelectionHandler<E extends NavigationNode<E>>
The handler of a navigation tree. |
class |
NavigationTreeHandlerWithCardLayout<E extends NavigationNode<E>>
Simple AbstractNavigationHandler implementation with a CardLayout2 to manage components to associated with tree's nodes. |
| Methods in jaxx.runtime.swing.navigation.handler with parameters of type NavigationNode | |
|---|---|
abstract String |
NavigationHandler.Strategy.getId(NavigationNode<?> node)
|
| Uses of NavigationNode in jaxx.runtime.swing.navigation.tree |
|---|
| Classes in jaxx.runtime.swing.navigation.tree that implement NavigationNode | |
|---|---|
class |
NavigationTreeNode
Node of the NavigationTreeModel. |
| Uses of NavigationNode in jaxx.runtime.swing.navigation.treetable |
|---|
| Classes in jaxx.runtime.swing.navigation.treetable that implement NavigationNode | |
|---|---|
class |
NavigationTreeTableNode
Node of the NavigationTreeTableModel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||