Uses of Interface
io.vertigo.core.node.component.ComponentSpace
-
Packages that use ComponentSpace Package Description io.vertigo.core.node io.vertigo.core.node.component.loader io.vertigo.core.node.definition.loader -
-
Uses of ComponentSpace in io.vertigo.core.node
Methods in io.vertigo.core.node that return ComponentSpace Modifier and Type Method Description ComponentSpaceAutoCloseableNode. getComponentSpace()ComponentSpaceNode. getComponentSpace()Returns the space where all the components are stored. -
Uses of ComponentSpace in io.vertigo.core.node.component.loader
Classes in io.vertigo.core.node.component.loader that implement ComponentSpace Modifier and Type Class Description classComponentSpaceWritableCentralisation des accès aux composants et aux plugins. -
Uses of ComponentSpace in io.vertigo.core.node.definition.loader
Methods in io.vertigo.core.node.definition.loader with parameters of type ComponentSpace Modifier and Type Method Description static DefinitionSpaceLoaderDefinitionSpaceLoader. startLoading(DefinitionSpaceWritable definitionSpaceWritable, ComponentSpace componentSpace)Loader of definitions
-