Uses of Class
com.flexganttfx.model.timeline.TimelineModel
-
Packages that use TimelineModel Package Description com.flexganttfx.model.timeline Timeline model class and the two specializations for the temporal units ChronoUnit and SimpleUnit.com.flexganttfx.view.timeline The timeline control, which consists of the dateline and the eventline child controls.impl.com.flexganttfx.skin.graphics Classes for the graphics skin. -
-
Uses of TimelineModel in com.flexganttfx.model.timeline
Subclasses of TimelineModel in com.flexganttfx.model.timeline Modifier and Type Class Description class
ChronoUnitTimelineModel
A specialized timeline model for theChronoUnit
temporal unit.class
SimpleUnitTimelineModel
A specialized timeline model for theSimpleUnit
temporal unit. -
Uses of TimelineModel in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return TimelineModel Modifier and Type Method Description TimelineModel<?>
Timeline. getModel()
Returns the value ofTimeline.modelProperty()
.Methods in com.flexganttfx.view.timeline that return types with arguments of type TimelineModel Modifier and Type Method Description ObjectProperty<TimelineModel<?>>
Timeline. modelProperty()
Stores the timeline model to be used by the timeline.Methods in com.flexganttfx.view.timeline with parameters of type TimelineModel Modifier and Type Method Description void
Timeline. setModel(TimelineModel<?> model)
Sets the value ofTimeline.modelProperty()
. -
Uses of TimelineModel in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return TimelineModel Modifier and Type Method Description TimelineModel<?>
RowCanvas. getTimelineModel()
-