站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.netbeans.spi.viewmodel.TreeModel (TreeTableView Model) - NetBeans API Javadoc (Current Development Version)

org.netbeans.spi.viewmodel/2 1.11

Uses of Interface
org.netbeans.spi.viewmodel.TreeModel

Uses of TreeModel in org.netbeans.spi.viewmodel
 

Classes in org.netbeans.spi.viewmodel that implement TreeModel
static class Models.CompoundModel
          This model encapsulates all currently supported models.
 

Methods in org.netbeans.spi.viewmodel with parameters of type TreeModel
 Object[] TreeModelFilter.getChildren(TreeModel original, Object parent, int from, int to)
          Returns filtered children for given parent on given indexes.
 int TreeModelFilter.getChildrenCount(TreeModel original, Object node)
          Returns number of filterred children for given node.
 Object TreeModelFilter.getRoot(TreeModel original)
          Returns filtered root of hierarchy.
 boolean TreeModelFilter.isLeaf(TreeModel original, Object node)
          Returns true if node is leaf.
 


org.netbeans.spi.viewmodel/2 1.11

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.