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