Uses of Class
com.flexganttfx.view.util.FlexGanttFXControl
| 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.
|
-
Uses of FlexGanttFXControl in com.flexganttfx.extras
Subclasses of FlexGanttFXControl in com.flexganttfx.extras Modifier and Type Class Description classLayersView<R extends Row<?,?,?>>A control used for displaying the list of layers used by theGraphicsBase.classRadarView<R extends Row<?,?,?>>A control used for rendering an overview of all activities within a Gantt chart or to be more precise aGraphicsBase.

classVirtualGridControlA control used to select aVirtualGridfrom a list of possible virtual grids. -
Uses of FlexGanttFXControl in com.flexganttfx.view
Subclasses of FlexGanttFXControl in com.flexganttfx.view Modifier and Type Class Description classGanttChart<R extends Row<?,?,?>>A control used to visualize any kind of scheduling data along a timeline.classGanttChartBase<R extends Row<?,?,?>>Abstract base class for all Gantt chart controls.classGanttChartLite<R extends Row<?,?,?>>A control used to visualize any kind of scheduling data along a timeline. -
Uses of FlexGanttFXControl in com.flexganttfx.view.container
Subclasses of FlexGanttFXControl in com.flexganttfx.view.container Modifier and Type Class Description classContainerBase<T extends GanttChartBase<?>>A common base class for containers that wrap two or more Gantt charts.classDualGanttChartContainerA specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.classDualGanttChartContainerBase<T extends GanttChartBase<?>>A specialization ofContainerBasecapable of displaying exactly two instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.classDualGanttChartLiteContainerA specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartLiteand keeping their layouts (e.g same timeline) and their scrolling and zooming behavior in sync.classMultiGanttChartContainerA container capable of displaying multiple instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behaviour in sync.classMultiGanttChartContainerBase<T extends GanttChartBase<?>>A container capable of displaying multiple instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behaviour in sync.classMultiGanttChartLiteContainerA container capable of displaying multiple instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behaviour in sync.classQuadGanttChartContainerA specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.classQuadGanttChartContainerBase<T extends GanttChartBase<?>>A specialization ofContainerBasecapable of displaying exactly four instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.classQuadGanttChartLiteContainerA specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behavior in sync. -
Uses of FlexGanttFXControl in com.flexganttfx.view.graphics
Subclasses of FlexGanttFXControl in com.flexganttfx.view.graphics Modifier and Type Class Description classGraphicsBase<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.classListViewGraphics<R extends Row<?,?,?>>A specialization ofGraphicsBasethat uses aListViewto display a list of rows.classSingleRowGraphics<R extends Row<?,?,?>>A specialization ofGraphicsBasethat displays exactly one row.classSplitPaneGraphics<R extends Row<?,?,?>>A specialization ofGraphicsBasethat displays several rows inside aSplitPane.classVBoxGraphics<R extends Row<?,?,?>>A specialization ofGraphicsBasethat displays several rows inside aVBox. -
Uses of FlexGanttFXControl in com.flexganttfx.view.timeline
Subclasses of FlexGanttFXControl in com.flexganttfx.view.timeline Modifier and Type Class Description classDatelineThe dateline is a control that displays the actual dates (Mo, Tu, We, ...) in cells in one or more rows.classEventlineThe eventline is a control that displays time cursors and other information that might be relevant for all rows in the Gantt chart.classTimeline