Uses of Interface
jaxx.runtime.swing.navigation.handler.NavigationHandler

Packages that use NavigationHandler
jaxx.runtime.swing.navigation JAXX - tree utilities This package contains all the classes of the navigation tree framework. 
jaxx.runtime.swing.navigation.handler   
 

Uses of NavigationHandler in jaxx.runtime.swing.navigation
 

Fields in jaxx.runtime.swing.navigation with type parameters of type NavigationHandler
protected  JAXXContextEntryDef<NavigationHandler<E>> NavigationContextHelper.handlerContextEntry
           
 

Methods in jaxx.runtime.swing.navigation that return NavigationHandler
abstract  NavigationHandler<E> AbstractNavigationHelper.createTreeHandler(JAXXObject context)
          Create the tree handler.
 NavigationHandler<E> NavigationContextHelper.getTreeHandler(JAXXContext context)
           
 

Methods in jaxx.runtime.swing.navigation that return types with arguments of type NavigationHandler
protected  JAXXContextEntryDef<NavigationHandler<E>> NavigationContextHelper.getTreeHandlerContextEntry()
           
 

Methods in jaxx.runtime.swing.navigation with parameters of type NavigationHandler
 void NavigationContextHelper.setTreeHandler(JAXXContext context, NavigationHandler<E> handler)
           
 

Uses of NavigationHandler in jaxx.runtime.swing.navigation.handler
 

Classes in jaxx.runtime.swing.navigation.handler that implement NavigationHandler
 class AbstractNavigationHandler<E extends NavigationNode<E>>
          The handler of a navigation tree.
 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.
 



Copyright © 2008-2010 CodeLutin. All Rights Reserved.