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 voidrequestData(IEObjectDataRequestor req, Map<org.eclipse.emf.common.util.URI, String> resourceUriToTypePath, String pluginId) ProvidesIEObjectDataRequestorwith 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) ProvidesIEObjectDataRequestorwith data describing resource contents.- Parameters:
req- requestor accepting data. Can't benull.resourceUriToTypePath- map containingURIof the resource data mapped to path where xml with pictures desriptions reside, can't benullpluginId- plugin ID, can't benull
-