Uses of Class
org.openxava.web.editors.TreeView

Packages that use TreeView
org.openxava.web.editors   
 

Uses of TreeView in org.openxava.web.editors
 

Methods in org.openxava.web.editors that return TreeView
 TreeView TreeViewParser.getMetaTreeView(java.lang.String modelName)
          Returns the saved metaTreeView
 

Methods in org.openxava.web.editors that return types with arguments of type TreeView
 java.util.Map<java.lang.String,TreeView> TreeViewParser.getMetaTreeViews()
          Returns the metaTreeviews Map that stores the already processed Metatreeview.
 

Constructors in org.openxava.web.editors with parameters of type TreeView
TreeViewActions(View view, TreeView metaTreeView)