Uses of Class
com.flexganttfx.model.repository.ActivityRepositoryBase
Packages that use ActivityRepositoryBase
Package
Description
Classes and interfaces related to calendars.
Classes related to activity repositories.
-
Uses of ActivityRepositoryBase in com.flexganttfx.model.calendar
Subclasses of ActivityRepositoryBase in com.flexganttfx.model.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 ActivityRepositoryBase in com.flexganttfx.model.repository
Subclasses of ActivityRepositoryBase in com.flexganttfx.model.repositoryModifier and TypeClassDescriptionclass
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>