Uses of Package
com.flexganttfx.model.repository
Packages that use com.flexganttfx.model.repository
Package
Description
Top-level model classes required for creating a Gantt chart.
Classes and interfaces related to calendars.
Classes related to activity repositories.
-
Classes in com.flexganttfx.model.repository used by com.flexganttfx.modelClassDescriptionAn event class used by activity repositories to inform event handlers about changes.
-
Classes in com.flexganttfx.model.repository used by com.flexganttfx.model.calendarClassDescriptionAn abstract base implementation of
ActivityRepository
that provides support for event handlers (adding, removing, firing events). -
Classes in com.flexganttfx.model.repository used by com.flexganttfx.model.repositoryClassDescriptionAn abstract base implementation of
ActivityRepository
that provides support for event handlers (adding, removing, firing events).A list of possible iterators that the repository can return when the application queries the repository for the activities within a given time interval.The required interface for a repository that is also mutable (activities can be added and removed).An event class used by activity repositories to inform event handlers about changes.