Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommonPicture
-
-
Uses of CommonPicture in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return CommonPicture Modifier and Type Method Description static CommonPicture
TestMdObjectFactory. createCommonPicture(String name)
Creates CommonPicture with name -
Uses of CommonPicture in com._1c.g5.v8.dt.md.api
Constructors in com._1c.g5.v8.dt.md.api with parameters of type CommonPicture Constructor Description CommonPictureCleanContentTask(CommonPicture commonPicture, boolean isZipPicture)
Create a instance ofCommonPictureCleanContentTask
CommonPictureLoadContentFromFileTask(CommonPicture commonPicture, String filePath)
Create a instance ofCommonPictureLoadContentFromFileTask
CommonPictureSaveContentToFileTask(CommonPicture commonPicture, String filePath)
Create a instance ofCommonPictureSaveContentToFileTask
-
Uses of CommonPicture in com._1c.g5.v8.dt.md.pictures
Methods in com._1c.g5.v8.dt.md.pictures with parameters of type CommonPicture Modifier and Type Method Description void
CommonPictureRegistry. assign(CommonPicture picture, File file, org.eclipse.core.runtime.IProgressMonitor monitor)
void
CommonPictureRegistry. clear(CommonPicture picture, org.eclipse.core.runtime.IProgressMonitor monitor)
void
CommonPictureRegistry. saveAs(CommonPicture picture, File file, org.eclipse.core.runtime.IProgressMonitor monitor)
-
Uses of CommonPicture in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type CommonPicture Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(CommonPicture object)
-
Uses of CommonPicture in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture
Methods in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture that return CommonPicture Modifier and Type Method Description protected CommonPicture
CommonPictureModelFactory. getActualCommonPicture(CommonPicture original)
Returns actual common picture to presentation.CommonPicture
CommonPictureContentEditModel. getCommonPicture()
CommonPicture
ICommonPictureContentEditModel. getCommonPicture()
The common picture metadata objectMethods in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture with parameters of type CommonPicture Modifier and Type Method Description protected CommonPicture
CommonPictureModelFactory. getActualCommonPicture(CommonPicture original)
Returns actual common picture to presentation.protected boolean
CommonPictureModelFactory. originalAppropriate(CommonPicture original)
Returnstrue
if original common picture model is appropriate for this model factory.Constructors in com._1c.g5.v8.dt.md.ui.aef.models.commonpicture with parameters of type CommonPicture Constructor Description CommonPictureContentEditModel(CommonPicture commonPicture, IPictureManager pictureManager, IBmModelManager modelManager, IV8ProjectManager v8projectManager)
Create instance ofCommonPictureContentEditModel
-
Uses of CommonPicture in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type CommonPicture Modifier and Type Method Description protected void
CommonPictureRule. buildForObject(CommonPicture commonPicture, IV8Project v8project)
-
Uses of CommonPicture in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonpicture
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonpicture with parameters of type CommonPicture Modifier and Type Method Description protected abstract void
AbstractCommonPictureHandler. doExecute(CommonPicture commonPicture, IModelApi modelApi)
Executes with theCommonPicture
andIModelApi
instances.protected void
CommonPictureClearHandler. doExecute(CommonPicture commonPicture, IModelApi modelApi)
protected void
CommonPictureFileSaveHandler. doExecute(CommonPicture commonPicture, IModelApi modelApi)
protected void
CommonPictureFileUploadHandler. doExecute(CommonPicture commonPicture, IModelApi modelApi)
-
Uses of CommonPicture in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type CommonPicture Modifier and Type Method Description void
MdValidator. checkCommomPictureUniqueName(CommonPicture commonPicture)
Deprecated. -
Uses of CommonPicture in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonPicture Modifier and Type Method Description CommonPicture
MdClassFactory. createCommonPicture()
Returns a new object of class 'Common Picture'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CommonPicture Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonPicture>
Configuration. getCommonPictures()
Returns the value of the 'Common Pictures' reference list. -
Uses of CommonPicture in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CommonPicture Modifier and Type Class Description class
CommonPictureImpl
An implementation of the model object 'Common Picture'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonPicture Modifier and Type Method Description CommonPicture
MdClassFactoryImpl. createCommonPicture()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommonPicture Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonPicture>
ConfigurationImpl. getCommonPictures()
-
Uses of CommonPicture in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonPicture Modifier and Type Method Description T
MdClassSwitch. caseCommonPicture(CommonPicture object)
Returns the result of interpreting the object as an instance of 'Common Picture'.boolean
MdClassValidator. validateCommonPicture(CommonPicture commonPicture, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-