Uses of Interface
com._1c.g5.v8.dt.moxel.service.IMoxelDocumentService
-
Packages that use IMoxelDocumentService Package Description com._1c.g5.v8.dt.form.ui.aef.components com._1c.g5.v8.dt.moxel.service -
-
Uses of IMoxelDocumentService in com._1c.g5.v8.dt.form.ui.aef.components
Constructors in com._1c.g5.v8.dt.form.ui.aef.components with parameters of type IMoxelDocumentService Constructor Description OpenMoxelEditorByLinkComponent(ILinkParametrization parameterization, IV8ProjectManager v8ProjectManager, IMoxelDocumentService moxelDocumentService, ITopObjectFqnGenerator fqnGenerator, IResourceLookup resourceLookup, IBmModelManager modelManager)
Instantiates a new link component with the given parameterization. -
Uses of IMoxelDocumentService in com._1c.g5.v8.dt.moxel.service
Classes in com._1c.g5.v8.dt.moxel.service that implement IMoxelDocumentService Modifier and Type Class Description class
MoxelDocumentService
Class which allows to manage moxel documents
-