Uses of Interface
com.flexganttfx.model.Calendar
Packages that use Calendar
Package
Description
Top-level model classes required for creating a Gantt chart.
Classes and interfaces related to calendars.
The main Gantt chart controls.
The various graphics controls that are used for rendering the Gantt chart.
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 CalendarModifier and TypeMethodDescriptionfinal 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 CalendarModifier and TypeClassDescriptionclass
CalendarBase<A extends CalendarActivity>
An abstract base implementation of an activity repository that implements theCalendar
interface.class
A 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 CalendarModifier and TypeMethodDescriptionfinal 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 CalendarModifier and TypeMethodDescriptionfinal 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 CalendarModifier and TypeMethodDescriptionfinal ObservableList<Calendar<?>>
Dateline.getCalendars()
An observable list of calendars associated with the dateline.