jaxx.demo.component.jaxx.navigation
Class FullNavigationTreeHelper

java.lang.Object
  extended by jaxx.runtime.swing.navigation.NavigationTreeContextHelper
      extended by jaxx.runtime.swing.navigation.NavigationTreeHelper
          extended by jaxx.demo.component.jaxx.navigation.FullNavigationTreeHelper

public class FullNavigationTreeHelper
extends NavigationTreeHelper

Since:
1.7.2
Author:
chemit

Field Summary
static JAXXContextEntryDef<List<People>> ACTORS
          where the actors are hold in context
protected  FullNavigationTreeModelBuilder builder
           
static JAXXContextEntryDef<List<Movie>> MOVIES
          where the movies are hold in context
 
Fields inherited from class jaxx.runtime.swing.navigation.NavigationTreeContextHelper
prefix, selectedBeanContextEntry, selectedNodeContextEntry, selectedPathContextEntry, treeContextEntry, treeHandlerContextEntry, treeModelContextEntry
 
Constructor Summary
FullNavigationTreeHelper()
           
 
Method Summary
 void createModel(JAXXContext context)
          Create the model and store it in the given context.
 NavigationTreeHandler createTreeHandler(JAXXObject context)
           
 NavigationTreeModel createTreeModel(JAXXContext context)
           
 
Methods inherited from class jaxx.runtime.swing.navigation.NavigationTreeHelper
findNode, findNode, findNode, findNode, findNode, getContextValue, getParentNode, getSafeTree, getSafeTreeModel, gotoChildNode, gotoParentNode, repaintNode, repaintNode, selectNode, selectNode
 
Methods inherited from class jaxx.runtime.swing.navigation.NavigationTreeContextHelper
getPrefix, getSelectedBean, getSelectedBeanContextEntry, getSelectedNode, getSelectedNodeContextEntry, getSelectedPath, getSelectedPathContextEntry, getTree, getTreeContextEntry, getTreeHandler, getTreeHandlerContextEntry, getTreeModel, getTreeModelContextEntry, setSelectedBean, setSelectedNode, setSelectedPath, setTree, setTreeHandler, setTreeModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOVIES

public static final JAXXContextEntryDef<List<Movie>> MOVIES
where the movies are hold in context


ACTORS

public static final JAXXContextEntryDef<List<People>> ACTORS
where the actors are hold in context


builder

protected FullNavigationTreeModelBuilder builder
Constructor Detail

FullNavigationTreeHelper

public FullNavigationTreeHelper()
Method Detail

createModel

public void createModel(JAXXContext context)
Create the model and store it in the given context.

Parameters:
context - the context where to hold the model

createTreeModel

public NavigationTreeModel createTreeModel(JAXXContext context)
Specified by:
createTreeModel in class NavigationTreeHelper

createTreeHandler

public NavigationTreeHandler createTreeHandler(JAXXObject context)
Specified by:
createTreeHandler in class NavigationTreeHelper


Copyright © 2008-2010 CodeLutin. All Rights Reserved.