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

ModelEvent (NetBeans View Model) - NetBeans API Javadoc 5.0.0

 

org.netbeans.spi.viewmodel
Class ModelEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.netbeans.spi.viewmodel.ModelEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelEvent.NodeChanged, ModelEvent.TableValueChanged, ModelEvent.TreeChanged

public class ModelEvent
extends EventObject

Encapsulates information describing changes to a model, and used to notify model listeners of the change.

Since:
1.4
See Also:
Serialized Form

Nested Class Summary
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.
 
Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


 

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