Verwendungen von Klasse
com.flexganttfx.model.dateline.DatelineModel
Packages, die DatelineModel verwenden
Package
Beschreibung
Classes used to support the dateline (child control of timeline).
The timeline control, which consists of the dateline and the eventline child
controls.
-
Verwendungen von DatelineModel in com.flexganttfx.model.dateline
Unterklassen von DatelineModel in com.flexganttfx.model.datelineModifikator und TypKlasseBeschreibungfinal classThe chrono unit dateline model is a specialization of the dateline model that works in combination with theChronoUnit.final classRepresents a dateline model for managing temporal resolutions using the SimpleUnit enumeration. -
Verwendungen von DatelineModel in com.flexganttfx.view.timeline
Methoden in com.flexganttfx.view.timeline, die DatelineModel zurückgebenModifikator und TypMethodeBeschreibungfinal DatelineModel<? extends TemporalUnit> Dateline.getModel()Returns the value ofDateline.modelProperty().Methoden in com.flexganttfx.view.timeline, die Typen mit Argumenten vom Typ DatelineModel zurückgebenModifikator und TypMethodeBeschreibungfinal ObjectProperty<DatelineModel<? extends TemporalUnit>> Dateline.modelProperty()A property used to store the model of the dateline control.Methoden in com.flexganttfx.view.timeline mit Parametern vom Typ DatelineModelModifikator und TypMethodeBeschreibungfinal voidDateline.setModel(DatelineModel<? extends TemporalUnit> model) Sets the value ofDateline.modelProperty().