Uses of Interface
com._1c.g5.v8.dt.natives.library.IComponentLibraryResolver
-
-
Uses of IComponentLibraryResolver in com._1c.g5.v8.dt.chart
Classes in com._1c.g5.v8.dt.chart that implement IComponentLibraryResolver Modifier and Type Class Description class
ChartComponentDescription
IComponentLoader
for v8 platform Chart components -
Uses of IComponentLibraryResolver in com._1c.g5.v8.dt.dcsnative.common
Classes in com._1c.g5.v8.dt.dcsnative.common that implement IComponentLibraryResolver Modifier and Type Class Description class
DcsNativeComponentDescription
IComponentLoader
for v8 platform Dcs Native components -
Uses of IComponentLibraryResolver in com._1c.g5.v8.dt.formnative
Classes in com._1c.g5.v8.dt.formnative that implement IComponentLibraryResolver Modifier and Type Class Description class
FormNativeComponentDescription
IComponentLoader
for v8 platform Form Native components. -
Uses of IComponentLibraryResolver in com._1c.g5.v8.dt.natives.library
Classes in com._1c.g5.v8.dt.natives.library that implement IComponentLibraryResolver Modifier and Type Class Description class
AbstractComponentDescription
Abstract implementation ofIComponentDescription
andIComponentLibraryResolver
.class
AbstractDelegateComponentDescription
Abstract implementation ofIComponentLibraryResolver
with possibility resolving component libraries by name from plugin folder.Methods in com._1c.g5.v8.dt.natives.library that return IComponentLibraryResolver Modifier and Type Method Description protected IComponentLibraryResolver
AbstractComponentDescription. getDelegate(Version version)
Gets delegate class for resolving component libraries from fragment plugin.IComponentLibraryResolver
INativeComponentManager. getLibraryResolver(String componentName, Version version)
TODO JavaDocMethods in com._1c.g5.v8.dt.natives.library with parameters of type IComponentLibraryResolver Modifier and Type Method Description void
INativeComponentManager. registerLibraryResolver(String componentName, IComponentLibraryResolver resolver, Version version)
TODO JavaDoc -
Uses of IComponentLibraryResolver in com._1c.g5.v8.dt.natives.library.platform
Classes in com._1c.g5.v8.dt.natives.library.platform that implement IComponentLibraryResolver Modifier and Type Class Description class
AbstractDelegatePlatformComponentDescription
Default implementation ofAbstractDelegateComponentDescription
.class
CairoComponentDescription
Description of component includes libraries for Cairoclass
ChartPlatformComponentDescription
Description of component includes libraries for v8 platform Chartclass
CommonDelegatePlatformComponentDescription
Default implementation ofAbstractDelegateComponentDescription
.class
DcsNativePlatformComponentDescription
Description of component includes libraries for v8 platform dcs loadingclass
FormNativePlatformComponentDescription
Description of component includes libraries for v8 platform form loadingclass
IcuComponentDescription
Description of component includes libraries for icu componentsclass
ImageMagicComponentDescription
Description of component includes libraries for ImageMagicclass
LibUnwindComponentDescription
Description of component includes libraries for v8 core componentsclass
MallocLibComponentDescription
Description of component includes libraries for v8 core componentsclass
PlatformComponentDescription
Description of component includes libraries for v8 core componentsclass
StdLibCPlusPlusComponentDescription
Description of component includes libraries for v8 core componentsclass
WSDefinitionPlatformComponentDescription
Description of component includes libraries for v8 platform WSDefinition loadingMethods in com._1c.g5.v8.dt.natives.library.platform that return IComponentLibraryResolver Modifier and Type Method Description IComponentLibraryResolver
NativeComponentManager. getLibraryResolver(String componentName, Version version)
Methods in com._1c.g5.v8.dt.natives.library.platform with parameters of type IComponentLibraryResolver Modifier and Type Method Description void
NativeComponentManager. registerLibraryResolver(String componentName, IComponentLibraryResolver resolver, Version version)
-
Uses of IComponentLibraryResolver in com._1c.g5.v8.dt.ws.common
Classes in com._1c.g5.v8.dt.ws.common that implement IComponentLibraryResolver Modifier and Type Class Description class
WSDefinitionComponentDescription
IComponentLoader
for v8 platform WSDefinition components
-