|
org.netbeans.modules.registry/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicContext | |
---|---|
org.netbeans.spi.registry | The Registry SPI may be used by infrastructure modules which handle persistence of settings. |
Uses of BasicContext in org.netbeans.spi.registry |
---|
Subinterfaces of BasicContext in org.netbeans.spi.registry | |
---|---|
interface |
ResettableContext
BasicContext extension supporting default values. |
Methods in org.netbeans.spi.registry that return BasicContext | |
---|---|
BasicContext |
BasicContext.createSubcontext(String subcontextName)
Create subcontext of the given name. |
BasicContext[] |
MergedContextProvider.getDelegates()
Provides array of delegates |
BasicContext |
BasicContext.getParentContext()
Retrieve parent context. |
BasicContext |
BasicContext.getRootContext()
Gets root context. |
BasicContext |
BasicContext.getSubcontext(String subcontextName)
Retrieve direct subcontext of the given name. |
static BasicContext |
SpiUtils.merge(MergedContextProvider mergeProvider)
Returns context that merges all its delegates. |
Methods in org.netbeans.spi.registry with parameters of type BasicContext | |
---|---|
static AttributeEvent |
SpiUtils.createAttributeEvent(BasicContext source,
String bindingName,
String attributeName,
int type)
Create AttributeEvent instance. |
static BindingEvent |
SpiUtils.createBindingEvent(BasicContext source,
String bindingName,
int type)
Create BindingEvent instance. |
static Context |
SpiUtils.createContext(BasicContext ctx)
Create API context for the given SPI context. |
static ContextException |
SpiUtils.createContextException(BasicContext ctx,
String str)
Create ContextException instance. |
static ObjectRef |
SpiUtils.createObjectRef(BasicContext context,
String bindingName)
Creates new instance of ObjectRef. |
static ObjectRef |
SpiUtils.createObjectRef(BasicContext rootContext,
String absoluteContextName,
String bindingName)
Creates new instance of ObjectRef. |
static SubcontextEvent |
SpiUtils.createSubcontextEvent(BasicContext source,
String subcontextName,
int type)
Create SubcontextEvent instance. |
|
org.netbeans.modules.registry/1 1.8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |