Uses of Class
wt.templateutil.navigationbar.NavigationTreeModel

Packages that use NavigationTreeModel
wt.templateutil.components Defines HTMLComponents that can be retrieved from the HTMLComponentFactory
wt.templateutil.navigationbar Support for creating a navigation bar as used in PDMLink. 
wt.templateutil.processor Defines the DefaultTemplateProcessor which is a common super class for all template processors and provides many implementations of it. 
wt.templateutil.table Provides support for PDMLink-like HTML tables and defines several table services:
AssociationListTableService AttributeListTableService BasicTableService ListContentTableService TemplateProcessorTableService
including support for special columns, column headers and table entires with special formatting, etc. 
 

Uses of NavigationTreeModel in wt.templateutil.components
 

Methods in wt.templateutil.components with parameters of type NavigationTreeModel
protected  String[][] SelectActionHTMLCellComponent.buildSelectedList(NavigationTreeModel treeModel, Locale locale)
           
 

Uses of NavigationTreeModel in wt.templateutil.navigationbar
 

Methods in wt.templateutil.navigationbar that return NavigationTreeModel
static NavigationTreeModel NavigationLinkTreePool.checkOut(String navigationTreeName)
          Deprecated. Returns a NavigationTreeModel with the name provided by, navigationTreeName, from the Pool by checking the NavigationTreeModel instance out from the Pool, OR if no NavigationTreeModel instances with the name provided by navigationTreeName are available in the Pool, a NavigationTreeModel instance is created, added to the Pool, and then checked out the NavigationTreeModel instance.
private static NavigationTreeModel NavigationLinkTreePool.create(String navigationTreeName)
          Deprecated. Creates a NavigationTreeModel instance from the section in the Navigation Configuration XML file with the name provided by, navigationTreeName.
 NavigationTreeModel NavigationBarTreeModelBuilder.buildNavigationTreeModel(Node navigationBarNode)
          Deprecated. Creates NavigationTreeModel with NavigationTreeNodes based on the structure of the Node passed in.
 

Methods in wt.templateutil.navigationbar with parameters of type NavigationTreeModel
 void NavigationModelTester.printModel(NavigationTreeModel model)
           
static void NavigationLinkTreePool.checkIn(NavigationTreeModel o, String navigationTreeName)
          Deprecated. Check in an instance of NavigationTreeModel into the Pool with the name provided by navigationTreeName.
 

Uses of NavigationTreeModel in wt.templateutil.processor
 

Fields in wt.templateutil.processor declared as NavigationTreeModel
private  NavigationTreeModel NavigationProcessorService.treeModel
          Deprecated.  
private  NavigationTreeModel NavBarTemplateProcessor.treeModel
           
 

Methods in wt.templateutil.processor that return NavigationTreeModel
protected  NavigationTreeModel NavBarTemplateProcessor.getTreeModel()
           
 

Methods in wt.templateutil.processor with parameters of type NavigationTreeModel
protected  void NavigationProcessorService.getRow(int row, NavigationTreeModel treeModel, Properties parameters, Locale locale, OutputStream os)
          Deprecated.  
 

Uses of NavigationTreeModel in wt.templateutil.table
 

Fields in wt.templateutil.table declared as NavigationTreeModel
private  NavigationTreeModel ObjectPropNavBar.treeModel
           
private  NavigationTreeModel NavigationBarTableModel.treeModel
           
private  NavigationTreeModel ActionRowTable.treeModel
           
 

Methods in wt.templateutil.table that return NavigationTreeModel
protected  NavigationTreeModel NavigationBarTableModel.getTreeModel()
           
 NavigationTreeModel ActionRowTable.getTreeModel()
           
 

Methods in wt.templateutil.table with parameters of type NavigationTreeModel
protected  String PDMLinkHTMLTable.getRow(NavigationTreeModel treeModel, Properties parameters, Locale locale)
          Deprecated. This method is not currently used and is not going to be used.
 void ActionRowTable.setTreeModel(NavigationTreeModel treeModel)
           
 

Constructors in wt.templateutil.table with parameters of type NavigationTreeModel
NavigationBarTableModel(NavigationTreeModel treeModel, HTTPState state)