| Interface | Description |
|---|---|
| IColorManager |
Interface holding all color methods, such as line colors, background fills, etc.
|
| IEventFactory | |
| IEventMenuItemFactory |
Interface for a factory that creates menu items in the context menu of a
GanttEvent in the GanttChart.
|
| IFillBackgroundColors |
Interface representing all methods that use colored fills.
|
| IGanttChartItem |
This interface represents one displayable item in the chart.
|
| IGanttEventListener |
This interface is used by adding your implementation of it via
GanttChart.addGanttEventListener(IGanttEventListener) to listen to events that happen in the chart. |
| ILanguageManager |
Interface that contains methods for returning all string-values used within the chart so that they can be customized to fit different languages easily.
|
| IMenuItemFactory |
Interface for a factory that creates menu items in the context menu of the GanttChart.
|
| IPaintManager | |
| ISectionDetailContentReplacer | |
| ISectionDetailMoreClickListener |
This interface is used to implement a listener that gets informed when the plus
icon in a section detail area is clicked to show more detail information.
|
| ISettings |
This interface lets you define various settings for the GanttChart.
|
| ISettings2 |
This interface is an extension of ISettings which lets you define various settings for the GanttChart.
|
| IToolTipContentReplacer | |
| IViewPortHandler | |
| IViewPortHandler2 | |
| IZoomHandler |
| Class | Description |
|---|---|
| AbstractColorManager | |
| AbstractGanttEvent | |
| AbstractLanguageManager | |
| AbstractPaintManager | |
| AbstractSettings | |
| AdvancedTooltip | |
| AdvancedTooltipDialog | |
| ColorCache | |
| CompoundViewPortHandler | |
| CompoundZoomHandler | |
| Constants | |
| CursorCache | |
| DateHelper | |
| DefaultColorManager | |
| DefaultEventFactory | |
| DefaultLanguageManager | |
| DefaultPaintManager | |
| DefaultSettings | |
| GanttChart |
GanttChart - SWT Widget - 2005-2011.
|
| GanttCheckpoint |
Convenience class for creating a checkpoint instead of using the constructors on GanttEvent.
|
| GanttComposite |
The GanttComposite is the workhorse of the GANTT chart.
|
| GanttConnection |
This class represents one connection between two events in one direction.
|
| GanttControlParent |
The GanttControlParent is a class that will lay out a Tree or Table so that it matches up with a chart.
|
| GanttDateTip |
Shows any text right above an event (or any location really, but that's the idea) and does not dispose the shell
until told to do so.
|
| GanttEvent |
One GanttEvent represents one "active" object in the GANTT chart.
|
| GanttEventListenerAdapter | |
| GanttFlags |
Valid styles outside of this class are as follows:
|
| GanttGroup |
A GanttGroup is a group of GanttEvents that will all draw on the same horizontal "line" or "row" in the GanttChart (next to each other instead of vertically arranged).
|
| GanttHeaderSpacedLayout | |
| GanttImage |
Convenience class for creating an image in the chart instead of using the constructors in GanttEvent.
|
| GanttMap | |
| GanttPhase |
This class represents one GanttPhase in the chart.
|
| GanttScope |
A convenience class for creating a GanttScope instead of using the specific constructors on the GanttEvent.
|
| GanttSection |
A GanttSection is a "box" section of the chart.
|
| GanttSpecialDateRange |
This class allows you to color a certain date range in a special background color, as well as set things such as if
events should be allowed to be moved onto this range or not.
|
| GanttTester | |
| GanttToolTip | |
| Holiday |
One Holiday Object represents one Holiday/Spare/Special Day in the GANTT chart.
This object can take an additional tooltip which pops up when hovering the mouse over a holiday. The Tooltip is only displayed when the tooltip is not null and ISettings.showHolidayToolTips()
is configured to return true. |
| HorizontalScrollbarHandler | |
| ImageCache | |
| Utils | |
| VerticalDragModes | |
| ViewPortHandler |