Class StdPicturesLoader
java.lang.Object
com._1c.g5.v8.dt.platform.picture.StdPicturesLoader
Implementation of
IResourceLoader
loading "v8:/Pictures/Std" resource.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
requestData
(IEObjectDataRequestor req, Map<org.eclipse.emf.common.util.URI, String> resourceUriToTypePath, String pluginId) ProvidesIEObjectDataRequestor
with data describing resource contents.
-
Constructor Details
-
StdPicturesLoader
public StdPicturesLoader()
-
-
Method Details
-
requestData
public static void requestData(IEObjectDataRequestor req, Map<org.eclipse.emf.common.util.URI, String> resourceUriToTypePath, String pluginId) ProvidesIEObjectDataRequestor
with data describing resource contents.- Parameters:
req
- requestor accepting data. Can't benull
.resourceUriToTypePath
- map containingURI
of the resource data mapped to path where xml with pictures desriptions reside, can't benull
pluginId
- plugin ID, can't benull
-