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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Calendar<A extends CalendarActivity>
A calendar is an extension of an activity repository with the additions of a
name and a visibility property.
|
Modifier and Type | Method and Description |
---|---|
ActivityRepository<A> |
Row.getRepository()
Returns the value of the
Row.repositoryProperty() . |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<ActivityRepository<A>> |
Row.repositoryProperty()
The property used to store the activity repository for the row.
|
Modifier and Type | Method and Description |
---|---|
void |
Row.setRepository(ActivityRepository<A> repository)
Sets the value of the
Row.repositoryProperty() . |
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 | Interface and Description |
---|---|
interface |
MutableActivityRepository<A extends Activity> |
Modifier and Type | Class and Description |
---|---|
class |
ActivityRepositoryBase<A extends Activity> |
class |
IntervalTreeActivityRepository<A extends Activity> |
class |
ListActivityRepository<A extends Activity> |
class |
MutableActivityRepositoryBase<A extends Activity> |
Modifier and Type | Method and Description |
---|---|
ActivityRepository<?> |
RepositoryEvent.getRepository() |
Constructor and Description |
---|
RepositoryEvent(ActivityRepository<?> repository) |
RepositoryEvent(EventType<RepositoryEvent> eventType,
ActivityRepository<?> repository,
ActivityRef<?> activityRef) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.