Uses of Interface
com._1c.g5.v8.dt.textdocument.model.TextDocumentPackage
-
Packages that use TextDocumentPackage Package Description com._1c.g5.v8.dt.textdocument.model com._1c.g5.v8.dt.textdocument.model.impl com._1c.g5.v8.dt.textdocument.model.util -
-
Uses of TextDocumentPackage in com._1c.g5.v8.dt.textdocument.model
Fields in com._1c.g5.v8.dt.textdocument.model declared as TextDocumentPackage Modifier and Type Field Description static TextDocumentPackageTextDocumentPackage. eINSTANCEThe singleton instance of the package.Methods in com._1c.g5.v8.dt.textdocument.model that return TextDocumentPackage Modifier and Type Method Description TextDocumentPackageTextDocumentFactory. getTextDocumentPackage()Returns the package supported by this factory. -
Uses of TextDocumentPackage in com._1c.g5.v8.dt.textdocument.model.impl
Classes in com._1c.g5.v8.dt.textdocument.model.impl that implement TextDocumentPackage Modifier and Type Class Description classTextDocumentPackageImplAn implementation of the model Package.Methods in com._1c.g5.v8.dt.textdocument.model.impl that return TextDocumentPackage Modifier and Type Method Description static TextDocumentPackageTextDocumentFactoryImpl. getPackage()Deprecated.TextDocumentPackageTextDocumentFactoryImpl. getTextDocumentPackage()static TextDocumentPackageTextDocumentPackageImpl. init()Creates, registers, and initializes the Package for this model, and for any others upon which it depends. -
Uses of TextDocumentPackage in com._1c.g5.v8.dt.textdocument.model.util
Fields in com._1c.g5.v8.dt.textdocument.model.util declared as TextDocumentPackage Modifier and Type Field Description protected static TextDocumentPackageTextDocumentAdapterFactory. modelPackageThe cached model package.protected static TextDocumentPackageTextDocumentSwitch. modelPackageThe cached model package
-