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 CommonPictureTestMdObjectFactory. 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, ITopObjectFqnGenerator topObjectFqnGenerator)Create a instance ofCommonPictureCleanContentTaskCommonPictureLoadContentFromFileTask(CommonPicture commonPicture, String filePath, ITopObjectFqnGenerator topObjectFqnGenerator)Create a instance ofCommonPictureLoadContentFromFileTaskCommonPictureSaveContentToFileTask(CommonPicture commonPicture, String filePath, ITopObjectFqnGenerator topObjectFqnGenerator)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 voidCommonPictureRegistry. assign(CommonPicture picture, File file, org.eclipse.core.runtime.IProgressMonitor monitor)voidCommonPictureRegistry. clear(CommonPicture picture, org.eclipse.core.runtime.IProgressMonitor monitor)voidCommonPictureRegistry. 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 booleanMdImplicitRefInferrer. _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 CommonPictureCommonPictureModelFactory. getActualCommonPicture(CommonPicture original)Returns actual common picture to presentation.CommonPictureCommonPictureContentEditModel. getCommonPicture()CommonPictureICommonPictureContentEditModel. 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 CommonPictureCommonPictureModelFactory. getActualCommonPicture(CommonPicture original)Returns actual common picture to presentation.protected booleanCommonPictureModelFactory. originalAppropriate(CommonPicture original)Returnstrueif 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, ITopObjectFqnGenerator topObjectFqnGenerator)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 voidCommonPictureRule. 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 voidAbstractCommonPictureHandler. doExecute(CommonPicture commonPicture, IModelApi modelApi)Executes with theCommonPictureandIModelApiinstances.protected voidCommonPictureClearHandler. doExecute(CommonPicture commonPicture, IModelApi modelApi)protected voidCommonPictureFileSaveHandler. doExecute(CommonPicture commonPicture, IModelApi modelApi)protected voidCommonPictureFileUploadHandler. 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 voidMdValidator. 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 CommonPictureMdClassFactory. 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 classCommonPictureImplAn 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 CommonPictureMdClassFactoryImpl. 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 TMdClassSwitch. caseCommonPicture(CommonPicture object)Returns the result of interpreting the object as an instance of 'Common Picture'.booleanMdClassValidator. validateCommonPicture(CommonPicture commonPicture, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-