Package | Description |
---|---|
com.dlsc.flexgantt.model.dateline |
Provides a model definition and default implementation for a dateline
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.
|
com.dlsc.flexgantt.swing.print |
Anything related to printing is contained in this package.
|
com.dlsc.flexgantt.swing.timeline |
Contains the timeline component, which itself consists of a dateline and
an eventline.
|
com.dlsc.flexgantt.swing.util |
Utility classes for Swing operations.
|
Modifier and Type | Method and Description |
---|---|
void |
IDatelineModelListener.datelineModelChanged(DatelineModelEvent evt)
The listener's callback method that gets invoked when the model's time
span or time zone changes.
|
void |
IDatelineModelListener.datelineModelWillChange(DatelineModelEvent evt)
The listener's callback method that gets invoked when the model's time
span or time zone will change.
|
protected void |
AbstractDatelineModel.fireDatelineModelChangeEvent(DatelineModelEvent evt)
Sends dateline model events to all currently registered listeners.
|
protected void |
AbstractDatelineModel.fireDatelineModelWillChangeEvent(DatelineModelEvent evt)
Sends dateline model events to all currently registered listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
GanttChartStatusBar.datelineModelChanged(DatelineModelEvent e) |
void |
GanttChartStatusBar.datelineModelWillChange(DatelineModelEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
LayerContainer.datelineModelChanged(DatelineModelEvent evt) |
void |
OverviewPalette.datelineModelChanged(DatelineModelEvent evt) |
void |
LayerContainerScrollPane.datelineModelChanged(DatelineModelEvent e) |
void |
LayerContainer.datelineModelWillChange(DatelineModelEvent evt) |
void |
OverviewPalette.datelineModelWillChange(DatelineModelEvent evt) |
void |
LayerContainerScrollPane.datelineModelWillChange(DatelineModelEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetLayer.datelineModelChanged(DatelineModelEvent e) |
void |
SpreadsheetLayer.datelineModelWillChange(DatelineModelEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
PreviewDialog.datelineModelChanged(DatelineModelEvent evt) |
void |
PrintGanttChart.datelineModelChanged(DatelineModelEvent e) |
void |
PreviewDialog.datelineModelWillChange(DatelineModelEvent evt) |
void |
PrintGanttChart.datelineModelWillChange(DatelineModelEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
Dateline.datelineModelChanged(DatelineModelEvent e) |
void |
AbstractTimelineControlPanel.datelineModelChanged(DatelineModelEvent evt) |
void |
Dateline.datelineModelWillChange(DatelineModelEvent evt) |
void |
AbstractTimelineControlPanel.datelineModelWillChange(DatelineModelEvent evt) |
Modifier and Type | Method and Description |
---|---|
void |
MultiGanttChartSynchController.datelineModelChanged(DatelineModelEvent evt) |
void |
MultiGanttChartSynchController.datelineModelWillChange(DatelineModelEvent evt) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.