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

Uses of Class org.netbeans.spi.viewmodel.ModelEvent (NetBeans View Model) - NetBeans API Javadoc 5.5.1

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 March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.