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

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

org.netbeans.modules.registry/1 1.8

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

Packages that use SubcontextEvent
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 SubcontextEvent in org.netbeans.api.registry
 

Methods in org.netbeans.api.registry with parameters of type SubcontextEvent
 void ContextListener.subcontextChanged(SubcontextEvent evt)
          Subcontext was added or removed.
 void ContextAdapter.subcontextChanged(SubcontextEvent evt)
           
 

Uses of SubcontextEvent in org.netbeans.spi.registry
 

Methods in org.netbeans.spi.registry that return SubcontextEvent
static SubcontextEvent SpiUtils.createSubcontextEvent(BasicContext source, String subcontextName, int type)
          Create SubcontextEvent instance.
 


org.netbeans.modules.registry/1 1.8

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