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