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.
|
Modifier and Type | Class and Description |
---|---|
class |
ChronoUnitTimelineModel |
class |
SimpleUnitTimelineModel |
Modifier and Type | Method and Description |
---|---|
TimelineModel<?> |
Timeline.getModel()
Gets the value of the property model.
|
TimelineModel<?> |
TimeTracker.getTimelineModel() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<TimelineModel<?>> |
Timeline.modelProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Timeline.setModel(TimelineModel<?> timelineModel)
Sets the value of the property model.
|
void |
TimeTracker.setTimelineModel(TimelineModel<?> model) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.