Package | Description |
---|---|
com.flexganttfx.model.calendar |
Classes and interfaces related to calendars.
|
com.flexganttfx.model.repository |
Classes related to activity repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarBase<A extends CalendarActivity>
An abstract base implementation of an activity repository that implements the
Calendar interface. |
class |
WeekendCalendar
A calendar specialized on returning activities that represent weekend days
(default: saturday, sunday).
|
Modifier and Type | Class and 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> |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.