Package | Description |
---|---|
com.dlsc.flexgantt.model |
A few classes and interfaces that are frequently used throughout the model
packages.
|
com.dlsc.flexgantt.model.eventline |
Model definition and default implementation for an eventline model.
|
com.dlsc.flexgantt.model.gantt |
A model definition and default implementation for a Gantt chart model, which
is basically an extension of a tree table model, which itself is an extension
of a tree model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertiesOwner
An abstract implementation of an object that can store property values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEventlineObject
A specialization of the
ITimelineObject interface. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventlineObject<T>
A default implementation for objects that can be placed on the eventline by
adding them to the
DefaultEventlineModel . |
Modifier and Type | Interface and Description |
---|---|
interface |
IActivityObject
Timeline objects that implement this interface are considered activities and
add additional properties.
|
interface |
ICapacityObject
Timeline objects that implement this interface can be visualized as capacity
allocations.
|
interface |
ITimelineObject
An interface for objects that can be placed on a timeline.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultActivityObject<T>
An activity object is a timeline object that represents a person's or a
machine's work over a specified time span where the work is more or less
complete.
|
class |
DefaultCapacityObject<T>
A capacity object is a timeline object that provides additional information
about the usage of a resource during a specified time interval.
|
class |
DefaultEventObject
An event object is a timeline object that always represents events and never
activities.
|
class |
DefaultTimelineObject<T>
The default implementation of the
ITimelineObject interface. |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.