Package com.flexganttfx.view.container
package com.flexganttfx.view.container
Containers for the synchronized display of two or more Gantt charts.
- Seit:
- 1.6
-
KlassenKlasseBeschreibungContainerBase<T extends GanttChartBase<?>>A common base class for containers that wrap two or more Gantt charts.A specialization of
DualGanttChartContainerBasecapable 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.A specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartLiteand keeping their layouts (e.g., same timeline) and their scrolling and zooming behavior in sync.A container capable of displaying multiple instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.MultiGanttChartContainerBase<T extends GanttChartBase<?>>A container capable of displaying multiple instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.A container capable of displaying multiple instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behavior in sync.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.A specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behavior in sync.