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.
|
Modifier and Type | Method and Description |
---|---|
javafx.util.Callback<TemporalUnit,DatelineCell> |
Dateline.getCellFactory(Class<? extends TemporalUnit> temporalUnitType)
Returns the cell factory used for the given temporal unit type (e.g.
|
Modifier and Type | Method and Description |
---|---|
<T extends TemporalUnit> |
Dateline.setCellFactory(Class<T> temporalUnitType,
javafx.util.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ChronoUnitDatelineCell |
class |
SimpleUnitDatelineCell |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.