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

Uses of Class org.netbeans.spi.viewmodel.Models.CompoundModel (NetBeans View Model) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.netbeans.spi.viewmodel.Models.CompoundModel

Uses of Models.CompoundModel in org.netbeans.spi.viewmodel
 

Fields in org.netbeans.spi.viewmodel declared as Models.CompoundModel
static Models.CompoundModel Models.EMPTY_MODEL
          Empty model - returns default root node with no children.
 

Methods in org.netbeans.spi.viewmodel that return Models.CompoundModel
static Models.CompoundModel Models.createCompoundModel(List models)
          Creates one Models.CompoundModel from given list of models.
static Models.CompoundModel Models.createCompoundModel(List models, String propertiesHelpID)
          Creates one Models.CompoundModel from given list of models.
 

Methods in org.netbeans.spi.viewmodel with parameters of type Models.CompoundModel
static JComponent Models.createView(Models.CompoundModel compoundModel)
          Creates a new instance of TreeTableView for given Models.CompoundModel.
static void Models.setModelsToView(JComponent view, Models.CompoundModel compoundModel)
          Set given models to given view instance.
 


 

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