Uses of Interface
com.flexganttfx.model.calendar.CalendarActivity
-
Packages that use CalendarActivity 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.graphics The various graphics controls that are used for rendering the Gantt chart.com.flexganttfx.view.graphics.layer System layers are used to draw various pieces of information into the background of a row (time now, grid lines, marked time interval, chart and agenda lines, etc...).com.flexganttfx.view.graphics.renderer Renderer classes for visualizing activities, calendar entries, and for adding custom background visuals based on row type.impl.com.flexganttfx.skin.graphics Classes for the graphics skin. -
-
Uses of CalendarActivity in com.flexganttfx.model
Classes in com.flexganttfx.model with type parameters of type CalendarActivity Modifier and Type Interface Description interface
Calendar<A extends CalendarActivity>
A calendar is an extension of an activity repository with the additions of a name and a visibility property. -
Uses of CalendarActivity in com.flexganttfx.model.calendar
Classes in com.flexganttfx.model.calendar with type parameters of type CalendarActivity Modifier and Type Class Description class
CalendarBase<A extends CalendarActivity>
An abstract base implementation of an activity repository that implements theCalendar
interface.Classes in com.flexganttfx.model.calendar that implement CalendarActivity Modifier and Type Class Description class
CalendarActivityBase<T>
The base implementation of a calendar activity.class
MutableCalendarActivityBase<T>
A mutable calendar activity base implementation.class
WeekendCalendarActivity
A specialized calendar activity used to represent weekend days (e.g. -
Uses of CalendarActivity in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type CalendarActivity Modifier and Type Method Description List<CalendarActivity>
GraphicsBase. getAllCalendarActivitiesAt(double x, double y)
Finds all calendar activities at the given location.ObservableList<Calendar<? extends CalendarActivity>>
GraphicsBase. getCalendars()
Returns the list of calendars that are registered with the graphics view. -
Uses of CalendarActivity in com.flexganttfx.view.graphics.layer
Methods in com.flexganttfx.view.graphics.layer with type parameters of type CalendarActivity Modifier and Type Method Description <A extends CalendarActivity>
CalendarActivityRenderer<? extends A>CalendarLayer. getCalendarActivityRenderer(Class<? extends A> clazz)
-
Uses of CalendarActivity in com.flexganttfx.view.graphics.renderer
Classes in com.flexganttfx.view.graphics.renderer with type parameters of type CalendarActivity Modifier and Type Class Description class
CalendarActivityRenderer<A extends CalendarActivity>
-
Uses of CalendarActivity in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return types with arguments of type CalendarActivity Modifier and Type Method Description List<CalendarActivity>
GraphicsBaseSkin. getAllCalendarActivitiesAt(double x, double y)
-