Package | Description |
---|---|
com.flexganttfx.view |
The main Gantt chart control and utility containers for the synchronized display of two
or more Gantt charts.
|
Modifier and Type | Method and Description |
---|---|
GanttChart.DisplayMode |
GanttChart.getDisplayMode()
Returns the value of
GanttChart.displayModeProperty() . |
static GanttChart.DisplayMode |
GanttChart.DisplayMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttChart.DisplayMode[] |
GanttChart.DisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<GanttChart.DisplayMode> |
GanttChart.displayModeProperty()
A property used to specify the mode in which the Gantt chart will layout
its primary views, the table and the graphics.
|
Modifier and Type | Method and Description |
---|---|
void |
GanttChart.setDisplayMode(GanttChart.DisplayMode mode)
Sets the value of the
GanttChart.displayModeProperty() . |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.