Class TimelineScrollBar

All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class TimelineScrollBar extends PlusMinusSlider
A specialized PlusMinusSlider for controlling the Timeline inside the GanttChart view. Updates the start time property of the underlying TimelineModel.
See Also:
  • Property Details

  • Constructor Details

    • TimelineScrollBar

      public TimelineScrollBar()
      Constructs a new scrollbar.
  • Method Details

    • timelineProperty

      public final ObjectProperty<Timeline> timelineProperty()
      Stores a reference to the timeline that will be controlled by this scrollbar.
      Returns:
      the timeline property
      Since:
      1.6.1
      See Also:
    • getTimeline

      public final Timeline getTimeline()
      Returns the value of timelineProperty().
      Returns:
      the controlled timeline
      Since:
      1.6.1
    • setTimeline

      public final void setTimeline(Timeline timeline)
      Sets the value of timelineProperty().
      Parameters:
      timeline - the timeline that will be controlled by this scrollbar
      Since:
      1.6.1
    • getUserAgentStylesheet

      protected final String getUserAgentStylesheet(Class<?> arg0, String arg1)