Package | Description |
---|---|
com.flexganttfx.model.dateline |
Classes used to support the dateline (child control of timeline).
|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
Modifier and Type | Class and Description |
---|---|
class |
ChronoUnitDatelineModel
The chrono unit dateline model is a specialization of the dateline model that works
in combination with the
ChronoUnit . |
class |
SimpleUnitDatelineModel |
Modifier and Type | Method and Description |
---|---|
DatelineModel<? extends TemporalUnit> |
Dateline.getModel()
Returns the value of
Dateline.modelProperty() . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<DatelineModel<? extends TemporalUnit>> |
Dateline.modelProperty()
A property used to store the model of the dateline control.
|
Modifier and Type | Method and Description |
---|---|
void |
Dateline.setModel(DatelineModel<? extends TemporalUnit> model)
Sets the value of
Dateline.modelProperty() . |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.