Uses of Class
wt.templateutil.table.TreeTableModel

Packages that use TreeTableModel
com.ptc.windchill.cadx.common.treetable   
 

Uses of TreeTableModel in com.ptc.windchill.cadx.common.treetable
 

Methods in com.ptc.windchill.cadx.common.treetable that return TreeTableModel
 TreeTableModel AbstractTreeTableStructureNavigateProcessor.createTreeTableModel(Properties parameters, Locale locale)
          Create the tree table model with the specified row data objects & specified columns
 

Methods in com.ptc.windchill.cadx.common.treetable with parameters of type TreeTableModel
 PDMLinkHTMLTable AbstractTreeTableStructureNavigateProcessor.createHTMLTable(Properties parameters, Locale locale, OutputStream os, TreeTableModel tableModel)
          Using the specified table model, create the HTMLTable object