Package | Description |
---|---|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
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.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.