Package | Description |
---|---|
com.flexganttfx.model |
Top-level model classes required for creating a Gantt chart.
|
com.flexganttfx.model.repository |
Classes related to activity repositories.
|
Modifier and Type | Method and Description |
---|---|
void |
ActivityRepository.addEventHandler(javafx.event.EventHandler<RepositoryEvent> handler)
Adds an event handler for receiving repository events.
|
void |
ActivityRepository.removeEventHandler(javafx.event.EventHandler<RepositoryEvent> handler)
Removes the given event handler from the repository.
|
Modifier and Type | Field and Description |
---|---|
static javafx.event.EventType<RepositoryEvent> |
RepositoryEvent.ACTIVITY_ADDED
An event type that indicates that an activity has been added to the repository.
|
static javafx.event.EventType<RepositoryEvent> |
RepositoryEvent.ACTIVITY_REMOVED
An event type that indicates that an activity has been removed from the repository.
|
static javafx.event.EventType<RepositoryEvent> |
RepositoryEvent.REPOSITORY_CHANGED
An event type that indicates that "something" inside the repository has changed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActivityRepositoryBase.fireEvent(RepositoryEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityRepositoryBase.addEventHandler(javafx.event.EventHandler<RepositoryEvent> l) |
void |
ActivityRepositoryBase.removeEventHandler(javafx.event.EventHandler<RepositoryEvent> l) |
Constructor and Description |
---|
RepositoryEvent(javafx.event.EventType<RepositoryEvent> eventType,
ActivityRepository<?> repository,
ActivityRef<?> activityRef)
Constructs a new repository event.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.