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 |
DefaultGanttChartModel.fireGanttChartChanged(GanttChartModelEvent evt)
Fires the given event to the model listeners.
|
void |
IGanttChartModelListener.ganttChartChanged(GanttChartModelEvent evt)
Callback method that gets invoked whenever change occures in the Gantt
chart model that is being observed by the listener.
|
Modifier and Type | Method and Description |
---|---|
void |
UtilityControlPanel.ganttChartChanged(GanttChartModelEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
LayerContainer.ganttChartChanged(GanttChartModelEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
RelationshipLayer.ganttChartChanged(GanttChartModelEvent evt) |
void |
SpreadsheetLayer.ganttChartChanged(GanttChartModelEvent evt) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.