Package | Description |
---|---|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
Modifier and Type | Field and Description |
---|---|
static javafx.event.EventType<DatelineScrollingEvent> |
DatelineScrollingEvent.ANY_SCROLLING |
static javafx.event.EventType<DatelineScrollingEvent> |
DatelineScrollingEvent.VISIBLE_RANGE_CHANGED |
Modifier and Type | Method and Description |
---|---|
javafx.event.EventHandler<DatelineScrollingEvent> |
Dateline.getOnVisibleRangeChanged()
Returns the value of
Dateline.onVisibleRangeChangedProperty() . |
javafx.beans.property.ObjectProperty<javafx.event.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Dateline.setOnVisibleRangeChanged(javafx.event.EventHandler<DatelineScrollingEvent> handler)
Sets the value of
Dateline.onVisibleRangeChangedProperty() . |
Constructor and Description |
---|
DatelineScrollingEvent(Object source,
javafx.event.EventTarget target,
javafx.event.EventType<DatelineScrollingEvent> eventType,
Instant startTime,
Instant endTime,
ZoneId zoneId)
Constructs a new event.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.