org.netbeans.spi.viewmodel/2 1.32.1

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 AsynchronousModelFilter
          Change threading of implemented models.
 interface CheckNodeModel
          The extension of NodeModel that can display check-boxes next to the node display name.
 interface CheckNodeModelFilter
          A model filter for CheckNodeModel.
 interface DnDNodeModel
          Extension of NodeModel with support for Drag and Drop of nodes.
 interface DnDNodeModelFilter
          Extension of NodeModelFilter with support for Drag and Drop of nodes.
 interface ExtendedNodeModel
          Provides extension to NodeModel with cut/copy/paste and rename functionality, and also allowing to set icons with extension.
 interface ExtendedNodeModelFilter
          Provides extension to NodeModelFilter, filters content of some existing ExtendedNodeModel.
 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 ReorderableTreeModel
          Data model for tree that supports reordering of child nodes.
 interface ReorderableTreeModelFilter
          Filters an original tree data model that supports reordering of child nodes.
 interface TableModel
          Adds support for columns to basic TreeModel.
 interface TableModelFilter
          Allows to filter content of some existing TableModel.
 interface TableRendererModel
          Model that provides custom cell renderer and cell editor for table cells.
 interface TableRendererModelFilter
          Model filter that can override custom cell renderer and cell editor for table cells.
 interface TreeExpansionModel
          This model controlls expansion, collapsion of nodes in tree view, and defindes default expand state for all node in it.
 interface TreeExpansionModelFilter
          This model filter 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.32.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.