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 EventType<DatelineScrollingEvent> |
DatelineScrollingEvent.ANY_SCROLLING |
static EventType<DatelineScrollingEvent> |
DatelineScrollingEvent.VISIBLE_RANGE_CHANGED |
Modifier and Type | Method and Description |
---|---|
EventHandler<DatelineScrollingEvent> |
Dateline.getOnVisibleRangeChanged()
Gets the value of the property onVisibleRangeChanged.
|
ObjectProperty<EventHandler<DatelineScrollingEvent>> |
Dateline.onVisibleRangeChangedProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Dateline.setOnVisibleRangeChanged(EventHandler<DatelineScrollingEvent> value)
Sets the value of the property onVisibleRangeChanged.
|
Constructor and Description |
---|
DatelineScrollingEvent(Object source,
EventTarget target,
EventType<DatelineScrollingEvent> eventType,
Instant startTime,
Instant endTime,
ZoneId zoneId) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.