Module com.flexganttfx.view
Package com.flexganttfx.view.container
Containers for the synchronized display of two or more Gantt charts.
- Since:
- 1.6
-
Class Summary Class Description ContainerBase<T extends GanttChartBase<?>> A common base class for containers that wrap two or more Gantt charts.DualGanttChartContainer A specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.DualGanttChartContainerBase<T extends GanttChartBase<?>> A specialization ofContainerBasecapable of displaying exactly two instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.DualGanttChartLiteContainer A specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartLiteand keeping their layouts (e.g same timeline) and their scrolling and zooming behavior in sync.MultiGanttChartContainer A container capable of displaying multiple instances ofGanttChartand 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 ofGanttChartBaseand keeping their layouts and their scrolling and zooming behaviour in sync.MultiGanttChartLiteContainer A container capable of displaying multiple instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behaviour in sync.QuadGanttChartContainer A specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.QuadGanttChartContainerBase<T extends GanttChartBase<?>> A specialization ofContainerBasecapable of displaying exactly four instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.QuadGanttChartLiteContainer A specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behavior in sync.