Verwendungen von Schnittstelle
com.flexganttfx.model.ActivityRepository
Packages, die ActivityRepository verwenden
Package
Beschreibung
Top-level model classes required for creating a Gantt chart.
Classes and interfaces related to calendars.
Classes related to activity repositories.
-
Verwendungen von ActivityRepository in com.flexganttfx.model
Unterschnittstellen von ActivityRepository in com.flexganttfx.modelModifizierer und TypSchnittstelleBeschreibunginterfaceCalendar<A extends CalendarActivity>A calendar is an extension of an activity repository with the additions of a name and a visibility property.Methoden in com.flexganttfx.model, die ActivityRepository zurückgebenModifizierer und TypMethodeBeschreibungfinal ActivityRepository<A> Row.getRepository()Returns the value of theRow.repositoryProperty().Methoden in com.flexganttfx.model, die Typen mit Argumenten vom Typ ActivityRepository zurückgebenModifizierer und TypMethodeBeschreibungfinal ObjectProperty<ActivityRepository<A>> Row.repositoryProperty()The property used to store the activity repository for the row.Methoden in com.flexganttfx.model mit Parametern vom Typ ActivityRepositoryModifizierer und TypMethodeBeschreibungfinal voidRow.setRepository(ActivityRepository<A> repository) Sets the value of theRow.repositoryProperty(). -
Verwendungen von ActivityRepository in com.flexganttfx.model.calendar
Klassen in com.flexganttfx.model.calendar, die ActivityRepository implementierenModifizierer und TypKlasseBeschreibungclassCalendarBase<A extends CalendarActivity>An abstract base implementation of an activity repository that implements theCalendarinterface.classA calendar specialized on returning activities that represent weekend days (default: saturday, sunday). -
Verwendungen von ActivityRepository in com.flexganttfx.model.repository
Unterschnittstellen von ActivityRepository in com.flexganttfx.model.repositoryModifizierer und TypSchnittstelleBeschreibunginterfaceMutableActivityRepository<A extends Activity>The required interface for a repository that is also mutable (activities can be added and removed).Klassen in com.flexganttfx.model.repository, die ActivityRepository implementierenModifizierer und TypKlasseBeschreibungclassActivityRepositoryBase<A extends Activity>An abstract base implementation ofActivityRepositorythat provides support for event handlers (adding, removing, firing events).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>Methoden in com.flexganttfx.model.repository, die ActivityRepository zurückgebenModifizierer und TypMethodeBeschreibungfinal ActivityRepository<?> RepositoryEvent.getRepository()Returns the affected repository.Konstruktoren in com.flexganttfx.model.repository mit Parametern vom Typ ActivityRepositoryModifiziererKonstruktorBeschreibungRepositoryEvent(ActivityRepository<?> repository) Constructs a new repository event, the event type will be set to #REPOSITORY_CHANGED.RepositoryEvent(EventType<RepositoryEvent> eventType, ActivityRepository<?> repository, ActivityRef<?> activityRef) Constructs a new repository event.