Uses of Class
com.dlsc.flexgantt.model.calendar.AbstractCalendarEntry

Packages that use AbstractCalendarEntry
com.dlsc.flexgantt.model.calendar Contains interfaces and classes for modelling a calendar, which can be used to color time spans differently based on calendar entries (holidays, vacation, milestones, ...). 
 

Uses of AbstractCalendarEntry in com.dlsc.flexgantt.model.calendar
 

Classes in com.dlsc.flexgantt.model.calendar with type parameters of type AbstractCalendarEntry
 class TimeGranularityCalendarModel<T extends IGanttChartNode,S extends AbstractCalendarEntry>
          A calendar model implementation that is based on TimeGranularity.
 

Subclasses of AbstractCalendarEntry in com.dlsc.flexgantt.model.calendar
 class HolidayCalendarEntry
          A calendar entry implementation for holidays.
 class WeekendCalendarEntry
          A calendar entry implementation for weekends.
 

Methods in com.dlsc.flexgantt.model.calendar with parameters of type AbstractCalendarEntry
 int AbstractCalendarEntry.compareTo(AbstractCalendarEntry entry)