Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.Collect
-
Packages that use Collect Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl com._1c.g5.v8.dt.ganttchart.model.util -
-
Uses of Collect in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return Collect Modifier and Type Method Description CollectGanttChartFactory. createCollect()Returns a new object of class 'Collect'.CollectGanttChartBackgroundIntervals. getCollection()Returns the value of the 'Collection' containment reference.Methods in com._1c.g5.v8.dt.ganttchart.model with parameters of type Collect Modifier and Type Method Description voidGanttChartBackgroundIntervals. setCollection(Collect value)Sets the value of the 'Collection' containment reference. -
Uses of Collect in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement Collect Modifier and Type Class Description classCollectImplAn implementation of the model object 'Collect'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return Collect Modifier and Type Method Description CollectGanttChartFactoryImpl. createCollect()CollectGanttChartBackgroundIntervalsImpl. getCollection()Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type Collect Modifier and Type Method Description voidGanttChartBackgroundIntervalsImpl. setCollection(Collect newCollection) -
Uses of Collect in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type Collect Modifier and Type Method Description TGanttChartSwitch. caseCollect(Collect object)Returns the result of interpreting the object as an instance of 'Collect'.
-