Uses of Class
com.flexganttfx.view.container.ContainerBase
| 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 ContainerBase in com.flexganttfx.view.container
Subclasses of ContainerBase in com.flexganttfx.view.container Modifier and Type Class Description classDualGanttChartContainerA specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.classDualGanttChartContainerBase<T extends GanttChartBase<?>>A specialization ofContainerBasecapable of displaying exactly two instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.classDualGanttChartLiteContainerA specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartLiteand keeping their layouts (e.g same timeline) and their scrolling and zooming behavior in sync.classMultiGanttChartContainerA container capable of displaying multiple instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behaviour in sync.classMultiGanttChartContainerBase<T extends GanttChartBase<?>>A container capable of displaying multiple instances ofGanttChartBaseand keeping their layouts 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.classQuadGanttChartContainerA specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.classQuadGanttChartContainerBase<T extends GanttChartBase<?>>A specialization ofContainerBasecapable of displaying exactly four instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.classQuadGanttChartLiteContainerA specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behavior in sync. -
Uses of ContainerBase in impl.com.flexganttfx.skin.container
Classes in impl.com.flexganttfx.skin.container with type parameters of type ContainerBase Modifier and Type Class Description classContainerSkinBase<T extends ContainerBase>Created by dirk on 11/07/16.classMultiGanttChartContainerSkinBase<T extends ContainerBase>