Uses of Class
com.flexganttfx.view.GanttChart
Packages that use GanttChart
Package
Description
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
Containers for the synchronized display of two or more Gantt charts.
Various utility classes.
Classes for the Gantt Chart, Dual Gantt Chart, Multi Gantt Chart skins.
-
Uses of GanttChart in com.flexganttfx.extras.properties
Methods in com.flexganttfx.extras.properties with parameters of type GanttChart -
Uses of GanttChart in com.flexganttfx.view.container
Constructors in com.flexganttfx.view.container with parameters of type GanttChartModifierConstructorDescriptionDualGanttChartContainer
(boolean autoBinding, GanttChart<?> primaryGanttChart, GanttChart<?> secondaryGanttChart) Constructs a new container with the given Gantt chart controls.DualGanttChartContainer
(GanttChart<?> primaryGanttChart, GanttChart<?> secondaryGanttChart) Constructs a new container with the given Gantt chart controls.MultiGanttChartContainer
(boolean autoBinding, GanttChart<?>... ganttCharts) Constructs a new container with the given Gantt chart controls.MultiGanttChartContainer
(GanttChart<?>... ganttCharts) Constructs a new container with the given Gantt chart controls.QuadGanttChartContainer
(GanttChart<?> upperLeft, GanttChart<?> upperRight, GanttChart<?> lowerLeft, GanttChart<?> lowerRight) Constructs a new container with the given Gantt chart controls. -
Uses of GanttChart in com.flexganttfx.view.util
Methods in com.flexganttfx.view.util that return GanttChartModifier and TypeMethodDescriptionfinal GanttChart<R>
RowHeaderColumn.getGanttChart()
Returns the Gantt chart for which the header is used.Constructors in com.flexganttfx.view.util with parameters of type GanttChartModifierConstructorDescriptionRowHeaderColumn
(GanttChart<R> ganttChart) Constructs a new row header. -
Uses of GanttChart in impl.com.flexganttfx.skin
Constructors in impl.com.flexganttfx.skin with parameters of type GanttChart