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 Collect
GanttChartFactory. createCollect()
Returns a new object of class 'Collect'.Collect
GanttChartBackgroundIntervals. 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 void
GanttChartBackgroundIntervals. 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 class
CollectImpl
An implementation of the model object 'Collect'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return Collect Modifier and Type Method Description Collect
GanttChartFactoryImpl. createCollect()
Collect
GanttChartBackgroundIntervalsImpl. getCollection()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl with parameters of type Collect Modifier and Type Method Description void
GanttChartBackgroundIntervalsImpl. 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 T
GanttChartSwitch. caseCollect(Collect object)
Returns the result of interpreting the object as an instance of 'Collect'.
-