- Model - Interface in org.netbeans.spi.viewmodel
-
Marker interface for all models.
- modelChanged(ModelEvent) - Method in interface org.netbeans.spi.viewmodel.ModelListener
-
View model has been changed notification.
- ModelEvent - Class in org.netbeans.spi.viewmodel
-
Encapsulates information describing changes to a model, and
used to notify model listeners of the change.
- ModelEvent.NodeChanged - Class in org.netbeans.spi.viewmodel
-
Used to notify that one node has been changed (icon, displayName and
children).
- ModelEvent.SelectionChanged - Class in org.netbeans.spi.viewmodel
-
Event to change a selection in the tree table view.
- ModelEvent.TableValueChanged - Class in org.netbeans.spi.viewmodel
-
Used to notify that one cell in table has been changed.
- ModelEvent.TreeChanged - Class in org.netbeans.spi.viewmodel
-
Used to notify that whole content of tree has been changed.
- ModelListener - Interface in org.netbeans.spi.viewmodel
-
Notifies about changes in view model.
- Models - Class in org.netbeans.spi.viewmodel
-
Contains various utility methods for various models.
- Models() - Constructor for class org.netbeans.spi.viewmodel.Models
-
- Models.ActionPerformer - Interface in org.netbeans.spi.viewmodel
-
- Models.CompoundModel - Class in org.netbeans.spi.viewmodel
-
This model encapsulates all currently supported models.
- Models.TreeFeatures - Class in org.netbeans.spi.viewmodel
-
Tree expansion control.
- 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
-