Package | Description |
---|---|
com.flexganttfx.model |
Top-level model classes required for creating a Gantt chart.
|
com.flexganttfx.model.calendar |
Classes and interfaces related to calendars.
|
com.flexganttfx.view |
The main Gantt chart controls.
|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<Calendar<?>> |
Row.getCalendars()
Returns a list of calendars attached to this row.
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarBase<A extends CalendarActivity>
An abstract base implementation of an activity repository that implements the
Calendar interface. |
class |
WeekendCalendar
A calendar specialized on returning activities that represent weekend days
(default: saturday, sunday).
|
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<Calendar<?>> |
GanttChartBase.getCalendars()
Convenience method to return the list of calendars registered on the
graphics view.
|
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<Calendar<? extends CalendarActivity>> |
GraphicsBase.getCalendars()
Returns the list of calendars that are registered with the graphics view.
|
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<Calendar<?>> |
Dateline.getCalendars()
An observable list of calendars associated with the dateline.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.