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(EventHandler<RepositoryEvent> handler)
Adds an event handler for receiving repository events.
|
void |
ActivityRepository.removeEventHandler(EventHandler<RepositoryEvent> handler)
Removes the given event handler from the repository.
|
Modifier and Type | Field and Description |
---|---|
static EventType<RepositoryEvent> |
RepositoryEvent.ACTIVITY_ADDED |
static EventType<RepositoryEvent> |
RepositoryEvent.ACTIVITY_REMOVED |
static EventType<RepositoryEvent> |
RepositoryEvent.REPOSITORY_CHANGED |
Modifier and Type | Method and Description |
---|---|
protected void |
ActivityRepositoryBase.fireEvent(RepositoryEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityRepositoryBase.addEventHandler(EventHandler<RepositoryEvent> l) |
void |
ActivityRepositoryBase.removeEventHandler(EventHandler<RepositoryEvent> l) |
Constructor and Description |
---|
RepositoryEvent(EventType<RepositoryEvent> eventType,
ActivityRepository<?> repository,
ActivityRef<?> activityRef) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.