- 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.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.SelectionChanged - Class in org.netbeans.spi.viewmodel
-
Event to change a selection in the tree table view.
- ModelEvent.SelectionChanged(Object, Object...) - Constructor for class org.netbeans.spi.viewmodel.ModelEvent.SelectionChanged
-
Creates a new instance of SelectionChanged event.
- ModelEvent.TableValueChanged - Class in org.netbeans.spi.viewmodel
-
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 in org.netbeans.spi.viewmodel
-
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 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.
- Models.TreeFeatures() - Constructor for class org.netbeans.spi.viewmodel.Models.TreeFeatures
-
- 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
-