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 control and utility 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 |
DualGanttChartContainer
A specialization of
MultiGanttChartContainer capable of displaying
exactly two instances of GanttChart and keeping their layouts (same
table width, same timeline) and their scrolling and zooming behavior in
synch. |
class |
GanttChart<R extends Row<?,?,?>>
A generic JavaFX control to visualize any kind of scheduling data along a
timeline.
|
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 synch. |
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 © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.