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 control and utility containers for the synchronized display of two
or more Gantt charts.
|
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 |
---|---|
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 |
---|---|
ObservableList<Calendar<?>> |
GanttChart.getCalendars() |
Modifier and Type | Method and Description |
---|---|
ObservableList<Calendar<? extends CalendarActivity>> |
GraphicsBase.getCalendars()
Returns the list of calendars that are registered with the graphics view.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<Calendar<?>> |
Dateline.getCalendars() |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.