org.netbeans.spi.viewmodel/2 1.32.1

Uses of Class
org.netbeans.spi.viewmodel.ModelEvent

Uses of ModelEvent in org.netbeans.spi.viewmodel
 

Subclasses of ModelEvent in org.netbeans.spi.viewmodel
static class ModelEvent.NodeChanged
          Used to notify that one node has been changed (icon, displayName and children).
static class ModelEvent.SelectionChanged
          Event to change a selection in the tree table view.
static class ModelEvent.TableValueChanged
          Used to notify that one cell in table has been changed.
static class ModelEvent.TreeChanged
          Used to notify that whole content of tree has been changed.
 

Methods in org.netbeans.spi.viewmodel with parameters of type ModelEvent
 void ModelListener.modelChanged(ModelEvent event)
          View model has been changed notification.
 


org.netbeans.spi.viewmodel/2 1.32.1

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