Uses of Interface
com._1c.g5.v8.dt.md.pictures.IPictureService
-
Packages that use IPictureService Package Description com._1c.g5.v8.dt.bp.scheme.ui.aef.models com._1c.g5.v8.dt.md.pictures com._1c.g5.v8.dt.md.ui.aef.models -
-
Uses of IPictureService in com._1c.g5.v8.dt.bp.scheme.ui.aef.models
Classes in com._1c.g5.v8.dt.bp.scheme.ui.aef.models that implement IPictureService Modifier and Type Class Description static class
GraphicalSchemePictureModelFactory.PictureService
AnIPictureService
implementation for graphical scheme pictures. -
Uses of IPictureService in com._1c.g5.v8.dt.md.pictures
Classes in com._1c.g5.v8.dt.md.pictures that implement IPictureService Modifier and Type Class Description class
AbsPictureService
AnIPictureService
implementation for moxel pictures. -
Uses of IPictureService in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return IPictureService Modifier and Type Method Description IPictureService
BmPictureModel. getPictureService()
IPictureService
EmfPictureModel. getPictureService()
IPictureService
IPictureModel. getPictureService()
Returns picture service.Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type IPictureService Constructor Description BmPictureModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, IPictureService pictureService, boolean canChoiseFromFile)
Instantiates a new picture model.EmfPictureModel(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EStructuralFeature feature, IV8Project v8project, IPictureService pictureService, boolean canChoiseFromFile)
Instantiates a new picture model.
-