Uses of Interface
com._1c.g5.v8.dt.style.model.StylePackage
-
Packages that use StylePackage Package Description com._1c.g5.v8.dt.style.model com._1c.g5.v8.dt.style.model.impl com._1c.g5.v8.dt.style.model.util -
-
Uses of StylePackage in com._1c.g5.v8.dt.style.model
Fields in com._1c.g5.v8.dt.style.model declared as StylePackage Modifier and Type Field Description static StylePackage
StylePackage. eINSTANCE
The singleton instance of the package.Methods in com._1c.g5.v8.dt.style.model that return StylePackage Modifier and Type Method Description StylePackage
StyleFactory. getStylePackage()
Returns the package supported by this factory. -
Uses of StylePackage in com._1c.g5.v8.dt.style.model.impl
Classes in com._1c.g5.v8.dt.style.model.impl that implement StylePackage Modifier and Type Class Description class
StylePackageImpl
An implementation of the model Package.Methods in com._1c.g5.v8.dt.style.model.impl that return StylePackage Modifier and Type Method Description static StylePackage
StyleFactoryImpl. getPackage()
Deprecated.StylePackage
StyleFactoryImpl. getStylePackage()
static StylePackage
StylePackageImpl. init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of StylePackage in com._1c.g5.v8.dt.style.model.util
Fields in com._1c.g5.v8.dt.style.model.util declared as StylePackage Modifier and Type Field Description protected static StylePackage
StyleAdapterFactory. modelPackage
The cached model package.protected static StylePackage
StyleSwitch. modelPackage
The cached model package
-