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

Uses of Interface org.netbeans.spi.viewmodel.NodeModel (NetBeans View Model) - NetBeans API Javadoc 5.5.0

org.netbeans.spi.viewmodel/2 1.9.22

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

Uses of NodeModel in org.netbeans.spi.viewmodel
 

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

Methods in org.netbeans.spi.viewmodel with parameters of type NodeModel
 String NodeModelFilter.getDisplayName(NodeModel original, Object node)
          Returns filterred display name for given node.
 String NodeModelFilter.getIconBase(NodeModel original, Object node)
          Returns filterred icon for given node.
 String NodeModelFilter.getShortDescription(NodeModel original, Object node)
          Returns filterred tooltip for given node.
 


org.netbeans.spi.viewmodel/2 1.9.22

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