|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XoRegistry | |
com.virtualweaver.xotics.datamodel |
Uses of XoRegistry in com.virtualweaver.xotics.datamodel |
Methods in com.virtualweaver.xotics.datamodel that return XoRegistry | |
XoRegistry |
XoEnvironment.getRegistry()
Returns the environment Registry, responsible for storing Data-Model definitions |
XoRegistry |
XoDMInstance.getRegistry()
Returns the Registry of current Xotics Environment. |
Methods in com.virtualweaver.xotics.datamodel with parameters of type XoRegistry | |
static XoObject |
XoUtilities.addChild(XoRegistry reg,
XoObject child,
XoContainer parent,
int index)
Use this method to add a child to a parent container not belonging to
any DM instance. |
static XoObject |
XoUtilities.addChild(XoRegistry reg,
XoObject child,
XoContainer parent)
|
static XoObject |
XoUtilities.getPolymorphObject(XoRegistry registry,
XoPolymorphWrapper child,
XoContainer parent)
Returns the appropriate XO object implementation held by polymorph wrapper child
when added to parent . |
static XoContentModel |
XoUtilities.getContentModel(XoRegistry reg,
XoContainer c)
Returns the Content-Model for container c, as a tree of XoContentModel nodes.
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |