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.extras.properties |
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
|
com.flexganttfx.extras.properties.view |
Contains views for displaying the various properties used by the framework
inside the property sheet view of ControlsFX.
|
com.flexganttfx.view |
The main Gantt chart controls.
|
com.flexganttfx.view.container |
Containers for the synchronized display of two or more Gantt charts.
|
Modifier and Type | Method and Description |
---|---|
GanttChartBase<R> |
GanttChartToolBar.getGanttChart()
Returns the value of
GanttChartToolBar.ganttChartProperty() . |
GanttChartBase<R> |
GanttChartStatusBar.getGanttChart()
Returns the value of
GanttChartStatusBar.ganttChartProperty() . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<GanttChartBase<R>> |
GanttChartToolBar.ganttChartProperty()
A property used to store the reference to the Gantt chart that will be
watched by this status bar.
|
javafx.beans.property.ObjectProperty<GanttChartBase<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(GanttChartBase<R> ganttChart)
Sets the value of
GanttChartToolBar.ganttChartProperty() . |
void |
GanttChartStatusBar.setGanttChart(GanttChartBase<R> ganttChart)
Sets the value of
GanttChartStatusBar.ganttChartProperty() . |
Constructor and Description |
---|
GanttChartStatusBar(GanttChartBase<R> ganttChart)
Constructs a new statusbar control.
|
GanttChartToolBar(GanttChartBase<R> ganttChart)
Constructs a new toolbar control.
|
Modifier and Type | Method and Description |
---|---|
List<org.controlsfx.control.PropertySheet.Item> |
GanttChartBaseItemProvider.getPropertySheetItems(GanttChartBase<R> gc) |
Modifier and Type | Method and Description |
---|---|
GanttChartBase |
GanttChartConfigurationView.getGanttChart()
Returns the Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<GanttChartBase> |
GanttChartConfigurationView.ganttChartProperty()
Returns the property that stores the Gantt chart for which the view is being used.
|
Modifier and Type | Method and Description |
---|---|
void |
GanttChartConfigurationView.setGanttChart(GanttChartBase ganttChart)
Sets the Gantt chart.
|
Constructor and Description |
---|
GanttChartConfigurationView(GanttChartBase<?> ganttChart)
Constructs a new view for the given gantt chart.
|
Modifier and Type | Class and Description |
---|---|
class |
GanttChart<R extends Row<?,?,?>>
A control used to visualize any kind of scheduling data along a
timeline.
|
class |
GanttChartLite<R extends Row<?,?,?>>
A control used to visualize any kind of scheduling data along a
timeline.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerBase<T extends GanttChartBase<?>>
A common base class for containers that wrap two or more Gantt charts.
|
class |
DualGanttChartContainerBase<T extends GanttChartBase<?>>
A specialization of
ContainerBase capable of displaying
exactly two instances of GanttChartBase and keeping their layouts and
their scrolling and zooming behavior in sync. |
class |
MultiGanttChartContainerBase<T extends GanttChartBase<?>>
A container capable of displaying multiple instances of
GanttChartBase
and keeping their layouts and their scrolling and zooming behaviour in sync. |
class |
QuadGanttChartContainerBase<T extends GanttChartBase<?>>
A specialization of
ContainerBase capable of displaying
exactly four instances of GanttChartBase and keeping their layouts and
their scrolling and zooming behavior in sync. |
Constructor and Description |
---|
ContainerBase(boolean autoBinding,
T... ganttCharts)
Constructs a new container with the given Gantt chart controls.
|
ContainerBase(T... ganttCharts)
Constructs a new container with the given Gantt chart controls.
|
MultiGanttChartContainerBase(boolean autoBinding,
T... ganttCharts)
Constructs a new container with the given Gantt chart controls.
|
MultiGanttChartContainerBase(T... ganttCharts)
Constructs a new container with the given Gantt chart controls.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.