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

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

org.netbeans.modules.registry/1 1.8

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

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

Methods in org.netbeans.api.registry that throw ContextException
 Context Context.createSubcontext(String subcontextName)
          Create subcontext of the given name.
 void Context.destroySubcontext(String subcontextName)
          Destroy subcontext of the given name.
 void Context.revert(String bindingName)
          Revert modification of this binding or context.
 

Uses of ContextException in org.netbeans.spi.registry
 

Methods in org.netbeans.spi.registry that return ContextException
static ContextException SpiUtils.createContextException(BasicContext ctx, String str)
          Create ContextException instance.
 

Methods in org.netbeans.spi.registry that throw ContextException
 void BasicContext.bindObject(String bindingName, Object object)
          Binds a name to an object and store the object in context.
 BasicContext BasicContext.createSubcontext(String subcontextName)
          Create subcontext of the given name.
 void BasicContext.destroySubcontext(String subcontextName)
          Destroy subcontext of the given name.
 String BasicContext.getAttribute(String bindingName, String attributeName)
          Retrieve value of the attribute.
 Object BasicContext.lookupObject(String bindingName)
          Retrieve named object from the context.
 void ResettableContext.revert(String bindingName)
          Revert modification.
 void BasicContext.setAttribute(String bindingName, String attributeName, String value)
          Modify value of the attribute.
 


org.netbeans.modules.registry/1 1.8

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