Uses of Interface
com.flexganttfx.model.Calendar
| 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.
|
-
Uses of Calendar in com.flexganttfx.model
Methods in com.flexganttfx.model that return types with arguments of type Calendar Modifier and Type Method Description ObservableList<Calendar<?>>Row. getCalendars()Returns a list of calendars attached to this row. -
Uses of Calendar in com.flexganttfx.model.calendar
Classes in com.flexganttfx.model.calendar that implement Calendar Modifier and Type Class Description classCalendarBase<A extends CalendarActivity>An abstract base implementation of an activity repository that implements theCalendarinterface.classWeekendCalendarA calendar specialized on returning activities that represent weekend days (default: saturday, sunday). -
Uses of Calendar in com.flexganttfx.view
Methods in com.flexganttfx.view that return types with arguments of type Calendar Modifier and Type Method Description ObservableList<Calendar<?>>GanttChartBase. getCalendars()Convenience method to return the list of calendars registered on the graphics view. -
Uses of Calendar in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type Calendar Modifier and Type Method Description ObservableList<Calendar<? extends CalendarActivity>>GraphicsBase. getCalendars()Returns the list of calendars that are registered with the graphics view. -
Uses of Calendar in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return types with arguments of type Calendar Modifier and Type Method Description ObservableList<Calendar<?>>Dateline. getCalendars()An observable list of calendars associated with the dateline.