Package | Description |
---|---|
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.
|
com.dlsc.flexgantt.swing |
Contains the Gantt chart components and various other user interface
elements that can be used together with the Gantt chart.
|
com.dlsc.flexgantt.swing.layer |
The right-hand side of any Gantt chart is a layer container, which is
responsible for managing the various layer types.
|
com.dlsc.flexgantt.swing.layer.system |
Contains the system layers for drawing the background, grid lines, popups,
relationships, controls, spreadsheets, overviews, global events and
activities.
|
Modifier and Type | Method and Description |
---|---|
void |
IGanttChartModel.addGanttChartModelListener(IGanttChartModelListener l)
Adds a listener to the model.
|
void |
DefaultGanttChartModel.addGanttChartModelListener(IGanttChartModelListener l) |
void |
IGanttChartModel.removeGanttChartModelListener(IGanttChartModelListener l)
Removes a listener from the model.
|
void |
DefaultGanttChartModel.removeGanttChartModelListener(IGanttChartModelListener l) |
Modifier and Type | Class and Description |
---|---|
class |
UtilityControlPanel
A panel used to display various utility controls in the lower left corner of
the layer container.
|
Modifier and Type | Class and Description |
---|---|
class |
LayerContainer
The layer container is the main user interface component on the right-hand
side of the Gantt chart.
|
Modifier and Type | Class and Description |
---|---|
class |
RelationshipLayer
The relationship layer is reponsible for visualizing the relationships that
might exist between two different timeline objects.
|
class |
SpreadsheetLayer
The spreadsheet layer gets used when the Gantt chart wants to display the
spreadsheet data provided by the
IGanttChartModel . |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.