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

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

 
A C 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.
Node has been changed event.
ModelEvent.NodeChanged(Object, Object) - 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.
One cell in table has been changed event.
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.
All three has been changed event.
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 #createAction(String,Object,Models.ActionPerformer) 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 is changed notification.

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