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