Class GanttChartStatusBar<R extends Row<?,​?,​?>>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
org.controlsfx.control.StatusBar
com.flexganttfx.extras.GanttChartStatusBar<R>
Type Parameters:
R - the type of the rows in the Gantt chart
All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class GanttChartStatusBar<R extends Row<?,​?,​?>>
extends org.controlsfx.control.StatusBar
A statusbar implementation that can be used in combination with the Gantt chart control. Please note that this statusbar is used for rapid prototyping and does not present a feature-complete implementation that could be used for any kind of application. An entire framework could be written just for that purpose.
Since:
1.0