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

Uses of Class org.netbeans.api.registry.AttributeEvent (Registry) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.registry/1 1.8

Uses of Class
org.netbeans.api.registry.AttributeEvent

Packages that use AttributeEvent
org.netbeans.api.registry The Registry API provides unified access to settings. 
org.netbeans.spi.registry The Registry SPI may be used by infrastructure modules which handle persistence of settings. 
 

Uses of AttributeEvent in org.netbeans.api.registry
 

Methods in org.netbeans.api.registry with parameters of type AttributeEvent
 void ContextListener.attributeChanged(AttributeEvent evt)
          Attribute was added, removed or modified.
 void ContextAdapter.attributeChanged(AttributeEvent evt)
           
 

Uses of AttributeEvent in org.netbeans.spi.registry
 

Methods in org.netbeans.spi.registry that return AttributeEvent
static AttributeEvent SpiUtils.createAttributeEvent(BasicContext source, String bindingName, String attributeName, int type)
          Create AttributeEvent instance.
 


org.netbeans.modules.registry/1 1.8

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