Uses of Interface
jaxx.runtime.swing.navigation.NavigationNode

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>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 class AbstractNavigationModel<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 class AbstractNavigationModelBuilder<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 interface NavigationContentUI<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 class NavigationContextHelper<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 interface NavigationModel<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 interface NavigationModelBuilder<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 interface NavigationMultiContentUI<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 interface NavigationNode<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 

Methods in jaxx.runtime.swing.navigation that return NavigationNode
 E[] NavigationNode.getPath()
          Deprecated.  
 E[] NavigationModel.getPathToRoot(E aNode)
          Deprecated.  
 E[] NavigationNode.getPathToRoot(E aNode, int depth)
          Deprecated.  
 

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>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 interface NavigationHandler<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 class NavigationMultiTreeHandler<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 class NavigationOneClicSelectionHandler<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 class NavigationTreeHandlerWithCardLayout<E extends NavigationNode<E>>
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 

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
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 

Uses of NavigationNode in jaxx.runtime.swing.navigation.treetable
 

Classes in jaxx.runtime.swing.navigation.treetable that implement NavigationNode
 class NavigationTreeTableNode
          Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.