Module com.flexganttfx.view
Package com.flexganttfx.view.container
package com.flexganttfx.view.container
Containers for the synchronized display of two or more Gantt charts.
- Since:
- 1.6
-
ClassesClassDescriptionContainerBase<T extends GanttChartBase<?>>A common base class for containers that wrap two or more Gantt charts.A specialization of
DualGanttChartContainerBase
capable of displaying exactly two instances ofGanttChart
and keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.DualGanttChartContainerBase<T extends GanttChartBase<?>>A specialization ofContainerBase
capable of displaying exactly two instances ofGanttChartBase
and keeping their layouts and their scrolling and zooming behavior in sync.A specialization ofDualGanttChartContainerBase
capable of displaying exactly two instances ofGanttChartLite
and keeping their layouts (e.g same timeline) and their scrolling and zooming behavior in sync.A container capable of displaying multiple instances ofGanttChart
and keeping their layouts (same table width, same timeline) and their scrolling and zooming behaviour in sync.MultiGanttChartContainerBase<T extends GanttChartBase<?>>A container capable of displaying multiple instances ofGanttChartBase
and keeping their layouts and their scrolling and zooming behaviour in sync.A container capable of displaying multiple instances ofGanttChartLite
and keeping their layouts and their scrolling and zooming behaviour in sync.A specialization ofQuadGanttChartContainerBase
capable of displaying exactly four instances ofGanttChart
and keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.QuadGanttChartContainerBase<T extends GanttChartBase<?>>A specialization ofContainerBase
capable of displaying exactly four instances ofGanttChartBase
and keeping their layouts and their scrolling and zooming behavior in sync.A specialization ofQuadGanttChartContainerBase
capable of displaying exactly four instances ofGanttChartLite
and keeping their layouts and their scrolling and zooming behavior in sync.