Uses of Class
com.flexganttfx.model.dateline.DatelineModel
Packages that use DatelineModel
Package
Description
Classes used to support the dateline (child control of timeline).
The timeline control, which consists of the dateline and the eventline child
controls.
-
Uses of DatelineModel in com.flexganttfx.model.dateline
Subclasses of DatelineModel in com.flexganttfx.model.datelineModifier and TypeClassDescriptionfinal class
The chrono unit dateline model is a specialization of the dateline model that works in combination with theChronoUnit
.final class
-
Uses of DatelineModel in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return DatelineModelModifier and TypeMethodDescriptionfinal DatelineModel<? extends TemporalUnit>
Dateline.getModel()
Returns the value ofDateline.modelProperty()
.Methods in com.flexganttfx.view.timeline that return types with arguments of type DatelineModelModifier and TypeMethodDescriptionfinal ObjectProperty<DatelineModel<? extends TemporalUnit>>
Dateline.modelProperty()
A property used to store the model of the dateline control.Methods in com.flexganttfx.view.timeline with parameters of type DatelineModelModifier and TypeMethodDescriptionfinal void
Dateline.setModel
(DatelineModel<? extends TemporalUnit> model) Sets the value ofDateline.modelProperty()
.