Uses of Interface
com._1c.g5.v8.dt.moxel.GanttChartDrawing
-
Packages that use GanttChartDrawing Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of GanttChartDrawing in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return GanttChartDrawing Modifier and Type Method Description GanttChartDrawing
MoxelFactory. createGanttChartDrawing()
Returns a new object of class 'Gantt Chart Drawing'. -
Uses of GanttChartDrawing in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement GanttChartDrawing Modifier and Type Class Description class
GanttChartDrawingImpl
An implementation of the model object 'Gantt Chart Drawing'.Methods in com._1c.g5.v8.dt.moxel.impl that return GanttChartDrawing Modifier and Type Method Description GanttChartDrawing
MoxelFactoryImpl. createGanttChartDrawing()
-
Uses of GanttChartDrawing in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type GanttChartDrawing Modifier and Type Method Description T
MoxelSwitch. caseGanttChartDrawing(GanttChartDrawing object)
Returns the result of interpreting the object as an instance of 'Gantt Chart Drawing'.
-