org.netbeans.spi.viewmodel/2 1.9.31

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.
 


org.netbeans.spi.viewmodel/2 1.9.31

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