Klasse TimelineScrollBar

Alle implementierten Schnittstellen:
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.
Siehe auch:
  • Eigenschaftsdetails

  • Konstruktordetails

    • TimelineScrollBar

      public TimelineScrollBar()
      Constructs a new scrollbar.
  • Methodendetails

    • timelineProperty

      public final ObjectProperty<Timeline> timelineProperty()
      Stores a reference to the timeline that will be controlled by this scrollbar.
      Gibt zurück:
      the timeline property
      Seit:
      1.6.1
      Siehe auch:
    • getTimeline

      public final Timeline getTimeline()
      Returns the value of timelineProperty().
      Gibt zurück:
      the controlled timeline
      Seit:
      1.6.1
    • setTimeline

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

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