See: Description
Interface | Description |
---|---|
Activity |
Activities represent objects that will be displayed below the timeline in the
graphics view of the Gantt chart control.
|
ActivityRepository<A extends Activity> |
Activity repositories are used by rows to store and lookup activities.
|
Calendar<A extends CalendarActivity> |
A calendar is an extension of an activity repository with the additions of a
name and a visibility property.
|
LinesManager<A extends Activity> |
A lines manager is used to control the layout of lines inside a row.
|
Class | Description |
---|---|
ActivityLink<A extends Activity> |
An activity link can be used to model any kind of dependency between two
activities.
|
ActivityRef<A extends Activity> |
An activity reference is used to precisely identify the location of an
activity where the location is a combination of row, layer, and the activity
itself.
|
Layer |
Layers are used to group activities together.
|
Layout |
Each row and each inner line of a row are associated with a layout.
|
Row<P extends Row<?,?,?>,C extends Row<?,?,?>,A extends Activity> |
A row object is used to store the activities found on a row of the Gantt
chart.
|
Enum | Description |
---|---|
ActivityLink.LinkType |
An enumerator listing the available link types.
|
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.