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