|
org.netbeans.modules.registry/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |