Uses of Interface
com._1c.g5.v8.dt.chart.common.IChartProvider
-
Packages that use IChartProvider Package Description com._1c.g5.v8.dt.chart com._1c.g5.v8.dt.form.presentation.wysiwyg -
-
Uses of IChartProvider in com._1c.g5.v8.dt.chart
Methods in com._1c.g5.v8.dt.chart that return types with arguments of type IChartProvider Modifier and Type Method Description Class<? extends IChartProvider>
ChartRuntimeModule. bindIChartProvider()
-
Uses of IChartProvider in com._1c.g5.v8.dt.form.presentation.wysiwyg
Constructors in com._1c.g5.v8.dt.form.presentation.wysiwyg with parameters of type IChartProvider Constructor Description FormWysiwygViewer(org.eclipse.swt.widgets.Composite parent, MappingController controller, IBmModel bmModel, TransformatorServiceProvider transformatorServiceProvider, ChartImageServiceProvider chartImageServiceProvider, IChartProvider chartProvider, IRuntimeVersionSupport versionSupport, CompatibilityMode compatibilityMode, List<IDropDelegate> dropDelegates)
Creates new WYSIWYG viewer.
-