Uses of Class
com.flexganttfx.model.repository.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 classCalendarBase<A extends CalendarActivity>An abstract base implementation of an activity repository that implements theCalendarinterface.classWeekendCalendarA 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 classIntervalTreeActivityRepository<A extends Activity>A repository implementation that utilizes binary interval trees to store its activities.classListActivityRepository<A extends Activity>A repository implementation that utilizes several lists for storing activities.classMutableActivityRepositoryBase<A extends Activity>