See: Description
Class | Description |
---|---|
ContainerBase<T extends GanttChartBase<?>> |
A common base class for containers that wrap two or more Gantt charts.
|
DualGanttChartContainer |
A specialization of
DualGanttChartContainerBase capable of displaying
exactly two instances of GanttChart and keeping their layouts (same
table width, same timeline) and their scrolling and zooming behavior in
sync. |
DualGanttChartContainerBase<T extends GanttChartBase<?>> |
A specialization of
ContainerBase capable of displaying
exactly two instances of GanttChartBase and keeping their layouts and
their scrolling and zooming behavior in sync. |
DualGanttChartLiteContainer |
A specialization of
DualGanttChartContainerBase capable of displaying
exactly two instances of GanttChartLite and keeping their layouts (e.g
same timeline) and their scrolling and zooming behavior in
sync. |
MultiGanttChartContainer |
A container capable of displaying multiple instances of
GanttChart
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 of
GanttChartBase
and keeping their layouts and their scrolling and zooming behaviour in sync. |
MultiGanttChartLiteContainer |
A container capable of displaying multiple instances of
GanttChartLite
and keeping their layouts and their scrolling and zooming behaviour in sync. |
QuadGanttChartContainer |
A specialization of
QuadGanttChartContainerBase capable of displaying
exactly four instances of GanttChart and keeping their layouts (same
table width, same timeline) and their scrolling and zooming behavior in
sync. |
QuadGanttChartContainerBase<T extends GanttChartBase<?>> |
A specialization of
ContainerBase capable of displaying
exactly four instances of GanttChartBase and keeping their layouts and
their scrolling and zooming behavior in sync. |
QuadGanttChartLiteContainer |
A specialization of
QuadGanttChartContainerBase capable of displaying
exactly four instances of GanttChartLite and keeping their layouts and
their scrolling and zooming behavior in sync. |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.