Uses of Class
com.flexganttfx.model.dateline.DatelineModel
-
Packages that use DatelineModel 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. -
-
Uses of DatelineModel in com.flexganttfx.model.dateline
Subclasses of DatelineModel in com.flexganttfx.model.dateline Modifier and Type Class Description class
ChronoUnitDatelineModel
The chrono unit dateline model is a specialization of the dateline model that works in combination with theChronoUnit
.class
SimpleUnitDatelineModel
-
Uses of DatelineModel in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return DatelineModel Modifier and Type Method Description DatelineModel<? extends TemporalUnit>
Dateline. getModel()
Returns the value ofDateline.modelProperty()
.Methods in com.flexganttfx.view.timeline that return types with arguments of type DatelineModel Modifier and Type Method Description 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 DatelineModel Modifier and Type Method Description void
Dateline. setModel(DatelineModel<? extends TemporalUnit> model)
Sets the value ofDateline.modelProperty()
.
-