Uses of Class
com.flexganttfx.view.GanttChart
| 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.
|
| com.flexganttfx.view.util |
Various utility classes.
|
| impl.com.flexganttfx.skin |
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 Modifier and Type Method Description List<org.controlsfx.control.PropertySheet.Item>GanttChartItemProvider. getPropertySheetItems(GanttChart<R> gc) -
Uses of GanttChart in com.flexganttfx.view.container
Constructors in com.flexganttfx.view.container with parameters of type GanttChart Constructor Description DualGanttChartContainer(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 GanttChart Modifier and Type Method Description GanttChart<R>RowHeaderColumn. getGanttChart()Returns the Gantt chart for which the header is used.Constructors in com.flexganttfx.view.util with parameters of type GanttChart Constructor Description RowHeaderColumn(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 Constructor Description GanttChartSkin(GanttChart<R> ganttChart)