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

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

org.netbeans.spi.viewmodel/2 1.9.22

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

Uses of Model in org.netbeans.spi.viewmodel
 

Subinterfaces of Model in org.netbeans.spi.viewmodel
 interface NodeActionsProvider
          Provides actions and default action for some type of objects.
 interface NodeActionsProviderFilter
          Filters actions provided by some original NodeActionsProvider.
 interface NodeModel
          Provides display name, icon and tooltip value for some type of objects.
 interface NodeModelFilter
          Filters content of some existing NodeModel.
 interface TableModel
          Adds support for columns to basic TreeModel.
 interface TableModelFilter
          Allows to filter content of some existing TableModel.
 interface TreeExpansionModel
          This model controlls expansion, collapsion of nodes in tree view, and defindes default expand state for all node in it.
 interface TreeModel
          Defines data model for tree.
 interface TreeModelFilter
          Filters content of some original tree of nodes (represented by TreeModel).
 

Classes in org.netbeans.spi.viewmodel that implement Model
 class ColumnModel
          Defines model for one table view column.
static class Models.CompoundModel
          This model encapsulates all currently supported models.
 


org.netbeans.spi.viewmodel/2 1.9.22

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