|
org.netbeans.modules.registry/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
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 Context in org.netbeans.api.registry |
---|
Methods in org.netbeans.api.registry that return Context | |
---|---|
Context |
Context.createSubcontext(String subcontextName)
Create subcontext of the given name. |
Context |
ObjectRef.getContext()
Context in which the object is bound. |
Context |
ContextException.getContext()
Context on which the exception happen. |
Context |
ContextEvent.getContext()
Context on which this event happened. |
static Context |
Context.getDefault()
Getter for default instance of registry. |
Context |
Context.getParentContext()
Retrieve parent context. |
Context |
Context.getRootContext()
Gets root context. |
Context |
Context.getSubcontext(String subcontextName)
Retrieve subcontext of the given name. |
static Context |
Context.merge(Context[] delegates)
Returns context, that merges all its delegates. |
Methods in org.netbeans.api.registry with parameters of type Context | |
---|---|
static Context |
Context.merge(Context[] delegates)
Returns context, that merges all its delegates. |
Constructors in org.netbeans.api.registry with parameters of type Context | |
---|---|
ObjectRef(Context context,
String bindingName)
Constructs a new ObjectRef. |
|
ObjectRef(Context rootContext,
String absoluteContextName,
String bindingName)
Constructs a new instance of ObjectRef. |
Uses of Context in org.netbeans.spi.registry |
---|
Methods in org.netbeans.spi.registry that return Context | |
---|---|
static Context |
SpiUtils.createContext(BasicContext ctx)
Create API context for the given SPI context. |
|
org.netbeans.modules.registry/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |