Package | Description |
---|---|
com.flexganttfx.extras |
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
|
com.flexganttfx.view |
The main Gantt chart controls.
|
com.flexganttfx.view.container |
Containers for the synchronized display of two or more Gantt charts.
|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
Modifier and Type | Class and Description |
---|---|
class |
LayersView<R extends Row<?,?,?>>
A control used for displaying the list of layers used by the
GraphicsBase . |
class |
RadarView<R extends Row<?,?,?>>
A control used for rendering an overview of all activities within a Gantt
chart or to be more precise a
GraphicsBase .![]() |
class |
VirtualGridControl
A control used to select a
VirtualGrid from a list of possible
virtual grids. |
Modifier and Type | Class and Description |
---|---|
class |
GanttChart<R extends Row<?,?,?>>
A control used to visualize any kind of scheduling data along a
timeline.
|
class |
GanttChartBase<R extends Row<?,?,?>>
Abstract base class for all Gantt chart controls.
|
class |
GanttChartLite<R extends Row<?,?,?>>
A control used to visualize any kind of scheduling data along a
timeline.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerBase<T extends GanttChartBase<?>>
A common base class for containers that wrap two or more Gantt charts.
|
class |
DualGanttChartContainer
A specialization of
DualGanttChartContainerBase capable of displaying
exactly two instances of GanttChart and keeping their layouts (same
table width, same timeline) and their scrolling and zooming behavior in
sync. |
class |
DualGanttChartContainerBase<T extends GanttChartBase<?>>
A specialization of
ContainerBase capable of displaying
exactly two instances of GanttChartBase and keeping their layouts and
their scrolling and zooming behavior in sync. |
class |
DualGanttChartLiteContainer
A specialization of
DualGanttChartContainerBase capable of displaying
exactly two instances of GanttChartLite and keeping their layouts (e.g
same timeline) and their scrolling and zooming behavior in
sync. |
class |
MultiGanttChartContainer
A container capable of displaying multiple instances of
GanttChart
and keeping their layouts (same table width, same timeline) and their
scrolling and zooming behaviour in sync. |
class |
MultiGanttChartContainerBase<T extends GanttChartBase<?>>
A container capable of displaying multiple instances of
GanttChartBase
and keeping their layouts and their scrolling and zooming behaviour in sync. |
class |
MultiGanttChartLiteContainer
A container capable of displaying multiple instances of
GanttChartLite
and keeping their layouts and their scrolling and zooming behaviour in sync. |
class |
QuadGanttChartContainer
A specialization of
QuadGanttChartContainerBase capable of displaying
exactly four instances of GanttChart and keeping their layouts (same
table width, same timeline) and their scrolling and zooming behavior in
sync. |
class |
QuadGanttChartContainerBase<T extends GanttChartBase<?>>
A specialization of
ContainerBase capable of displaying
exactly four instances of GanttChartBase and keeping their layouts and
their scrolling and zooming behavior in sync. |
class |
QuadGanttChartLiteContainer
A specialization of
QuadGanttChartContainerBase capable of displaying
exactly four instances of GanttChartLite and keeping their layouts and
their scrolling and zooming behavior in sync. |
Modifier and Type | Class and Description |
---|---|
class |
GraphicsBase<R extends Row<?,?,?>>
The graphics view control is responsible for the rendering of activities and
system layers, the editing of activities, the event notifications, the hit
detection, system layer management, and for context menu support.
|
class |
ListViewGraphics<R extends Row<?,?,?>>
A specialization of
GraphicsBase that uses a ListView to
display a list of rows. |
class |
SingleRowGraphics<R extends Row<?,?,?>>
A specialization of
GraphicsBase that displays exactly one row. |
class |
SplitPaneGraphics<R extends Row<?,?,?>>
A specialization of
GraphicsBase that displays several rows inside a
SplitPane . |
class |
VBoxGraphics<R extends Row<?,?,?>>
A specialization of
GraphicsBase that displays several rows inside a
VBox . |
Modifier and Type | Class and Description |
---|---|
class |
Dateline
The dateline is a control that displays the actual dates (Mo, Tu, We, ...) in
cells in one or more rows.
|
class |
Eventline
The eventline is a control that displays time cursors and other information
that might be relevant for all rows in the Gantt chart.
|
class |
Timeline
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.