Uses of Class
com.flexganttfx.view.timeline.DatelineCell
Packages that use DatelineCell
Package
Description
The timeline control, which consists of the dateline and the eventline child
controls.
Classes for the timeline, dateline, and eventline skins.
-
Uses of DatelineCell in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return types with arguments of type DatelineCellModifier and TypeMethodDescriptionfinal Callback<TemporalUnit,
DatelineCell> Dateline.getCellFactory
(Class<? extends TemporalUnit> temporalUnitType) Returns the cell factory used for the given temporal unit type (e.g.Method parameters in com.flexganttfx.view.timeline with type arguments of type DatelineCellModifier and TypeMethodDescriptionfinal <T extends TemporalUnit>
voidDateline.setCellFactory
(Class<T> temporalUnitType, Callback<T, DatelineCell<T>> factory) Sets a cell factory on the dateline used to create dateline cells for the given temporal unit type (e.g. -
Uses of DatelineCell in impl.com.flexganttfx.skin.timeline
Subclasses of DatelineCell in impl.com.flexganttfx.skin.timeline