public class GanttFlags
extends java.lang.Object
SWT.SINGLE
- Single event selection in the chart
SWT.MULTI
- Multi event selection in the chart
Any other styles not listed here will be ignored.
Modifier and Type | Field | Description |
---|---|---|
static int |
H_SCROLL_FIXED_RANGE |
Creates the chart with a scrollbar fixed to the range of the dates on the chart.
|
static int |
H_SCROLL_INFINITE |
Creates the chart with an infinite scrollbar.
|
static int |
H_SCROLL_NONE |
Creates the chart with no horizontal scrollbar.
|
Constructor | Description |
---|---|
GanttFlags() |
public static final int H_SCROLL_INFINITE
public static final int H_SCROLL_FIXED_RANGE
public static final int H_SCROLL_NONE