Uses of Class
com.flexganttfx.view.timeline.DatelineScrollingEvent
-
Packages that use DatelineScrollingEvent Package Description com.flexganttfx.view.timeline The timeline control, which consists of the dateline and the eventline child controls. -
-
Uses of DatelineScrollingEvent in com.flexganttfx.view.timeline
Fields in com.flexganttfx.view.timeline with type parameters of type DatelineScrollingEvent Modifier and Type Field Description static EventType<DatelineScrollingEvent>
DatelineScrollingEvent. ANY_SCROLLING
static EventType<DatelineScrollingEvent>
DatelineScrollingEvent. VISIBLE_RANGE_CHANGED
Methods in com.flexganttfx.view.timeline that return types with arguments of type DatelineScrollingEvent Modifier and Type Method Description EventHandler<DatelineScrollingEvent>
Dateline. getOnVisibleRangeChanged()
Returns the value ofDateline.onVisibleRangeChangedProperty()
.ObjectProperty<EventHandler<DatelineScrollingEvent>>
Dateline. onVisibleRangeChangedProperty()
A property used to register an event handler that will be invoked whenever the currently visible time range is changing inside the dateline.Method parameters in com.flexganttfx.view.timeline with type arguments of type DatelineScrollingEvent Modifier and Type Method Description void
Dateline. setOnVisibleRangeChanged(EventHandler<DatelineScrollingEvent> handler)
Sets the value ofDateline.onVisibleRangeChangedProperty()
.Constructor parameters in com.flexganttfx.view.timeline with type arguments of type DatelineScrollingEvent Constructor Description DatelineScrollingEvent(Object source, EventTarget target, EventType<DatelineScrollingEvent> eventType, Instant startTime, Instant endTime, ZoneId zoneId)
Constructs a new event.
-