Uses of Interface
com._1c.g5.v8.dt.metadata.common.AbsPicture
-
Packages that use AbsPicture Package Description com._1c.g5.v8.dt.metadata.common com._1c.g5.v8.dt.metadata.common.impl com._1c.g5.v8.dt.metadata.common.util com._1c.g5.v8.dt.moxel.ui.pictures -
-
Uses of AbsPicture in com._1c.g5.v8.dt.metadata.common
Methods in com._1c.g5.v8.dt.metadata.common that return AbsPicture Modifier and Type Method Description AbsPicture
CommonFactory. createAbsPicture()
Returns a new object of class 'Abs Picture'. -
Uses of AbsPicture in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement AbsPicture Modifier and Type Class Description class
AbsPictureImpl
An implementation of the model object 'Abs Picture'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return AbsPicture Modifier and Type Method Description AbsPicture
CommonFactoryImpl. createAbsPicture()
-
Uses of AbsPicture in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type AbsPicture Modifier and Type Method Description T
CommonSwitch. caseAbsPicture(AbsPicture object)
Returns the result of interpreting the object as an instance of 'Abs Picture'. -
Uses of AbsPicture in com._1c.g5.v8.dt.moxel.ui.pictures
Constructors in com._1c.g5.v8.dt.moxel.ui.pictures with parameters of type AbsPicture Constructor Description AbsSinglePictureManifest(AbsPicture picture)
Create a instance ofAbsSinglePictureManifest
AbsZipPictureManifest(AbsPicture picture)
Create instance ofAbsZipPictureManifest
-