org.netbeans.spi.viewmodel/2 1.9.31

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.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.9.31

Built on April 13 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.