Class GanttChartConfigurationView

All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class GanttChartConfigurationView
extends TabPane
A tab pane containing four tabs with property sheets for controls, renderers, background, and foreground layers.
  • Property Details

  • Constructor Details

    • GanttChartConfigurationView

      public GanttChartConfigurationView()
      Constructs a new view.
    • GanttChartConfigurationView

      public GanttChartConfigurationView​(GanttChartBase<?> ganttChart)
      Constructs a new view for the given gantt chart.
  • Method Details

    • update

      public void update()
      Explicitly updates the view (after some change that the view did not detect automatically).
    • ganttChartProperty

      public final ObjectProperty<GanttChartBase> ganttChartProperty()
      Returns the property that stores the Gantt chart for which the view is being used.
      See Also:
      getGanttChart(), setGanttChart(GanttChartBase)
    • getGanttChart

      public final GanttChartBase getGanttChart()
      Returns the Gantt chart.
      Returns:
      the Gantt chart.
    • setGanttChart

      public final void setGanttChart​(GanttChartBase ganttChart)
      Sets the Gantt chart.
      Parameters:
      ganttChart - the chart