Uses of Class
com.flexganttfx.view.container.MultiGanttChartContainerBase
| Package | Description |
|---|---|
| com.flexganttfx.view.container |
Containers for the synchronized display of two or more Gantt charts.
|
| impl.com.flexganttfx.skin.container |
Classes for the container views.
|
-
Uses of MultiGanttChartContainerBase in com.flexganttfx.view.container
Subclasses of MultiGanttChartContainerBase in com.flexganttfx.view.container Modifier and Type Class Description classMultiGanttChartContainerA container capable of displaying multiple instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behaviour in sync.classMultiGanttChartLiteContainerA container capable of displaying multiple instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behaviour in sync. -
Uses of MultiGanttChartContainerBase in impl.com.flexganttfx.skin.container
Constructors in impl.com.flexganttfx.skin.container with parameters of type MultiGanttChartContainerBase Constructor Description MultiGanttChartContainerSkin(MultiGanttChartContainerBase container)