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

M-Index (NetBeans View Model) - NetBeans API Javadoc 5.0.0

 
A C D E G I M N O P R S T U

M

MULTISELECTION_TYPE_ALL - Static variable in class org.netbeans.spi.viewmodel.Models
 
MULTISELECTION_TYPE_ANY - Static variable in class org.netbeans.spi.viewmodel.Models
 
MULTISELECTION_TYPE_EXACTLY_ONE - Static variable in class org.netbeans.spi.viewmodel.Models
 
Model - interface org.netbeans.spi.viewmodel.Model.
Marker interface for all models.
ModelEvent - class org.netbeans.spi.viewmodel.ModelEvent.
Encapsulates information describing changes to a model, and used to notify model listeners of the change.
ModelEvent.NodeChanged - class org.netbeans.spi.viewmodel.ModelEvent.NodeChanged.
Used to notify that one node has been changed (icon, displayName and children).
ModelEvent.NodeChanged(Object, Object) - Constructor for class org.netbeans.spi.viewmodel.ModelEvent.NodeChanged
Creates a new instance of NodeChanged event.
ModelEvent.NodeChanged(Object, Object, int) - Constructor for class org.netbeans.spi.viewmodel.ModelEvent.NodeChanged
Creates a new instance of NodeChanged event.
ModelEvent.TableValueChanged - class org.netbeans.spi.viewmodel.ModelEvent.TableValueChanged.
Used to notify that one cell in table has been changed.
ModelEvent.TableValueChanged(Object, Object, String) - Constructor for class org.netbeans.spi.viewmodel.ModelEvent.TableValueChanged
Creates a new instance of TableValueChanged event.
ModelEvent.TreeChanged - class org.netbeans.spi.viewmodel.ModelEvent.TreeChanged.
Used to notify that whole content of tree has been changed.
ModelEvent.TreeChanged(Object) - Constructor for class org.netbeans.spi.viewmodel.ModelEvent.TreeChanged
Creates a new instance of TreeChanged event.
ModelListener - interface org.netbeans.spi.viewmodel.ModelListener.
Notifies about changes in view model.
Models - class org.netbeans.spi.viewmodel.Models.
Contains various utility methods for various models.
Models() - Constructor for class org.netbeans.spi.viewmodel.Models
 
Models.ActionPerformer - interface org.netbeans.spi.viewmodel.Models.ActionPerformer.
Support interface for Models.createAction(String,Models.ActionPerformer,int) method.
Models.CompoundModel - class org.netbeans.spi.viewmodel.Models.CompoundModel.
This model encapsulates all currently supported models.
Models.TreeFeatures - class org.netbeans.spi.viewmodel.Models.TreeFeatures.
Implements set of tree view features.
modelChanged(ModelEvent) - Method in interface org.netbeans.spi.viewmodel.ModelListener
View model has been changed notification.

 
A C D E G I M N O P R S T U
Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.