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.modelFields in com._1c.g5.v8.dt.chart.model declared as ChartPackage Modifier and Type Field Description static ChartPackageChartPackage. eINSTANCEThe singleton instance of the package.Methods in com._1c.g5.v8.dt.chart.model that return ChartPackage Modifier and Type Method Description ChartPackageChartFactory. getChartPackage()Returns the package supported by this factory.
- 
Uses of ChartPackage in com._1c.g5.v8.dt.chart.model.implClasses in com._1c.g5.v8.dt.chart.model.impl that implement ChartPackage Modifier and Type Class Description classChartPackageImplAn implementation of the model Package.Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartPackage Modifier and Type Method Description ChartPackageChartFactoryImpl. getChartPackage()static ChartPackageChartFactoryImpl. getPackage()Deprecated.static ChartPackageChartPackageImpl. 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.utilFields in com._1c.g5.v8.dt.chart.model.util declared as ChartPackage Modifier and Type Field Description protected static ChartPackageChartAdapterFactory. modelPackageThe cached model package.protected static ChartPackageChartSwitch. modelPackageThe cached model package
 
-