Package | Description |
---|---|
com.dlsc.flexgantt.model.calendar |
Contains interfaces and classes for modelling a calendar, which can be used
to color time spans differently based on calendar entries (holidays, vacation,
milestones, ...).
|
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.mac | |
com.dlsc.flexgantt.swing.timeline |
Contains the timeline component, which itself consists of a dateline and
an eventline.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCalendarModel.addCalendarListener(ICalendarModelListener l) |
void |
ICalendarModel.addCalendarListener(ICalendarModelListener l)
Adds a calendar listener to the calendar model.
|
void |
AbstractCalendarModel.removeCalendarListener(ICalendarModelListener l) |
void |
ICalendarModel.removeCalendarListener(ICalendarModelListener l)
Removes the given calendar listener from the calendar model.
|
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 |
MacDateline
A specialized dateline for Mac OS X that adds a white line to the vertical
grid lines of the dateline cells.
|
Modifier and Type | Class and Description |
---|---|
class |
Dateline
The dateline is one part of the timeline (the
Eventline is the other)
and responsible for displaying dates. |
class |
SimpleDateline
A simple dateline using the
SimpleGranularityDatelineModel in
combination with the SimpleGranularityZoomPolicy and the
SimpleGranularityDatelineRenderer . |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.