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.
|
Modifier and Type | Method and Description |
---|---|
List<org.controlsfx.control.PropertySheet.Item> |
GanttChartItemProvider.getPropertySheetItems(GanttChart<R> gc) |
Constructor and Description |
---|
DualGanttChartContainer(boolean autoBinding,
GanttChart<?> primaryGanttChart,
GanttChart<?> secondaryGanttChart)
Constructs a new container with the given Gantt chart controls.
|
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.
|
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.
|
QuadGanttChartContainer(GanttChart<?> upperLeft,
GanttChart<?> upperRight,
GanttChart<?> lowerLeft,
GanttChart<?> lowerRight)
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.
|
QuadGanttChartContainer(GanttChart<?> upperLeft,
GanttChart<?> upperRight,
GanttChart<?> lowerLeft,
GanttChart<?> lowerRight)
Constructs a new container with the given Gantt chart controls.
|
Modifier and Type | Method and Description |
---|---|
GanttChart<R> |
RowHeaderColumn.getGanttChart()
Returns the Gantt chart for which the header is used.
|
Constructor and Description |
---|
RowHeaderColumn(GanttChart<R> ganttChart)
Constructs a new row header.
|
Constructor and Description |
---|
GanttChartSkin(GanttChart<R> ganttChart) |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.