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
  • Property Details

  • Constructor Details

    • GanttChartStatusBar

      public GanttChartStatusBar()
      Constructs a new statusbar control. The Gantt chart has to be set later by calling setGanttChart(GanttChartBase).
      Since:
      1.0
    • GanttChartStatusBar

      public GanttChartStatusBar​(GanttChartBase<R> ganttChart)
      Constructs a new statusbar control.
      Parameters:
      ganttChart - the Gantt chart for which the statusbar will be used
      Since:
      1.0
  • Method Details