Uses of Class
com.flexganttfx.view.container.QuadGanttChartContainerBase
| Package | Description |
|---|---|
| com.flexganttfx.extras.properties |
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
|
| 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 QuadGanttChartContainerBase in com.flexganttfx.extras.properties
Methods in com.flexganttfx.extras.properties with parameters of type QuadGanttChartContainerBase Modifier and Type Method Description ObservableList<org.controlsfx.control.PropertySheet.Item>QuadGanttChartContainerBaseItemProvider. getPropertySheetItems(QuadGanttChartContainerBase<T> container)Returns property sheet items. -
Uses of QuadGanttChartContainerBase in com.flexganttfx.view.container
Subclasses of QuadGanttChartContainerBase in com.flexganttfx.view.container Modifier and Type Class Description 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.classQuadGanttChartLiteContainerA specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behavior in sync. -
Uses of QuadGanttChartContainerBase in impl.com.flexganttfx.skin.container
Constructors in impl.com.flexganttfx.skin.container with parameters of type QuadGanttChartContainerBase Constructor Description QuadGanttChartContainerSkin(QuadGanttChartContainerBase container)