| Package | Description |
|---|---|
| com.flexganttfx.extras |
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
|
| com.flexganttfx.view |
The main Gantt chart control and utility containers for the synchronized display of two
or more Gantt charts.
|
| com.flexganttfx.view.util |
Various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
GanttChart<R> |
GanttChartToolBar.getGanttChart()
Returns the value of
GanttChartToolBar.ganttChartProperty(). |
GanttChart<R> |
GanttChartStatusBar.getGanttChart()
Returns the value of
GanttChartStatusBar.ganttChartProperty(). |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<GanttChart<R>> |
GanttChartToolBar.ganttChartProperty()
A property used to store the reference to the Gantt chart that will be
watched by this statusbar.
|
ObjectProperty<GanttChart<R>> |
GanttChartStatusBar.ganttChartProperty()
A property used to store the reference to the Gantt chart that will be
watched by this statusbar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GanttChartToolBar.setGanttChart(GanttChart<R> ganttChart)
Sets the value of
GanttChartToolBar.ganttChartProperty(). |
void |
GanttChartStatusBar.setGanttChart(GanttChart<R> ganttChart)
Sets the value of
GanttChartStatusBar.ganttChartProperty(). |
| Constructor and Description |
|---|
GanttChartStatusBar(GanttChart<R> ganttChart)
Constructs a new statusbar control.
|
GanttChartToolBar(GanttChart<R> ganttChart)
Constructs a new toolbar control.
|
| Modifier and Type | Method and Description |
|---|---|
GanttChart<?> |
DualGanttChartContainer.getPrimaryGanttChart()
Returns the value of
DualGanttChartContainer.primaryGanttChartProperty(). |
GanttChart<?> |
DualGanttChartContainer.getSecondaryGanttChart()
Returns the value of
DualGanttChartContainer.secondaryGanttChartProperty(). |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<GanttChart<?>> |
MultiGanttChartContainer.getGanttCharts()
Returns the list of Gantt charts that are being managed by the container.
|
ObjectProperty<GanttChart<?>> |
DualGanttChartContainer.primaryGanttChartProperty()
A property used to store the reference to the Gantt chart control that is
serving as the primary Gantt chart.
|
ObjectProperty<GanttChart<?>> |
DualGanttChartContainer.secondaryGanttChartProperty()
A property used to store the reference to the secondary Gantt chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DualGanttChartContainer.setPrimaryGanttChart(GanttChart<?> ganttChart)
Sets the value of
DualGanttChartContainer.primaryGanttChartProperty(). |
void |
DualGanttChartContainer.setSecondaryGanttChart(GanttChart<?> ganttChart)
Sets the value of
DualGanttChartContainer.secondaryGanttChartProperty(). |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GanttChart<R> |
RowHeader.getGanttChart() |
| Constructor and Description |
|---|
RowHeader(GanttChart<R> ganttChart) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.