Uses of Class
com.flexganttfx.view.timeline.DatelineCell
-
Packages that use DatelineCell Package Description com.flexganttfx.view.timeline The timeline control, which consists of the dateline and the eventline child controls.impl.com.flexganttfx.skin.timeline 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 DatelineCell Modifier and Type Method Description 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 DatelineCell Modifier and Type Method Description <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 Modifier and Type Class Description class
ChronoUnitDatelineCell
class
SimpleUnitDatelineCell
-