org.openide.explorer 6.18.2 1

Uses of Class
org.openide.explorer.view.NodeTreeModel

Packages that use NodeTreeModel
org.openide.explorer.view The Explorer is really an abstraction that needs a view to actually display the nodes. 
 

Uses of NodeTreeModel in org.openide.explorer.view
 

Methods in org.openide.explorer.view that return NodeTreeModel
protected abstract  NodeTreeModel TreeView.createModel()
          Allows subclasses to provide own model for displaying nodes.
protected  NodeTreeModel TreeTableView.createModel()
           
protected  NodeTreeModel ContextTreeView.createModel()
          Create model.
protected  NodeTreeModel BeanTreeView.createModel()
          Create a new model.
 

Methods in org.openide.explorer.view with parameters of type NodeTreeModel
protected  org.netbeans.swing.outline.OutlineModel OutlineView.createOutlineModel(NodeTreeModel treeModel, org.netbeans.swing.outline.RowModel rowModel, String label)
          This method allows plugging own OutlineModel to the OutlineView.
 


org.openide.explorer 6.18.2 1

Built on September 9 2009.  |  Portions Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.