Uses of Class
com.flexganttfx.model.repository.ActivityRepositoryBase
-
Packages that use ActivityRepositoryBase Package Description com.flexganttfx.model.calendar Classes and interfaces related to calendars.com.flexganttfx.model.repository Classes related to activity repositories. -
-
Uses of ActivityRepositoryBase in com.flexganttfx.model.calendar
Subclasses of ActivityRepositoryBase in com.flexganttfx.model.calendar Modifier and Type Class Description class
CalendarBase<A extends CalendarActivity>
An abstract base implementation of an activity repository that implements theCalendar
interface.class
WeekendCalendar
A calendar specialized on returning activities that represent weekend days (default: saturday, sunday). -
Uses of ActivityRepositoryBase in com.flexganttfx.model.repository
Subclasses of ActivityRepositoryBase in com.flexganttfx.model.repository Modifier and Type Class Description class
IntervalTreeActivityRepository<A extends Activity>
A repository implementation that utilizes binary interval trees to store its activities.class
ListActivityRepository<A extends Activity>
A repository implementation that utilizes several lists for storing activities.class
MutableActivityRepositoryBase<A extends Activity>
-